Skip to content

Commit

Permalink
ADD types/fs-extra
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jun 5, 2020
1 parent f506c93 commit 1220749
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/design-system",
"version": "6.0.0.beta.0",
"version": "5.0.4",
"description": "Storybook design system",
"repository": {
"type": "git",
Expand Down Expand Up @@ -68,6 +68,7 @@
"@storybook/eslint-config-storybook": "^2.4.0",
"@storybook/linter-config": "^2.5.0",
"@storybook/react": "6.0.0-beta.20",
"@types/fs-extra": "^9.0.1",
"@types/styled-components": "^5.1.0",
"auto": "^7.11.0",
"babel-eslint": "^10.1.0",
Expand Down Expand Up @@ -107,6 +108,6 @@
},
"storybook": {
"title": "Storybook Design System",
"url": "https://5ccbc373887ca40020446347-kfurrsajwz.chromatic.com/"
"url": "https://5ccbc373887ca40020446347-synmdrrwjj.chromatic.com/"
}
}
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3434,6 +3434,13 @@
resolved "https://registry.npmjs.org/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
integrity sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==

"@types/fs-extra@^9.0.1":
version "9.0.1"
resolved "https://registry.npmjs.org/@types/fs-extra/-/fs-extra-9.0.1.tgz#91c8fc4c51f6d5dbe44c2ca9ab09310bd00c7918"
integrity sha512-B42Sxuaz09MhC3DDeW5kubRcQ5by4iuVQ0cRRWM2lggLzAa/KVom0Aft/208NgMvNQQZ86s5rVcqDdn/SH0/mg==
dependencies:
"@types/node" "*"

"@types/glob-base@^0.3.0":
version "0.3.0"
resolved "https://registry.npmjs.org/@types/glob-base/-/glob-base-0.3.0.tgz#a581d688347e10e50dd7c17d6f2880a10354319d"
Expand Down

0 comments on commit 1220749

Please sign in to comment.