Skip to content

Commit

Permalink
feat(compiler-core): support parsing const modifier in type paramet…
Browse files Browse the repository at this point in the history
…ers (#7912)
  • Loading branch information
sxzz authored Mar 28, 2023
1 parent eded947 commit b7bd50f
Show file tree
Hide file tree
Showing 6 changed files with 91 additions and 90 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"node": ">=16.11.0"
},
"devDependencies": {
"@babel/parser": "^7.20.15",
"@babel/types": "^7.20.7",
"@babel/parser": "^7.21.3",
"@babel/types": "^7.21.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@rollup/plugin-alias": "^4.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/compiler-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
},
"homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-core#readme",
"dependencies": {
"@babel/parser": "^7.21.3",
"@vue/shared": "3.3.0-alpha.5",
"@babel/parser": "^7.20.15",
"estree-walker": "^2.0.2",
"source-map": "^0.6.1"
},
"devDependencies": {
"@babel/types": "^7.16.0"
"@babel/types": "^7.21.3"
}
}
2 changes: 1 addition & 1 deletion packages/compiler-sfc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"source-map": "^0.6.1"
},
"devDependencies": {
"@babel/types": "^7.16.0",
"@babel/types": "^7.21.3",
"@types/estree": "^0.0.48",
"@types/lru-cache": "^5.1.0",
"@vue/consolidate": "^0.17.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/reactivity-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"magic-string": "^0.30.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/types": "^7.20.7"
"@babel/core": "^7.21.3",
"@babel/types": "^7.21.3"
}
}
2 changes: 1 addition & 1 deletion packages/vue-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/vuejs/core/tree/main/packages/vue-compat#readme",
"dependencies": {
"@babel/parser": "^7.16.4",
"@babel/parser": "^7.21.3",
"estree-walker": "^2.0.2",
"source-map": "^0.6.1"
},
Expand Down
Loading

0 comments on commit b7bd50f

Please sign in to comment.