Skip to content

Commit

Permalink
fix(deps): update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 7, 2022
1 parent cae215f commit f722732
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"license": "MIT",
"dependencies": {
"@babel/preset-typescript": "~7.18.6",
"@babel/core": "~7.19.6",
"@babel/core": "~7.20.0",
"ajv": "^8.9.0",
"husky": "~7.0.4",
"lerna": "~5.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"@babel/generator": "7.20.0",
"@babel/parser": "7.20.0",
"@babel/traverse": "7.20.0",
"@babel/types": "7.20.0",
"@babel/generator": "7.20.3",
"@babel/parser": "7.20.3",
"@babel/traverse": "7.20.1",
"@babel/types": "7.20.2",
"chokidar": "3.5.3",
"swr": "^1.3.0"
}
Expand Down

0 comments on commit f722732

Please sign in to comment.