sveltekit: Upgrade dependencies to latest versions (#55129)

## Test plan

CI
This commit is contained in:
Felix Kling 2023-07-28 07:28:59 +02:00 committed by GitHub
parent fabb0e9a39
commit 5b167452ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2185 additions and 1915 deletions

View File

@ -20,35 +20,35 @@
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@playwright/test": "1.25.0",
"@storybook/addon-essentials": "^7.0.26",
"@storybook/addon-interactions": "^7.0.26",
"@storybook/addon-links": "^7.0.26",
"@storybook/blocks": "^7.0.26",
"@storybook/svelte": "^7.0.26",
"@storybook/sveltekit": "^7.0.26",
"@storybook/testing-library": "^0.0.14-next.2",
"@storybook/addon-essentials": "^7.1.1",
"@storybook/addon-interactions": "^7.1.1",
"@storybook/addon-links": "^7.1.1",
"@storybook/blocks": "^7.1.1",
"@storybook/svelte": "^7.1.1",
"@storybook/sveltekit": "^7.1.1",
"@storybook/testing-library": "0.2.0",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.20.4",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.22.3",
"@types/cookie": "^0.5.1",
"@types/prismjs": "^1.26.0",
"eslint-plugin-storybook": "^0.6.12",
"eslint-plugin-svelte3": "^4.0.0",
"prettier-plugin-svelte": "^2.10.1",
"prettier-plugin-svelte": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.0.26",
"storybook": "^7.1.1",
"storybook-dark-mode": "^3.0.0",
"svelte": "^4.0.0",
"svelte-check": "^3.4.3",
"svelte": "^4.1.1",
"svelte-check": "^3.4.6",
"tslib": "2.1.0",
"vite": "^4.3.9",
"vite": "^4.4.7",
"vitest": "^0.33.0"
},
"type": "module",
"dependencies": {
"@popperjs/core": "^2.11.8",
"@remix-run/router": "~1.3.2",
"@remix-run/router": "~1.3.3",
"@sourcegraph/branded": "workspace:*",
"@sourcegraph/common": "workspace:*",
"@sourcegraph/http-client": "workspace:*",

View File

@ -544,3 +544,9 @@
- - :approve
- MPL-2.0
- *4
- - :permit
- BlueOak-1.0.0
- :who:
:why: Approved permissive license (https://handbook.sourcegraph.com/departments/engineering/dev/process/licenses/#allowed-licenses-permissive-licenses)
:versions: []
:when: 2023-07-27 21:22:46.362043095 Z

File diff suppressed because it is too large Load Diff