Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit d927c39

Browse files
committed
refactor: cleanup package.json
1 parent fdf001e commit d927c39

File tree

2 files changed

+19
-40
lines changed

2 files changed

+19
-40
lines changed

package-lock.json

Lines changed: 18 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
"@emotion/babel-plugin": "^11.10.5",
3434
"@emotion/babel-preset-css-prop": "^11.10.0",
3535
"@emotion/eslint-plugin": "^11.10.0",
36+
"@rollup/plugin-babel": "^6.0.3",
3637
"babel-eslint": "^10.1.0",
3738
"eslint": "^8.32.0",
3839
"eslint-plugin-prettier": "^4.2.1",
3940
"eslint-plugin-react": "^7.32.1",
4041
"eslint-plugin-react-hooks": "^4.6.0",
4142
"prettier": "^2.8.3",
4243
"rollup": "^3.10.0",
43-
"rollup-plugin-babel": "^4.4.0",
4444
"rollup-plugin-commonjs": "^10.1.0",
4545
"rollup-plugin-dts": "^5.1.1",
4646
"rollup-plugin-node-resolve": "^5.2.0",
@@ -52,8 +52,5 @@
5252
"@emotion/react": "^11.4.1",
5353
"react": "^18.2.0",
5454
"react-dom": "^18.2.0"
55-
},
56-
"dependencies": {
57-
"@rollup/plugin-babel": "^6.0.3"
5855
}
5956
}

0 commit comments

Comments
 (0)