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 May 13, 2024
1 parent a5e77a8 commit 3ce7827
Show file tree
Hide file tree
Showing 6 changed files with 1,964 additions and 3,653 deletions.
52 changes: 26 additions & 26 deletions examples/browser/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"devDependencies": {
"parcel": "2.2.1",
"rimraf": "5.0.5"
"rimraf": "5.0.7"
}
}
104 changes: 45 additions & 59 deletions examples/sveltekit/package-lock.json

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

12 changes: 6 additions & 6 deletions examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "3.0.1",
"@sveltejs/adapter-auto": "3.2.0",
"@sveltejs/kit": "2.0.6",
"@sveltejs/vite-plugin-svelte": "3.0.1",
"svelte": "4.2.8",
"svelte-check": "3.6.2",
"@sveltejs/vite-plugin-svelte": "3.1.0",
"svelte": "4.2.16",
"svelte-check": "3.7.1",
"tslib": "2.6.2",
"typescript": "5.3.3",
"typescript": "5.4.5",
"vite": "5.0.12",
"vite-plugin-node-polyfills": "0.18.0"
"vite-plugin-node-polyfills": "0.21.0"
},
"type": "module",
"dependencies": {
Expand Down
Loading

0 comments on commit 3ce7827

Please sign in to comment.