Skip to content

Commit e043357

Browse files
committed
deps(babel): Update to v7.21 latest.
1 parent a6d342f commit e043357

3 files changed

Lines changed: 269 additions & 276 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"packages/*"
1313
],
1414
"devDependencies": {
15-
"@babel/core": "^7.21.0",
15+
"@babel/core": "^7.21.4",
1616
"@moonrepo/cli": "^1.0.0",
1717
"@moonrepo/dev": "workspace:*",
1818
"eslint": "^8.36.0",

packages/babel-preset/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
"@babel/plugin-proposal-export-default-from": "^7.18.10",
3939
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
4040
"@babel/plugin-proposal-private-methods": "^7.18.6",
41-
"@babel/preset-env": "^7.20.2",
41+
"@babel/preset-env": "^7.21.4",
4242
"@babel/preset-react": "^7.18.6",
43-
"@babel/preset-typescript": "^7.21.0",
43+
"@babel/preset-typescript": "^7.21.4",
4444
"babel-plugin-conditional-invariant": "^3.0.0",
4545
"babel-plugin-env-constants": "^3.0.0",
46-
"babel-preset-solid": "^1.6.13"
46+
"babel-preset-solid": "^1.7.3"
4747
},
4848
"devDependencies": {
49-
"@babel/core": "^7.21.0"
49+
"@babel/core": "^7.21.4"
5050
},
5151
"funding": {
5252
"type": "ko-fi",

0 commit comments

Comments
 (0)