Skip to content

Commit 4d3f780

Browse files
committed
deps(babel): Update to v7.20 latest.
1 parent 0f74a71 commit 4d3f780

3 files changed

Lines changed: 150 additions & 132 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.20.5",
15+
"@babel/core": "^7.20.12",
1616
"@moonrepo/cli": "^0.23.1",
1717
"@moonrepo/dev": "workspace:*",
1818
"eslint": "^8.32.0",

packages/babel-preset/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"@babel/plugin-proposal-class-properties": "^7.18.6",
39-
"@babel/plugin-proposal-decorators": "^7.20.5",
39+
"@babel/plugin-proposal-decorators": "^7.20.13",
4040
"@babel/plugin-proposal-export-default-from": "^7.18.10",
4141
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
4242
"@babel/plugin-proposal-private-methods": "^7.18.6",
@@ -45,10 +45,10 @@
4545
"@babel/preset-typescript": "^7.18.6",
4646
"babel-plugin-conditional-invariant": "^2.0.2",
4747
"babel-plugin-env-constants": "^2.0.2",
48-
"babel-preset-solid": "^1.6.3"
48+
"babel-preset-solid": "^1.6.9"
4949
},
5050
"devDependencies": {
51-
"@babel/core": "^7.20.5"
51+
"@babel/core": "^7.20.12"
5252
},
5353
"funding": {
5454
"type": "ko-fi",

0 commit comments

Comments
 (0)