Skip to content

Commit 570df03

Browse files
build: do not externalize everything
1 parent adf70a4 commit 570df03

File tree

3 files changed

+253
-328
lines changed

3 files changed

+253
-328
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"storybook": "storybook dev -p 6006",
3131
"typescript": "tsc --p ./tsconfig-build.json --noEmit"
3232
},
33-
"peerDependencies": {
33+
"dependencies": {
3434
"@ark-ui/react": "^1.3.0",
3535
"@chakra-ui/anatomy": "^2.2.2",
3636
"@chakra-ui/icons": "^2.1.1",
@@ -41,19 +41,21 @@
4141
"@chakra-ui/theme-tools": "^2.1.2",
4242
"@emotion/react": "^11.11.3",
4343
"@emotion/styled": "^11.11.0",
44-
"@fontsource-variable/inter": "^5.0.16",
4544
"@nanostores/react": "^0.7.1",
4645
"chakra-react-select": "^4.7.6",
4746
"framer-motion": "^10.18.0",
4847
"lodash-es": "^4.17.21",
4948
"nanostores": "^0.9.5",
5049
"overlayscrollbars": "^2.4.6",
5150
"overlayscrollbars-react": "^0.5.3",
52-
"react": "^18.2.0",
53-
"react-dom": "^18.2.0",
5451
"react-i18next": "^14.0.0",
5552
"react-select": "^5.8.0"
5653
},
54+
"peerDependencies": {
55+
"@fontsource-variable/inter": "^5.0.16",
56+
"react": "^18.2.0",
57+
"react-dom": "^18.2.0"
58+
},
5759
"devDependencies": {
5860
"@chakra-ui/anatomy": "^2.2.2",
5961
"@chakra-ui/icons": "^2.1.1",

0 commit comments

Comments
 (0)