Skip to content

Commit 41b9b47

Browse files
committed
deps(babel): Update to v7.24 latest.
1 parent 207e6e6 commit 41b9b47

File tree

3 files changed

+750
-742
lines changed

3 files changed

+750
-742
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"packages/*"
1313
],
1414
"devDependencies": {
15-
"@babel/core": "^7.24.6",
16-
"@moonrepo/cli": "^1.26.1",
15+
"@babel/core": "^7.24.9",
16+
"@moonrepo/cli": "^1.26.7",
1717
"@moonrepo/dev": "workspace:*",
1818
"eslint": "^8.57.0",
1919
"jest": "^29.7.0",

packages/babel-preset/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@
3434
},
3535
"dependencies": {
3636
"@babel/plugin-proposal-class-properties": "^7.18.6",
37-
"@babel/plugin-proposal-decorators": "^7.24.6",
38-
"@babel/plugin-proposal-export-default-from": "^7.24.6",
37+
"@babel/plugin-proposal-decorators": "^7.24.7",
38+
"@babel/plugin-proposal-export-default-from": "^7.24.7",
3939
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
4040
"@babel/plugin-proposal-private-methods": "^7.18.6",
41-
"@babel/preset-env": "^7.24.6",
42-
"@babel/preset-react": "^7.24.6",
43-
"@babel/preset-typescript": "^7.24.6",
41+
"@babel/preset-env": "^7.24.8",
42+
"@babel/preset-react": "^7.24.7",
43+
"@babel/preset-typescript": "^7.24.7",
4444
"babel-plugin-conditional-invariant": "^4.0.1",
4545
"babel-plugin-env-constants": "^4.0.1",
46-
"babel-preset-solid": "^1.8.17"
46+
"babel-preset-solid": "^1.8.18"
4747
},
4848
"devDependencies": {
49-
"@babel/core": "^7.24.6"
49+
"@babel/core": "^7.24.9"
5050
},
5151
"funding": {
5252
"type": "ko-fi",

0 commit comments

Comments
 (0)