Skip to content

Commit

Permalink
deps(babel): Update to v7.24.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Mar 25, 2024
1 parent 56597d2 commit 4f12f8b
Show file tree
Hide file tree
Showing 3 changed files with 585 additions and 554 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.23.9",
"@babel/core": "^7.24.3",
"@moonrepo/cli": "^1.22.0",
"@moonrepo/dev": "workspace:*",
"eslint": "^8.57.0",
Expand Down
14 changes: 7 additions & 7 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.23.9",
"@babel/plugin-proposal-export-default-from": "^7.23.3",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/plugin-proposal-export-default-from": "^7.24.1",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/preset-env": "^7.24.3",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"babel-plugin-conditional-invariant": "^3.0.1",
"babel-plugin-env-constants": "^3.0.1",
"babel-preset-solid": "^1.8.15"
"babel-preset-solid": "^1.8.16"
},
"devDependencies": {
"@babel/core": "^7.23.9"
"@babel/core": "^7.24.3"
},
"funding": {
"type": "ko-fi",
Expand Down
Loading

0 comments on commit 4f12f8b

Please sign in to comment.