|
17 | 17 | "**/*"
|
18 | 18 | ],
|
19 | 19 | "engines": {
|
20 |
| - "node": ">=10.18" |
| 20 | + "node": ">=16" |
21 | 21 | },
|
22 | 22 | "scripts": {
|
23 | 23 | "build": "sl-scripts bundle --sourcemap",
|
|
29 | 29 | "release": "sl-scripts release",
|
30 | 30 | "release.docs": "sl-scripts release:docs",
|
31 | 31 | "release.dryRun": "sl-scripts release --dry-run --debug",
|
32 |
| - "storybook": "start-storybook -p 9001", |
| 32 | + "storybook": "start-storybook -p 6006", |
33 | 33 | "test": "jest",
|
34 | 34 | "test.prod": "yarn lint && yarn test --coverage --maxWorkers=2",
|
35 | 35 | "test.update": "yarn test --updateSnapshot",
|
|
55 | 55 | "lodash": "^4.17.19"
|
56 | 56 | },
|
57 | 57 | "devDependencies": {
|
58 |
| - "@sambego/storybook-state": "^1.3.6", |
| 58 | + "@babel/core": "^7.16.12", |
59 | 59 | "@size-limit/preset-big-lib": "^4.11.0",
|
60 |
| - "@stoplight/eslint-config": "^1.2.0", |
| 60 | + "@stoplight/eslint-config": "3.0.0", |
61 | 61 | "@stoplight/markdown-viewer": "^5.3.3",
|
62 | 62 | "@stoplight/mosaic": "^1.12.6",
|
63 | 63 | "@stoplight/mosaic-code-viewer": "^1.12.6",
|
64 | 64 | "@stoplight/scripts": "9.2.0",
|
65 |
| - "@stoplight/storybook-config": "^2.0.6", |
66 | 65 | "@stoplight/types": "^12.3.0",
|
| 66 | + "@storybook/addon-essentials": "^6.4.14", |
| 67 | + "@storybook/builder-webpack5": "^6.4.14", |
| 68 | + "@storybook/core": "6.4.14", |
| 69 | + "@storybook/manager-webpack5": "^6.4.14", |
| 70 | + "@storybook/react": "^6.4.14", |
67 | 71 | "@types/classnames": "^2.2.11",
|
68 | 72 | "@types/enzyme": "^3.10.8",
|
69 | 73 | "@types/jest": "^26.0.18",
|
|
72 | 76 | "@types/react": "16.9.56",
|
73 | 77 | "@types/react-dom": "16.9.13",
|
74 | 78 | "@types/treeify": "^1.0.0",
|
75 |
| - "@typescript-eslint/eslint-plugin": "^4.9.1", |
76 |
| - "@typescript-eslint/parser": "^4.9.1", |
| 79 | + "@typescript-eslint/eslint-plugin": "^5.7.0", |
| 80 | + "@typescript-eslint/parser": "^5.7.0", |
77 | 81 | "babel-jest": "^26.6.3",
|
78 | 82 | "babel-loader": "^8.2.2",
|
79 | 83 | "copyfiles": "^2.4.1",
|
80 | 84 | "enzyme": "^3.11.0",
|
81 | 85 | "enzyme-adapter-react-16": "^1.15.5",
|
82 | 86 | "enzyme-to-json": "^3.6.1",
|
83 |
| - "eslint": "^7.15.0", |
84 |
| - "eslint-plugin-import": "^2.20.2", |
85 |
| - "eslint-plugin-jest": "^24.1.3", |
86 |
| - "eslint-plugin-prettier": "^3.1.3", |
87 |
| - "eslint-plugin-react": "^7.21.5", |
88 |
| - "eslint-plugin-react-hooks": "^4.2.0", |
89 |
| - "eslint-plugin-simple-import-sort": "^5.0.2", |
| 87 | + "eslint": "^8.4.1", |
| 88 | + "eslint-plugin-import": "^2.25.3", |
| 89 | + "eslint-plugin-jest": "^25.3.0", |
| 90 | + "eslint-plugin-prettier": "^4.0.0", |
| 91 | + "eslint-plugin-react": "^7.27.1", |
| 92 | + "eslint-plugin-react-hooks": "^4.3.0", |
| 93 | + "eslint-plugin-simple-import-sort": "^7.0.0", |
90 | 94 | "jest": "^26.6.2",
|
91 | 95 | "jest-enzyme": "^7.1.2",
|
92 |
| - "prettier": "^2.2.1", |
| 96 | + "prettier": "^2.5.1", |
93 | 97 | "react": "^16.14.0",
|
94 | 98 | "react-dom": "^16.14.0",
|
95 | 99 | "rollup-plugin-terser": "^5.3.0",
|
96 | 100 | "size-limit": "^4.11.0",
|
97 | 101 | "treeify": "^1.1.0",
|
98 | 102 | "ts-jest": "^26.4.4",
|
99 |
| - "typescript": "^4.0.5" |
| 103 | + "typescript": "4.5.5", |
| 104 | + "webpack": "^5.67.0" |
100 | 105 | },
|
101 | 106 | "lint-staged": {
|
102 | 107 | "*.{ts,tsx}$": [
|
|
0 commit comments