Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gndz07 committed Jan 9, 2023
1 parent 005a545 commit 97420f8
Show file tree
Hide file tree
Showing 22 changed files with 163,512 additions and 22,978 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
3 changes: 3 additions & 0 deletions .storybook/main.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
module.exports = {
core: {
builder: 'webpack5',
},
features: {
previewMdx2: true,
},
Expand Down
1 change: 1 addition & 0 deletions .storybook/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
50,716 changes: 27,746 additions & 22,970 deletions package-lock.json

Large diffs are not rendered by default.

21 changes: 13 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"build": "rollup -c",
"release": "npm run build && np",
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006 -h localhost",
"build-storybook": "build-storybook",
"build-storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider build-storybook",
"deploy-storybook": "storybook-to-ghpages",
"test": "jest --watch",
"test:ci": "jest --ci --silent",
Expand All @@ -44,7 +44,8 @@
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
"react-dom": ">=18",
"webpack": "*"
},
"dependencies": {
"@radix-ui/colors": "^0.1.8",
Expand Down Expand Up @@ -91,11 +92,14 @@
"@semantic-release/github": "^8.0.2",
"@semantic-release/npm": "^9.0.0",
"@semantic-release/release-notes-generator": "^10.0.3",
"@storybook/addon-actions": "^6.5.14",
"@storybook/addon-essentials": "^6.5.14",
"@storybook/addon-links": "^6.5.14",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/builder-webpack5": "^6.5.15",
"@storybook/client-api": "^6.5.15",
"@storybook/manager-webpack5": "^6.5.15",
"@storybook/mdx2-csf": "^0.0.3",
"@storybook/react": "^6.5.14",
"@storybook/react": "^6.5.15",
"@storybook/storybook-deployer": "^2.8.16",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
Expand All @@ -120,8 +124,9 @@
"rollup": "^2.70.1",
"rollup-plugin-typescript2": "^0.31.2",
"semantic-release": "^19.0.2",
"storybook-dark-mode": "^1.0.9",
"typescript": "^4.4.3"
"storybook-dark-mode": "^2.0.5",
"typescript": "^4.4.3",
"webpack": "^5.75.0"
},
"publishConfig": {
"access": "public",
Expand Down
Loading

0 comments on commit 97420f8

Please sign in to comment.