Skip to content

Commit 44e09a1

Browse files
chore(deps): update babel monorepo
1 parent 5ce427e commit 44e09a1

File tree

3 files changed

+1316
-919
lines changed

3 files changed

+1316
-919
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@
8585
},
8686
"dependencies": {
8787
"@anolilab/multi-semantic-release": "^1.0.3",
88-
"@babel/cli": "^7.23.4",
89-
"@babel/core": "^7.23.6",
90-
"@babel/preset-env": "^7.23.6",
88+
"@babel/cli": "^7.23.9",
89+
"@babel/core": "^7.23.9",
90+
"@babel/preset-env": "^7.23.9",
9191
"@commitlint/cli": "^18.4.4",
9292
"@commitlint/config-conventional": "^18.4.4",
9393
"@commitlint/core": "^18.4.4",

packages/babel-preset/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@babel/helper-plugin-utils": "^7.22.5",
6262
"@babel/plugin-proposal-class-properties": "^7.18.6",
6363
"@babel/plugin-proposal-class-static-block": "^7.21.0",
64-
"@babel/plugin-proposal-decorators": "^7.23.6",
64+
"@babel/plugin-proposal-decorators": "^7.23.9",
6565
"@babel/plugin-proposal-export-default-from": "^7.23.3",
6666
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
6767
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
@@ -75,7 +75,7 @@
7575
"@babel/plugin-syntax-bigint": "^7.8.3",
7676
"@babel/plugin-transform-arrow-functions": "^7.23.3",
7777
"@babel/plugin-transform-block-scoping": "^7.23.4",
78-
"@babel/plugin-transform-classes": "^7.23.5",
78+
"@babel/plugin-transform-classes": "^7.23.8",
7979
"@babel/plugin-transform-computed-properties": "^7.23.3",
8080
"@babel/plugin-transform-destructuring": "^7.23.3",
8181
"@babel/plugin-transform-exponentiation-operator": "^7.23.3",
@@ -88,16 +88,16 @@
8888
"@babel/plugin-transform-shorthand-properties": "^7.23.3",
8989
"@babel/plugin-transform-spread": "^7.23.3",
9090
"@babel/plugin-transform-template-literals": "^7.23.3",
91-
"@babel/preset-env": "^7.23.6",
91+
"@babel/preset-env": "^7.23.9",
9292
"babel-plugin-annotate-pure-calls": "^0.4.0",
9393
"babel-plugin-dev-expression": "^0.2.3",
9494
"babel-plugin-macros": "^3.1.0",
9595
"babel-plugin-polyfill-regenerator": "^0.5.4"
9696
},
9797
"devDependencies": {
9898
"@anolilab/semantic-release-preset": "8.0.3",
99-
"@babel/cli": "^7.23.4",
100-
"@babel/core": "^7.23.6",
99+
"@babel/cli": "^7.23.9",
100+
"@babel/core": "^7.23.9",
101101
"@babel/plugin-syntax-jsx": "7.23.3",
102102
"@babel/plugin-transform-typescript": "7.23.6",
103103
"@babel/preset-react": "7.23.3",
@@ -114,7 +114,7 @@
114114
"vitest": "^1.1.0"
115115
},
116116
"peerDependencies": {
117-
"@babel/core": "^7.16.5",
117+
"@babel/core": "^7.16.12",
118118
"@babel/plugin-syntax-jsx": "^7.22.5",
119119
"@babel/plugin-transform-typescript": "^7.22.15",
120120
"@babel/preset-react": "^7.22.15",

0 commit comments

Comments
 (0)