Skip to content

Commit bccfe8e

Browse files
refactor: ♻️ dependency cleanup (#49)
1 parent c2f9108 commit bccfe8e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
"storybook": "start-storybook -p 6006",
1717
"build-storybook": "build-storybook"
1818
},
19-
"dependencies": {
20-
"eslint-plugin-simple-import-sort": "^8.0.0"
21-
},
19+
"dependencies": {},
2220
"peerDependencies": {
2321
"react": "^16 || ^17 || ^18",
2422
"react-dom": "^16 || ^17 || ^18"
@@ -30,18 +28,19 @@
3028
"@storybook/addon-knobs": "^6.4.0",
3129
"@storybook/addon-links": "^6.5.12",
3230
"@storybook/react": "^6.5.12",
33-
"@types/react": "^18.0.21",
3431
"@types/react-dom": "^18.0.6",
32+
"@types/react": "^18.0.21",
3533
"@typescript-eslint/eslint-plugin": "^5.40.0",
3634
"@typescript-eslint/parser": "^5.40.0",
37-
"eslint": "8.25.0",
3835
"eslint-plugin-prettier": "^4.2.1",
3936
"eslint-plugin-react": "^7.31.10",
37+
"eslint-plugin-simple-import-sort": "^8.0.0",
4038
"eslint-plugin-storybook": "^0.6.6",
39+
"eslint": "8.25.0",
4140
"postcss": "^8.4.17",
4241
"prettier": "^2.7.1",
43-
"react": "^18.2.0",
4442
"react-dom": "^18.2.0",
43+
"react": "^18.2.0",
4544
"size-limit": "^8.1.0",
4645
"storybook-addon-turbo-build": "^1.1.0",
4746
"tsup": "^6.2.3",

0 commit comments

Comments
 (0)