Skip to content

Commit

Permalink
chore: upgrade Vite and a handful of other deps (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Aug 5, 2023
1 parent bac5291 commit 02f6399
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 335 deletions.
4 changes: 2 additions & 2 deletions packages/svelte-hmr-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"svhs": "./cli.js"
},
"dependencies": {
"cheap-watch": "^1.0.2",
"cheap-watch": "^1.0.4",
"esm": "^3.2.25",
"fast-glob": "^3.0.4",
"fast-glob": "^3.3.1",
"mocha": "^10.2.0",
"node-fetch": "^2.6.7",
"test-hmr": "^0.1.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/svelte-hmr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"node": "^12.20 || ^14.13.1 || >= 16"
},
"peerDependencies": {
"svelte": "^3.19.0 || ^4.0.0-next.0"
"svelte": "^3.19.0 || ^4.0.0"
},
"devDependencies": {
"dotenv": "^10.0.0",
"prettier": "^1.19.1",
"svelte": "^3.50.1",
"svelte": "^3.59.2",
"tap-mocha-reporter": "^5.0.3",
"zoar": "^0.3.0",
"zorax": "^0.0.12"
"zorax": "^0.0.14"
},
"scripts": {
"lint": "eslint '**/*.{js,cjs,mjs}'",
Expand Down
6 changes: 3 additions & 3 deletions playground/vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"version": "0.0.0",
"type": "module",
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.2",
"svelte": "^3.50.1",
"vite": "^3.1.0"
"@sveltejs/vite-plugin-svelte": "^2.4.3",
"svelte": "^3.59.2",
"vite": "^4.4.8"
},
"scripts": {
"dev": "vite",
Expand Down
Loading

0 comments on commit 02f6399

Please sign in to comment.