Skip to content

Commit

Permalink
deps(babel): Update to v7.25.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Sep 2, 2024
1 parent 7f90948 commit 3e0eaf1
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 278 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.9",
"@babel/core": "^7.25.2",
"@moonrepo/cli": "^1.27.0",
"@moonrepo/dev": "workspace:*",
"eslint": "^8.57.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.24.7",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/preset-env": "^7.24.8",
"@babel/preset-env": "^7.25.4",
"@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.18"
"babel-preset-solid": "^1.8.22"
},
"devDependencies": {
"@babel/core": "^7.24.9"
"@babel/core": "^7.25.2"
},
"funding": {
"type": "ko-fi",
Expand Down
Loading

0 comments on commit 3e0eaf1

Please sign in to comment.