|
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.18.5", |
| 14 | + "@rollup/plugin-commonjs": "22.0.0", |
| 15 | + "@rollup/plugin-url": "7.0.0", |
| 16 | + "@storybook/addon-a11y": "6.5.9", |
| 17 | + "@storybook/addon-essentials": "6.5.9", |
| 18 | + "@storybook/addon-links": "6.5.9", |
| 19 | + "@storybook/react": "6.5.9", |
| 20 | + "@thetribe/eslint-config-react": "0.6.0", |
| 21 | + "@types/react": "18.0.14", |
| 22 | + "@types/styled-components": "5.1.25", |
| 23 | + "@typescript-eslint/eslint-plugin": "5.28.0", |
| 24 | + "@typescript-eslint/parser": "5.28.0", |
| 25 | + "babel-loader": "8.2.5", |
| 26 | + "eslint": "8.18.0", |
| 27 | + "eslint-config-prettier": "8.5.0", |
| 28 | + "eslint-plugin-import": "2.26.0", |
| 29 | + "eslint-plugin-jsx-a11y": "6.5.1", |
| 30 | + "eslint-plugin-prettier": "4.0.0", |
| 31 | + "eslint-plugin-react": "7.30.0", |
| 32 | + "eslint-plugin-react-hooks": "4.6.0", |
| 33 | + "prettier": "2.7.1", |
| 34 | + "rollup": "2.75.6", |
| 35 | + "rollup-plugin-typescript2": "0.32.1", |
| 36 | + "tslib": "2.4.0", |
| 37 | + "typescript": "4.7.4" |
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.5", |
| 44 | + "styled-reset": "4.4.1" |
45 | 45 | }, |
46 | 46 | "scripts": { |
47 | 47 | "watch": "rollup -cw", |
|
0 commit comments