Skip to content

Commit 336bb65

Browse files
authoredFeb 5, 2024··
fix(deps): update compiler (#10269)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b0a669c commit 336bb65

File tree

5 files changed

+61
-61
lines changed

5 files changed

+61
-61
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"node": ">=18.12.0"
6060
},
6161
"devDependencies": {
62-
"@babel/parser": "^7.23.6",
63-
"@babel/types": "^7.23.6",
62+
"@babel/parser": "^7.23.9",
63+
"@babel/types": "^7.23.9",
6464
"@codspeed/vitest-plugin": "^2.3.1",
6565
"@rollup/plugin-alias": "^5.0.1",
6666
"@rollup/plugin-commonjs": "^25.0.7",
@@ -89,7 +89,7 @@
8989
"jsdom": "^23.2.0",
9090
"lint-staged": "^15.2.0",
9191
"lodash": "^4.17.21",
92-
"magic-string": "^0.30.5",
92+
"magic-string": "^0.30.6",
9393
"markdown-table": "^3.0.3",
9494
"marked": "^11.2.0",
9595
"minimist": "^1.2.8",

‎packages/compiler-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
},
4747
"homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-core#readme",
4848
"dependencies": {
49-
"@babel/parser": "^7.23.6",
49+
"@babel/parser": "^7.23.9",
5050
"@vue/shared": "workspace:*",
5151
"entities": "^4.5.0",
5252
"estree-walker": "^2.0.2",
5353
"source-map-js": "^1.0.2"
5454
},
5555
"devDependencies": {
56-
"@babel/types": "^7.23.6"
56+
"@babel/types": "^7.23.9"
5757
}
5858
}

‎packages/compiler-sfc/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@
4242
},
4343
"homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-sfc#readme",
4444
"dependencies": {
45-
"@babel/parser": "^7.23.6",
45+
"@babel/parser": "^7.23.9",
4646
"@vue/compiler-core": "workspace:*",
4747
"@vue/compiler-dom": "workspace:*",
4848
"@vue/compiler-ssr": "workspace:*",
4949
"@vue/shared": "workspace:*",
5050
"estree-walker": "^2.0.2",
51-
"magic-string": "^0.30.5",
51+
"magic-string": "^0.30.6",
5252
"postcss": "^8.4.33",
5353
"source-map-js": "^1.0.2"
5454
},
5555
"devDependencies": {
56-
"@babel/types": "^7.23.6",
56+
"@babel/types": "^7.23.9",
5757
"@vue/consolidate": "^0.17.3",
5858
"hash-sum": "^2.0.0",
5959
"lru-cache": "^10.2.0",

‎packages/vue-compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
},
5353
"homepage": "https://github.com/vuejs/core/tree/main/packages/vue-compat#readme",
5454
"dependencies": {
55-
"@babel/parser": "^7.23.6",
55+
"@babel/parser": "^7.23.9",
5656
"estree-walker": "^2.0.2",
5757
"source-map-js": "^1.0.2"
5858
},

‎pnpm-lock.yaml

+52-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.