Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuku committed Apr 12, 2024
1 parent 83feb8e commit 1d1d39a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
6 changes: 2 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
"workspaces": [
"packages/*"
],
"dependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"prettier": "^3.2.5"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/storybook-addon-designs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@
"@types/webpack-env": "^1.18.4",
"auto": "^11.1.1",
"figma-js": "^1.16.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
},
"peerDependencies": {
"@storybook/blocks": "^8.0.0",
"@storybook/components": "^8.0.0",
"@storybook/theming": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"peerDependenciesMeta": {
"@storybook/blocks": {
Expand Down

0 comments on commit 1d1d39a

Please sign in to comment.