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 Jul 15, 2024
1 parent 207e6e6 commit 034ecee
Show file tree
Hide file tree
Showing 3 changed files with 750 additions and 742 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"packages/*"
],
"devDependencies": {
"@babel/core": "^7.24.6",
"@moonrepo/cli": "^1.26.1",
"@babel/core": "^7.24.9",
"@moonrepo/cli": "^1.26.7",
"@moonrepo/dev": "workspace:*",
"eslint": "^8.57.0",
"jest": "^29.7.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.24.6",
"@babel/plugin-proposal-export-default-from": "^7.24.6",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-proposal-export-default-from": "^7.24.7",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/preset-env": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"babel-plugin-conditional-invariant": "^4.0.1",
"babel-plugin-env-constants": "^4.0.1",
"babel-preset-solid": "^1.8.17"
"babel-preset-solid": "^1.8.18"
},
"devDependencies": {
"@babel/core": "^7.24.6"
"@babel/core": "^7.24.9"
},
"funding": {
"type": "ko-fi",
Expand Down
Loading

0 comments on commit 034ecee

Please sign in to comment.