Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 5540ab1

Browse files
committed
4.1.2
1 parent 8e87954 commit 5540ab1

File tree

2 files changed

+3231
-2035
lines changed

2 files changed

+3231
-2035
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storybook-addon-smart-knobs",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"description": "Automatically created knobs for storybook.",
55
"repository": "https://github.com/storybooks/addon-smart-knobs",
66
"license": "MIT",
@@ -14,28 +14,28 @@
1414
"test": "jest"
1515
},
1616
"devDependencies": {
17-
"@babel/cli": "^7.2.0",
18-
"@babel/core": "^7.2.0",
19-
"@babel/plugin-proposal-class-properties": "^7.2.0",
17+
"@babel/cli": "^7.4.3",
18+
"@babel/core": "^7.4.3",
19+
"@babel/plugin-proposal-class-properties": "^7.4.0",
2020
"@babel/plugin-proposal-export-default-from": "^7.2.0",
21-
"@babel/preset-env": "^7.2.0",
21+
"@babel/preset-env": "^7.4.3",
2222
"@babel/preset-flow": "^7.0.0",
2323
"@babel/preset-react": "^7.0.0",
24-
"@storybook/addon-actions": "^4.1.1",
25-
"@storybook/addon-info": "^4.1.1",
26-
"@storybook/addon-knobs": "^4.1.1",
27-
"@storybook/addon-options": "^4.1.1",
28-
"@storybook/react": "^4.1.1",
29-
"babel-loader": "^8.0.4",
30-
"babel-plugin-react-docgen": "^2.0.0",
31-
"css-loader": "^2.0.0",
24+
"@storybook/addon-actions": "^5.0.6",
25+
"@storybook/addon-info": "^5.0.6",
26+
"@storybook/addon-knobs": "^5.0.6",
27+
"@storybook/addon-options": "^5.0.6",
28+
"@storybook/react": "^5.0.6",
29+
"babel-loader": "^8.0.5",
30+
"babel-plugin-react-docgen": "^3.0.0",
31+
"css-loader": "^2.1.1",
3232
"eslint-config-taller": "^2.0.0",
33-
"eslint-plugin-flowtype": "^3.0.0",
34-
"jest": "^23.6.0",
35-
"prop-types": "^15.6.2",
36-
"react": "^16.6.3",
37-
"react-dom": "^16.6.3",
38-
"rimraf": "^2.6.2"
33+
"eslint-plugin-flowtype": "^3.5.1",
34+
"jest": "^24.7.1",
35+
"prop-types": "^15.7.2",
36+
"react": "^16.8.6",
37+
"react-dom": "^16.8.6",
38+
"rimraf": "^2.6.3"
3939
},
4040
"peerDependencies": {
4141
"@storybook/addon-knobs": "^4.1.1",

0 commit comments

Comments
 (0)