|
10 | 10 | "license": "MIT", |
11 | 11 | "private": false, |
12 | 12 | "devDependencies": { |
13 | | - "@babel/core": "7.14.6", |
14 | | - "@rollup/plugin-commonjs": "19.0.0", |
15 | | - "@rollup/plugin-url": "6.0.0", |
16 | | - "@storybook/addon-a11y": "6.2.9", |
17 | | - "@storybook/addon-essentials": "6.2.9", |
18 | | - "@storybook/addon-links": "6.2.9", |
19 | | - "@storybook/react": "6.2.9", |
20 | | - "@thetribe/eslint-config-react": "0.4.2", |
21 | | - "@types/react": "17.0.11", |
22 | | - "@types/styled-components": "5.1.10", |
23 | | - "@typescript-eslint/eslint-plugin": "4.27.0", |
24 | | - "@typescript-eslint/parser": "4.27.0", |
25 | | - "babel-loader": "8.2.2", |
26 | | - "eslint": "7.28.0", |
27 | | - "eslint-config-prettier": "8.3.0", |
28 | | - "eslint-plugin-import": "2.23.4", |
29 | | - "eslint-plugin-jsx-a11y": "6.4.1", |
30 | | - "eslint-plugin-prettier": "3.4.0", |
31 | | - "eslint-plugin-react": "7.24.0", |
32 | | - "eslint-plugin-react-hooks": "4.2.0", |
33 | | - "prettier": "2.3.1", |
34 | | - "rollup": "2.51.2", |
35 | | - "rollup-plugin-typescript2": "0.31.0", |
36 | | - "tslib": "2.3.0", |
37 | | - "typescript": "4.2.2" |
| 13 | + "@babel/core": "7.22.5", |
| 14 | + "@rollup/plugin-commonjs": "25.0.2", |
| 15 | + "@rollup/plugin-url": "8.0.1", |
| 16 | + "@storybook/addon-a11y": "7.0.24", |
| 17 | + "@storybook/addon-essentials": "7.0.24", |
| 18 | + "@storybook/addon-links": "7.0.24", |
| 19 | + "@storybook/react": "7.0.24", |
| 20 | + "@thetribe/eslint-config-react": "0.6.1", |
| 21 | + "@types/react": "18.2.14", |
| 22 | + "@types/styled-components": "5.1.26", |
| 23 | + "@typescript-eslint/eslint-plugin": "5.60.1", |
| 24 | + "@typescript-eslint/parser": "5.60.1", |
| 25 | + "babel-loader": "9.1.2", |
| 26 | + "eslint": "8.43.0", |
| 27 | + "eslint-config-prettier": "8.8.0", |
| 28 | + "eslint-plugin-import": "2.27.5", |
| 29 | + "eslint-plugin-jsx-a11y": "6.7.1", |
| 30 | + "eslint-plugin-prettier": "4.2.1", |
| 31 | + "eslint-plugin-react": "7.32.2", |
| 32 | + "eslint-plugin-react-hooks": "4.6.0", |
| 33 | + "prettier": "2.8.8", |
| 34 | + "rollup": "3.25.3", |
| 35 | + "rollup-plugin-typescript2": "0.35.0", |
| 36 | + "tslib": "2.6.0", |
| 37 | + "typescript": "5.1.5" |
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | | - "react": "17.0.2", |
41 | | - "react-dom": "17.0.2", |
42 | | - "reakit": "1.3.8", |
43 | | - "styled-components": "5.3.0", |
44 | | - "styled-reset": "4.3.4" |
| 40 | + "react": "18.2.0", |
| 41 | + "react-dom": "18.2.0", |
| 42 | + "reakit": "1.3.11", |
| 43 | + "styled-components": "5.3.11", |
| 44 | + "styled-reset": "4.4.7" |
45 | 45 | }, |
46 | 46 | "scripts": { |
47 | 47 | "watch": "rollup -cw", |
|
0 commit comments