Skip to content

Commit 62126d7

Browse files
committed
babel dep
1 parent 55aaaee commit 62126d7

File tree

4 files changed

+743
-803
lines changed

4 files changed

+743
-803
lines changed

.babelrc

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
]
1818
],
1919
"plugins": [
20-
"@babel/plugin-proposal-class-properties",
2120
"add-module-exports"
2221
]
2322
}

package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@
3535
},
3636
"dependencies": {},
3737
"devDependencies": {
38-
"@babel/cli": "^7.5.5",
39-
"@babel/core": "^7.5.5",
40-
"@babel/node": "^7.5.5",
41-
"@babel/plugin-proposal-class-properties": "^7.5.5",
42-
"@babel/preset-env": "^7.5.5",
38+
"@babel/cli": "^7.26.0",
39+
"@babel/core": "^7.26.0",
40+
"@babel/node": "^7.26.0",
41+
"@babel/preset-env": "^7.26.0",
4342
"@babel/preset-react": "^7.26.3",
4443
"@testing-library/dom": "^10.4.0",
4544
"@testing-library/react": "^16.1.0",

rollup.config.js

-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ const config = {
1818
['@babel/preset-react', { runtime: 'automatic' }],
1919
['@babel/preset-env', { loose: true, modules: false }],
2020
],
21-
plugins: [
22-
'@babel/plugin-proposal-class-properties',
23-
],
2421
exclude: 'node_modules/**',
2522
}),
2623
],

0 commit comments

Comments
 (0)