|
1 | 1 | { |
2 | 2 | "name": "@storybook/addon-knobs", |
3 | | - "version": "6.3.0-next.0", |
| 3 | + "version": "7.0.1", |
4 | 4 | "description": "Storybook addon for editing props", |
5 | 5 | "keywords": [ |
6 | 6 | "storybook-addons", |
|
23 | 23 | "buildTsc": "tsc --declaration --emitDeclarationOnly --outDir ./dist", |
24 | 24 | "build": "concurrently \"npm run buildBabel\" \"npm run buildTsc\"", |
25 | 25 | "test": "jest", |
26 | | - "storybook": "start-storybook -p 6006", |
| 26 | + "storybook": "storybook dev -p 6006", |
27 | 27 | "start": "concurrently \"npm run storybook -- --no-manager-cache --quiet\" \"npm run build -- --watch\"", |
28 | | - "build-storybook": "build-storybook", |
29 | | - "prerelease": "node check-metadata.js", |
| 28 | + "build-storybook": "storybook build", |
30 | 29 | "release": "npm run build && auto shipit" |
31 | 30 | }, |
32 | 31 | "dependencies": { |
33 | | - "copy-to-clipboard": "^3.3.1", |
34 | | - "core-js": "^3.8.2", |
| 32 | + "copy-to-clipboard": "^3.3.3", |
| 33 | + "core-js": "^3.29.0", |
35 | 34 | "escape-html": "^1.0.3", |
36 | 35 | "fast-deep-equal": "^3.1.3", |
37 | 36 | "global": "^4.4.0", |
38 | | - "lodash": "^4.17.20", |
39 | | - "prop-types": "^15.7.2", |
40 | | - "qs": "^6.10.0", |
41 | | - "react-colorful": "^5.1.2", |
| 37 | + "lodash": "^4.17.21", |
| 38 | + "prop-types": "^15.8.1", |
| 39 | + "qs": "^6.11.1", |
| 40 | + "react-colorful": "^5.6.1", |
42 | 41 | "react-lifecycles-compat": "^3.0.4", |
43 | | - "react-select": "^3.2.0" |
| 42 | + "react-select": "^5.7.0" |
44 | 43 | }, |
45 | 44 | "devDependencies": { |
46 | | - "@babel/cli": "^7.12.1", |
47 | | - "@babel/core": "^7.12.3", |
48 | | - "@babel/preset-env": "^7.12.1", |
49 | | - "@babel/preset-react": "^7.12.5", |
50 | | - "@babel/preset-typescript": "^7.13.0", |
51 | | - "@emotion/jest": "^11.3.0", |
52 | | - "@storybook/react": "^6.4.0", |
53 | | - "@testing-library/jest-dom": "^5.14.1", |
54 | | - "@testing-library/react": "^12.0.0", |
55 | | - "@testing-library/user-event": "^13.2.1", |
56 | | - "@types/escape-html": "^1.0.1", |
57 | | - "@types/lodash": "^4.14.168", |
| 45 | + "@babel/cli": "^7.21.0", |
| 46 | + "@babel/core": "^7.21.0", |
| 47 | + "@babel/preset-env": "^7.20.2", |
| 48 | + "@babel/preset-react": "^7.18.6", |
| 49 | + "@babel/preset-typescript": "^7.21.0", |
| 50 | + "@emotion/jest": "^11.10.5", |
| 51 | + "@storybook/react": "^7.0.0", |
| 52 | + "@storybook/react-webpack5": "^7.0.0", |
| 53 | + "@testing-library/dom": "^9.2.0", |
| 54 | + "@testing-library/jest-dom": "^5.16.5", |
| 55 | + "@testing-library/react": "^14.0.0", |
| 56 | + "@testing-library/user-event": "^14.4.3", |
| 57 | + "@types/escape-html": "^1.0.2", |
| 58 | + "@types/lodash": "^4.14.191", |
| 59 | + "@types/node": "^18.15.11", |
58 | 60 | "@types/react-lifecycles-compat": "^3.0.1", |
59 | 61 | "@types/react-select": "^3.1.2", |
60 | | - "@types/webpack-env": "^1.16.0", |
61 | | - "auto": "^10.3.0", |
62 | | - "babel-loader": "^8.1.0", |
63 | | - "chalk": "^2.4.2", |
64 | | - "concurrently": "^5.3.0", |
65 | | - "jest": "^27.0.6", |
66 | | - "react": "^17.0.1", |
67 | | - "react-dom": "^17.0.1", |
68 | | - "rimraf": "^3.0.2", |
69 | | - "typescript": "^3.9.7" |
| 62 | + "@types/webpack-env": "^1.18.0", |
| 63 | + "auto": "^10.43.0", |
| 64 | + "chalk": "^5.2.0", |
| 65 | + "concurrently": "^7.6.0", |
| 66 | + "jest": "^29.5.0", |
| 67 | + "jest-environment-jsdom": "^29.5.0", |
| 68 | + "react": "^18.2.0", |
| 69 | + "react-dom": "^18.2.0", |
| 70 | + "rimraf": "^4.4.0", |
| 71 | + "storybook": "^7.0.0", |
| 72 | + "typescript": "^4.9.5" |
70 | 73 | }, |
71 | 74 | "peerDependencies": { |
72 | | - "@storybook/addons": "^6.4.0", |
73 | | - "@storybook/api": "^6.4.0", |
74 | | - "@storybook/components": "^6.4.0", |
75 | | - "@storybook/core-events": "^6.4.0", |
76 | | - "@storybook/theming": "^6.4.0", |
77 | | - "react": "^16.8.0 || ^17.0.0", |
78 | | - "react-dom": "^16.8.0 || ^17.0.0" |
| 75 | + "@storybook/addons": "^7.0.0", |
| 76 | + "@storybook/api": "^7.0.0", |
| 77 | + "@storybook/components": "^7.0.0", |
| 78 | + "@storybook/core-events": "^7.0.0", |
| 79 | + "@storybook/theming": "^7.0.0", |
| 80 | + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", |
| 81 | + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" |
79 | 82 | }, |
80 | 83 | "peerDependenciesMeta": { |
81 | 84 | "react": { |
|
0 commit comments