Skip to content

Commit

Permalink
chore: upgrade babel and release-scripts (#14330)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Sep 8, 2023
1 parent 44ca967 commit b361ffa
Show file tree
Hide file tree
Showing 5 changed files with 479 additions and 394 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -41,7 +41,7 @@
"ci-docs": "run-s build docs-build"
},
"devDependencies": {
"@babel/types": "^7.22.5",
"@babel/types": "^7.22.17",
"@microsoft/api-extractor": "^7.36.3",
"@rollup/plugin-typescript": "^11.1.2",
"@types/babel__core": "^7.20.1",
Expand All @@ -62,7 +62,7 @@
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@vitejs/release-scripts": "^1.2.1",
"@vitejs/release-scripts": "^1.3.0",
"conventional-changelog-cli": "^3.0.0",
"eslint": "^8.46.0",
"eslint-define-config": "^1.23.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-legacy/package.json
Expand Up @@ -42,7 +42,7 @@
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"funding": "https://github.com/vitejs/vite?sponsor=1",
"dependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.22.17",
"@babel/preset-env": "^7.22.9",
"browserslist": "^4.21.10",
"core-js": "^3.32.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Expand Up @@ -80,7 +80,7 @@
"devDependencies": {
"@ampproject/remapping": "^2.2.1",
"@babel/parser": "^7.22.7",
"@babel/types": "^7.22.5",
"@babel/types": "^7.22.17",
"@jridgewell/trace-mapping": "^0.3.18",
"@rollup/plugin-alias": "^4.0.4",
"@rollup/plugin-commonjs": "^25.0.3",
Expand Down

0 comments on commit b361ffa

Please sign in to comment.