Skip to content

Commit 4f318e6

Browse files
authored
chore: remove unused dep and upgrade another one (#14449)
1 parent 1a8aab0 commit 4f318e6

File tree

3 files changed

+43
-114
lines changed

3 files changed

+43
-114
lines changed

packages/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"devDependencies": {
121121
"@jridgewell/trace-mapping": "^0.3.25",
122122
"@playwright/test": "^1.46.1",
123-
"@rollup/plugin-commonjs": "^28.0.0",
123+
"@rollup/plugin-commonjs": "^28.0.1",
124124
"@rollup/plugin-node-resolve": "^15.3.0",
125125
"@rollup/plugin-terser": "^0.4.4",
126126
"@rollup/plugin-virtual": "^3.0.2",

playgrounds/sandbox/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
16-
"nodemon": "^3.0.3",
1716
"polka": "^1.0.0-next.25",
1817
"svelte": "workspace:*",
1918
"tiny-glob": "^0.2.9",

0 commit comments

Comments
 (0)