Skip to content

Commit 10c2a87

Browse files
committed
chore(deps): bump @babel/parser
1 parent ae3e4b1 commit 10c2a87

File tree

3 files changed

+673
-701
lines changed

3 files changed

+673
-701
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@
8888
"csstype": "^3.1.0"
8989
},
9090
"devDependencies": {
91-
"@babel/parser": "^7.18.4",
91+
"@babel/parser": "^7.23.5",
9292
"@microsoft/api-extractor": "^7.25.0",
9393
"@rollup/plugin-alias": "^3.1.9",
9494
"@rollup/plugin-commonjs": "^22.0.0",
9595
"@rollup/plugin-node-resolve": "^13.3.0",
9696
"@rollup/plugin-replace": "^4.0.0",
9797
"@types/he": "^1.1.2",
98-
"@types/node": "^17.0.41",
98+
"@types/node": "^20.10.3",
9999
"chalk": "^4.1.2",
100100
"conventional-changelog-cli": "^2.2.2",
101101
"cross-spawn": "^7.0.3",

packages/compiler-sfc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"dist"
99
],
1010
"dependencies": {
11-
"@babel/parser": "^7.18.4",
11+
"@babel/parser": "^7.23.5",
1212
"postcss": "^8.4.14",
1313
"source-map": "^0.6.1"
1414
},
1515
"devDependencies": {
16-
"@babel/types": "^7.19.4",
16+
"@babel/types": "^7.23.5",
1717
"@types/estree": "^0.0.48",
1818
"@types/hash-sum": "^1.0.0",
1919
"@types/lru-cache": "^5.1.1",

0 commit comments

Comments
 (0)