Skip to content

Commit 703f8c2

Browse files
authored
chore(deps): upgrade rollup & magic-string (#7326)
1 parent ff35fe9 commit 703f8c2

File tree

5 files changed

+103
-86
lines changed

5 files changed

+103
-86
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
"devDependencies": {
5858
"@babel/parser": "^7.20.15",
5959
"@babel/types": "^7.20.7",
60-
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
60+
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
6161
"@rollup/plugin-alias": "^4.0.3",
62-
"@rollup/plugin-commonjs": "^23.0.2",
63-
"@rollup/plugin-json": "^5.0.1",
62+
"@rollup/plugin-commonjs": "^24.0.1",
63+
"@rollup/plugin-json": "^6.0.0",
6464
"@rollup/plugin-node-resolve": "^15.0.1",
65-
"@rollup/plugin-replace": "^5.0.1",
66-
"@rollup/plugin-terser": "^0.1.0",
65+
"@rollup/plugin-replace": "^5.0.2",
66+
"@rollup/plugin-terser": "^0.4.0",
6767
"@types/hash-sum": "^1.0.0",
6868
"@types/node": "^16.4.7",
6969
"@typescript-eslint/parser": "^5.56.0",
@@ -82,19 +82,19 @@
8282
"jsdom": "^21.1.0",
8383
"lint-staged": "^10.2.10",
8484
"lodash": "^4.17.15",
85-
"magic-string": "^0.27.0",
85+
"magic-string": "^0.30.0",
8686
"marked": "^4.0.10",
8787
"minimist": "^1.2.0",
8888
"npm-run-all": "^4.1.5",
8989
"prettier": "^2.7.1",
9090
"pug": "^3.0.1",
9191
"puppeteer": "^19.6.3",
92-
"rollup": "^3.20.0",
92+
"rollup": "^3.20.2",
9393
"rollup-plugin-dts": "^5.3.0",
9494
"rollup-plugin-esbuild": "^5.0.0",
9595
"rollup-plugin-node-builtins": "^2.1.2",
9696
"rollup-plugin-node-globals": "^1.4.0",
97-
"rollup-plugin-polyfill-node": "^0.11.0",
97+
"rollup-plugin-polyfill-node": "^0.12.0",
9898
"semver": "^7.3.2",
9999
"serve": "^12.0.0",
100100
"simple-git-hooks": "^2.8.1",

packages/compiler-sfc/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,21 @@
3939
"@vue/reactivity-transform": "3.3.0-alpha.5",
4040
"@vue/shared": "3.3.0-alpha.5",
4141
"estree-walker": "^2.0.2",
42-
"magic-string": "^0.27.0",
43-
"source-map": "^0.6.1",
44-
"postcss": "^8.1.10"
42+
"magic-string": "^0.30.0",
43+
"postcss": "^8.1.10",
44+
"source-map": "^0.6.1"
4545
},
4646
"devDependencies": {
47-
"@types/estree": "^0.0.48",
4847
"@babel/types": "^7.16.0",
48+
"@types/estree": "^0.0.48",
4949
"@types/lru-cache": "^5.1.0",
50-
"pug": "^3.0.1",
51-
"sass": "^1.26.9",
5250
"@vue/consolidate": "^0.17.3",
5351
"hash-sum": "^2.0.0",
5452
"lru-cache": "^5.1.1",
5553
"merge-source-map": "^1.1.0",
5654
"postcss-modules": "^4.0.0",
57-
"postcss-selector-parser": "^6.0.4"
55+
"postcss-selector-parser": "^6.0.4",
56+
"pug": "^3.0.1",
57+
"sass": "^1.26.9"
5858
}
5959
}

packages/reactivity-transform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@vue/compiler-core": "3.3.0-alpha.5",
3333
"@vue/shared": "3.3.0-alpha.5",
3434
"estree-walker": "^2.0.2",
35-
"magic-string": "^0.27.0"
35+
"magic-string": "^0.30.0"
3636
},
3737
"devDependencies": {
3838
"@babel/core": "^7.20.12",

packages/sfc-playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"vite": "^4.2.0"
1313
},
1414
"dependencies": {
15-
"vue": "workspace:*",
1615
"@vue/repl": "^1.3.0",
1716
"file-saver": "^2.0.5",
18-
"jszip": "^3.6.0"
17+
"jszip": "^3.6.0",
18+
"vue": "workspace:*"
1919
}
2020
}

0 commit comments

Comments
 (0)