Skip to content

Commit

Permalink
deps(babel): Update to v7.21 latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed May 1, 2023
1 parent d71a48e commit 8bee073
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 136 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"packages/*"
],
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/core": "^7.21.5",
"@moonrepo/cli": "^1.3.0",
"@moonrepo/dev": "workspace:*",
"eslint": "^8.39.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/preset-env": "^7.21.4",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@babel/preset-typescript": "^7.21.5",
"babel-plugin-conditional-invariant": "^3.0.0",
"babel-plugin-env-constants": "^3.0.0",
"babel-preset-solid": "^1.7.3"
},
"devDependencies": {
"@babel/core": "^7.21.4"
"@babel/core": "^7.21.5"
},
"funding": {
"type": "ko-fi",
Expand Down
Loading

0 comments on commit 8bee073

Please sign in to comment.