Skip to content

Commit

Permalink
chore:升级babel依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
SunLxy committed Nov 1, 2022
1 parent 0ccd4b3 commit 48ae92d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
12 changes: 3 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,22 +86,16 @@
"author": "jaywcjlove",
"license": "MIT",
"dependencies": {
"@babel/preset-typescript": "~7.18.0",
"@babel/core": "~7.18.0",
"@babel/preset-typescript": "~7.18.6",
"@babel/core": "~7.19.6",
"ajv": "^8.9.0",
"husky": "~7.0.4",
"lerna": "~5.1.0",
"lint-staged": "~12.5.0",
"prettier": "^2.7.0",
"tsbb": "~3.7.0",
"tsbb": "~3.7.7",
"webpack-bundle-analyzer": "~4.5.0"
},
"resolutions": {
"@babel/core": "~7.18.0",
"@babel/parser": "7.18.8",
"@babel/traverse": "7.18.8",
"@babel/types": "7.18.8"
},
"workspaces": {
"packages": [
"packages/*",
Expand Down
10 changes: 5 additions & 5 deletions packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"@babel/generator": "7.18.7",
"@babel/parser": "7.18.8",
"@babel/traverse": "7.18.8",
"@babel/types": "7.18.8",
"@babel/generator": "7.20.0",
"@babel/parser": "7.20.0",
"@babel/traverse": "7.20.0",
"@babel/types": "7.20.0",
"chokidar": "3.5.3",
"swr": "^1.3.0"
}
}
}

0 comments on commit 48ae92d

Please sign in to comment.