Skip to content

Commit

Permalink
chore: update dev dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent d095bf0 commit c3b03a9
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 62 deletions.
51 changes: 31 additions & 20 deletions examples/sveltekit/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "3.3.1",
"@sveltejs/kit": "2.13.0",
"@sveltejs/kit": "2.15.2",
"@sveltejs/vite-plugin-svelte": "4.0.4",
"svelte": "5.15.0",
"svelte-check": "4.1.1",
"svelte": "5.17.5",
"svelte-check": "4.1.4",
"tslib": "2.8.1",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vite": "5.4.11",
"vite-plugin-node-polyfills": "0.22.0"
},
Expand Down
93 changes: 58 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@
"@types/chai": "5.0.1",
"@types/mocha": "10.0.10",
"@types/mocha-each": "2.0.4",
"@types/node": "18.19.68",
"@types/node": "18.19.70",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"chai": "5.1.2",
"eslint": "8.57.1",
"mocha": "10.8.2",
"mocha-each": "2.0.1",
"rimraf": "6.0.1",
"semantic-release": "24.2.0",
"semantic-release": "24.2.1",
"ts-node": "10.9.2",
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"scripts": {
"prepublishOnly": "npm run build",
Expand Down

0 comments on commit c3b03a9

Please sign in to comment.