Skip to content

Commit

Permalink
chore(examples): bump deps [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Jan 10, 2024
1 parent e575330 commit 5ab45de
Show file tree
Hide file tree
Showing 4 changed files with 308 additions and 264 deletions.
4 changes: 2 additions & 2 deletions examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/adapter-node": "^2.0.2",
"@sveltejs/kit": "^2.0.6",
"@sveltejs/adapter-node": "^2.1.1",
"@sveltejs/kit": "^2.3.0",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"svelte": "^4.2.8",
"svelte-highlight": "^7.4.8",
Expand Down
22 changes: 14 additions & 8 deletions examples/sveltekit/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -336,25 +336,26 @@
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.9.0.tgz#4ea610e0c40a07a8afa2977cbf80507f41c2271c"
integrity sha512-aPP5Q5AqNGuT0tnuEkK/g4mnt3ZhheiXrDIiSVIHN9mcN21OyXDVbEMqmXPE7e2OplNLDkcvV+ZoGJa2ZImFgw==

"@sveltejs/adapter-node@^2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@sveltejs/adapter-node/-/adapter-node-2.0.2.tgz#c26ddd909005a9558daee8066f55a26cd6bd85f0"
integrity sha512-iboANjLIB7Af74+og5IEQVSPsIfaO+o9zldU/7ljCGCrBj0t2gQlINtuwUhjvwhLgw9vHgICYWWZFxLM2C0zrg==
"@sveltejs/adapter-node@^2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@sveltejs/adapter-node/-/adapter-node-2.1.1.tgz#ed36cc46b1ac082797ecbfc654f89229231a8574"
integrity sha512-ypAqdvjoyfOEgucDbY3P6DM6nLEQ7OwiWMfyITKF8svffe9FIx1ow6uELJd1BzbCrouYndkQfc5m6ihj0xxqTg==
dependencies:
"@rollup/plugin-commonjs" "^25.0.7"
"@rollup/plugin-json" "^6.1.0"
"@rollup/plugin-node-resolve" "^15.2.3"
rollup "^4.8.0"

"@sveltejs/kit@^2.0.6":
version "2.0.6"
resolved "https://registry.yarnpkg.com/@sveltejs/kit/-/kit-2.0.6.tgz#59e5a57fb4df3aa6f681fbf44f986542a923377e"
integrity sha512-dnHtyjBLGXx+hrZQ9GuqLlSfTBixewJaByUVWai7LmB4dgV3FwkK155OltEgONDQW6KW64hLNS/uojdx3uC2/g==
"@sveltejs/kit@^2.3.0":
version "2.3.0"
resolved "https://registry.yarnpkg.com/@sveltejs/kit/-/kit-2.3.0.tgz#2b5d208cf4a117752164f8cfbec74a376401ab82"
integrity sha512-A6/aQTVFONDDv8nRLINNiXrERq6VeAdHT+/gHPBUSDt4+b6oBKTEF3oiGzNmxspcWDgHzBpypFO7NWtkoUK67g==
dependencies:
"@types/cookie" "^0.6.0"
cookie "^0.6.0"
devalue "^4.3.2"
esm-env "^1.0.0"
import-meta-resolve "^4.0.0"
kleur "^4.1.5"
magic-string "^0.30.5"
mrmime "^2.0.0"
Expand Down Expand Up @@ -588,6 +589,11 @@ highlight.js@11.9.0:
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.9.0.tgz#04ab9ee43b52a41a047432c8103e2158a1b8b5b0"
integrity sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==

import-meta-resolve@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/import-meta-resolve/-/import-meta-resolve-4.0.0.tgz#0b1195915689f60ab00f830af0f15cc841e8919e"
integrity sha512-okYUR7ZQPH+efeuMJGlq4f8ubUgO50kByRPyt/Cy1Io4PSRsPjxME+YlVaCOx+NIToW7hCsZNFJyTPFFKepRSA==

inflight@^1.0.4:
version "1.0.6"
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
Expand Down
4 changes: 2 additions & 2 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
},
"devDependencies": {
"@tsconfig/svelte": "^5.0.2",
"css-loader": "^6.8.1",
"css-loader": "^6.9.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.7.6",
"mini-css-extract-plugin": "^2.7.7",
"svelte": "^4.2.8",
"svelte-highlight": "^7.4.8",
"svelte-loader": "^3.1.9",
Expand Down
Loading

0 comments on commit 5ab45de

Please sign in to comment.