Skip to content

Commit 8cf3c21

Browse files
committed
feat(babel-preset): update deps
1 parent 99ab44d commit 8cf3c21

File tree

4 files changed

+1016
-57
lines changed

4 files changed

+1016
-57
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
"lerna": "^3.22.1",
2424
"npm-name": "^6.0.1",
2525
"plop": "^2.7.6"
26-
}
26+
},
27+
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
2728
}

packages/babel-preset/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ module.exports = (
3535
['@babel/preset-react', { development: dev, runtime: 'automatic' }],
3636
],
3737
plugins: [
38-
['@babel/plugin-proposal-class-properties', { loose: true }],
38+
['@babel/plugin-transform-class-properties', { loose: true }],
3939
'@babel/plugin-proposal-export-default-from',
40-
'@babel/plugin-proposal-export-namespace-from',
40+
'@babel/plugin-transform-export-namespace-from',
4141
['@babel/plugin-transform-runtime', { useESModules: !modules }],
4242
'babel-plugin-dev-expression',
4343
modules && 'babel-plugin-add-module-exports',

packages/babel-preset/package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,16 @@
77
"access": "public"
88
},
99
"dependencies": {
10-
"@babel/core": "^7.13.8",
11-
"@babel/plugin-proposal-class-properties": "^7.13.0",
12-
"@babel/plugin-proposal-export-default-from": "^7.12.13",
13-
"@babel/plugin-proposal-export-namespace-from": "^7.12.13",
14-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
15-
"@babel/plugin-transform-runtime": "^7.13.9",
16-
"@babel/preset-env": "^7.13.9",
17-
"@babel/preset-react": "^7.12.13",
10+
"@babel/core": "^7.26.8",
11+
"@babel/plugin-proposal-export-default-from": "^7.25.9",
12+
"@babel/plugin-transform-class-properties": "^7.25.9",
13+
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
14+
"@babel/plugin-transform-runtime": "^7.26.8",
15+
"@babel/preset-env": "^7.26.8",
16+
"@babel/preset-react": "^7.26.3",
1817
"babel-plugin-add-module-exports": "^1.0.4",
1918
"babel-plugin-dev-expression": "^0.2.2",
20-
"babel-plugin-transform-next-use-client": "^1.1.0",
19+
"babel-plugin-transform-next-use-client": "^1.1.1",
2120
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
2221
"babel-preset-env-modules": "^1.0.1"
2322
}

0 commit comments

Comments
 (0)