Skip to content

Commit

Permalink
Update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 4, 2022
1 parent 0c0a5e3 commit e60ba13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@
},
"resolutions": {
"@babel/core": "~7.18.0",
"@babel/parser": "7.18.8",
"@babel/traverse": "7.18.8",
"@babel/types": "7.18.8"
"@babel/parser": "7.18.11",
"@babel/traverse": "7.18.11",
"@babel/types": "7.18.10"
},
"workspaces": {
"packages": [
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.18.7",
"@babel/parser": "7.18.8",
"@babel/traverse": "7.18.8",
"@babel/types": "7.18.8",
"@babel/generator": "7.18.10",
"@babel/parser": "7.18.11",
"@babel/traverse": "7.18.11",
"@babel/types": "7.18.10",
"chokidar": "3.5.3",
"swr": "^1.3.0"
}
Expand Down

0 comments on commit e60ba13

Please sign in to comment.