Skip to content

Commit

Permalink
deps(babel): Update to v7.24 latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed May 27, 2024
1 parent d6f97cb commit 0dcee1c
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 117 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.24.4",
"@babel/core": "^7.24.6",
"@moonrepo/dev": "workspace:*",
"eslint": "^8.57.0",
"jest": "^29.7.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-proposal-export-default-from": "^7.24.1",
"@babel/plugin-proposal-decorators": "^7.24.6",
"@babel/plugin-proposal-export-default-from": "^7.24.6",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"babel-plugin-conditional-invariant": "^4.0.0",
"babel-plugin-env-constants": "^4.0.0",
"babel-preset-solid": "^1.8.16"
"@babel/preset-env": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"babel-plugin-conditional-invariant": "^4.0.1",
"babel-plugin-env-constants": "^4.0.1",
"babel-preset-solid": "^1.8.17"
},
"devDependencies": {
"@babel/core": "^7.24.4"
"@babel/core": "^7.24.6"
},
"funding": {
"type": "ko-fi",
Expand Down
Loading

0 comments on commit 0dcee1c

Please sign in to comment.