Skip to content

Commit e422023

Browse files
chore(deps): update compiler to ^7.23.3 (#9590)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2b00fd9 commit e422023

File tree

6 files changed

+69
-69
lines changed

6 files changed

+69
-69
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
"node": ">=18.12.0"
5858
},
5959
"devDependencies": {
60-
"@babel/parser": "^7.23.0",
61-
"@babel/types": "^7.23.0",
60+
"@babel/parser": "^7.23.3",
61+
"@babel/types": "^7.23.3",
6262
"@rollup/plugin-alias": "^5.0.1",
6363
"@rollup/plugin-commonjs": "^25.0.7",
6464
"@rollup/plugin-json": "^6.0.1",

packages/compiler-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
},
3333
"homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-core#readme",
3434
"dependencies": {
35-
"@babel/parser": "^7.23.0",
35+
"@babel/parser": "^7.23.3",
3636
"@vue/shared": "3.3.8",
3737
"estree-walker": "^2.0.2",
3838
"source-map-js": "^1.0.2"
3939
},
4040
"devDependencies": {
41-
"@babel/types": "^7.23.0"
41+
"@babel/types": "^7.23.3"
4242
}
4343
}

packages/compiler-sfc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-sfc#readme",
3434
"dependencies": {
35-
"@babel/parser": "^7.23.0",
35+
"@babel/parser": "^7.23.3",
3636
"@vue/compiler-core": "3.3.8",
3737
"@vue/compiler-dom": "3.3.8",
3838
"@vue/compiler-ssr": "3.3.8",
@@ -44,7 +44,7 @@
4444
"source-map-js": "^1.0.2"
4545
},
4646
"devDependencies": {
47-
"@babel/types": "^7.23.0",
47+
"@babel/types": "^7.23.3",
4848
"@vue/consolidate": "^0.17.3",
4949
"hash-sum": "^2.0.0",
5050
"lru-cache": "^10.0.2",

packages/reactivity-transform/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
},
2929
"homepage": "https://github.com/vuejs/core/tree/dev/packages/reactivity-transform#readme",
3030
"dependencies": {
31-
"@babel/parser": "^7.23.0",
31+
"@babel/parser": "^7.23.3",
3232
"@vue/compiler-core": "3.3.8",
3333
"@vue/shared": "3.3.8",
3434
"estree-walker": "^2.0.2",
3535
"magic-string": "^0.30.5"
3636
},
3737
"devDependencies": {
38-
"@babel/core": "^7.23.2",
39-
"@babel/types": "^7.23.0"
38+
"@babel/core": "^7.23.3",
39+
"@babel/types": "^7.23.3"
4040
}
4141
}

packages/vue-compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"homepage": "https://github.com/vuejs/core/tree/main/packages/vue-compat#readme",
4040
"dependencies": {
41-
"@babel/parser": "^7.23.0",
41+
"@babel/parser": "^7.23.3",
4242
"estree-walker": "^2.0.2",
4343
"source-map-js": "^1.0.2"
4444
},

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)