Skip to content

Commit f2bb208

Browse files
build: move react-icons to devDependencies
1 parent 3917e23 commit f2bb208

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"react": "^18.2.0",
9797
"react-dom": "^18.2.0",
9898
"react-i18next": "^14.0.0",
99+
"react-icons": "^5.0.1",
99100
"storybook": "^7.6.9",
100101
"typescript": "^5.3.3",
101102
"vite": "^5.0.11",
@@ -109,8 +110,5 @@
109110
"*.{json,yaml}": [
110111
"prettier --write --ignore-unknown"
111112
]
112-
},
113-
"dependencies": {
114-
"react-icons": "^5.0.1"
115113
}
116114
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)