Skip to content

Commit

Permalink
add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Sqrrl committed Oct 10, 2022
1 parent d4218bf commit 2dede5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
8 changes: 4 additions & 4 deletions addon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-design-token",
"version": "2.7.0",
"version": "2.7.1",
"main": "dist/preset.js",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -50,14 +50,14 @@
"raw-loader": "^4.0.2",
"react-storage-hooks": "^4.0.1",
"react-use-clipboard": "^1.0.7",
"react-virtual": "^2.10.4"
"react-virtual": "^2.10.4",
"vite": "^3.0.8"
},
"devDependencies": {
"@storybook/addon-docs": "^6.3.12",
"@types/jsdom": "^16.2.14",
"@types/node": "^16.11.7",
"@types/react": "^17.0.1",
"typescript": "^4.4.4",
"vite": "^3.0.8"
"typescript": "^4.4.4"
}
}
17 changes: 0 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13962,23 +13962,6 @@ storybook-addon-outline@^1.4.1:
"@storybook/core-events" "^6.3.0"
ts-dedent "^2.1.1"

storybook-design-token@^2.0.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/storybook-design-token/-/storybook-design-token-2.6.0.tgz#310e849a2da269a5121cddd0b23e38194d96f9ed"
integrity sha512-zCKztHVaJYZ/c6tUTDRjfwXO4XYg2qHiJ/7pWzQV0CJOOQQr24AtF6g0CE0+KMkOGjjQpBgesXHVmoXxsgZDmQ==
dependencies:
"@storybook/addons" "^6.3.12"
"@storybook/components" "^6.3.12"
"@storybook/theming" "^6.3.12"
jsdom "^19.0.0"
polished "^4.1.3"
postcss "^8.3.11"
postcss-scss "^4.0.2"
raw-loader "^4.0.2"
react-storage-hooks "^4.0.1"
react-use-clipboard "^1.0.7"
react-virtual "^2.10.4"

stream-browserify@^2.0.1:
version "2.0.2"
resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b"
Expand Down

0 comments on commit 2dede5f

Please sign in to comment.