Skip to content

Commit

Permalink
fix(deps): update compiler (#10269)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 5, 2024
1 parent b0a669c commit 336bb65
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 61 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -59,8 +59,8 @@
"node": ">=18.12.0"
},
"devDependencies": {
"@babel/parser": "^7.23.6",
"@babel/types": "^7.23.6",
"@babel/parser": "^7.23.9",
"@babel/types": "^7.23.9",
"@codspeed/vitest-plugin": "^2.3.1",
"@rollup/plugin-alias": "^5.0.1",
"@rollup/plugin-commonjs": "^25.0.7",
Expand Down Expand Up @@ -89,7 +89,7 @@
"jsdom": "^23.2.0",
"lint-staged": "^15.2.0",
"lodash": "^4.17.21",
"magic-string": "^0.30.5",
"magic-string": "^0.30.6",
"markdown-table": "^3.0.3",
"marked": "^11.2.0",
"minimist": "^1.2.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/compiler-core/package.json
Expand Up @@ -46,13 +46,13 @@
},
"homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-core#readme",
"dependencies": {
"@babel/parser": "^7.23.6",
"@babel/parser": "^7.23.9",
"@vue/shared": "workspace:*",
"entities": "^4.5.0",
"estree-walker": "^2.0.2",
"source-map-js": "^1.0.2"
},
"devDependencies": {
"@babel/types": "^7.23.6"
"@babel/types": "^7.23.9"
}
}
6 changes: 3 additions & 3 deletions packages/compiler-sfc/package.json
Expand Up @@ -42,18 +42,18 @@
},
"homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-sfc#readme",
"dependencies": {
"@babel/parser": "^7.23.6",
"@babel/parser": "^7.23.9",
"@vue/compiler-core": "workspace:*",
"@vue/compiler-dom": "workspace:*",
"@vue/compiler-ssr": "workspace:*",
"@vue/shared": "workspace:*",
"estree-walker": "^2.0.2",
"magic-string": "^0.30.5",
"magic-string": "^0.30.6",
"postcss": "^8.4.33",
"source-map-js": "^1.0.2"
},
"devDependencies": {
"@babel/types": "^7.23.6",
"@babel/types": "^7.23.9",
"@vue/consolidate": "^0.17.3",
"hash-sum": "^2.0.0",
"lru-cache": "^10.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-compat/package.json
Expand Up @@ -52,7 +52,7 @@
},
"homepage": "https://github.com/vuejs/core/tree/main/packages/vue-compat#readme",
"dependencies": {
"@babel/parser": "^7.23.6",
"@babel/parser": "^7.23.9",
"estree-walker": "^2.0.2",
"source-map-js": "^1.0.2"
},
Expand Down
104 changes: 52 additions & 52 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 336bb65

Please sign in to comment.