|
35 | 35 | "dependencies": {}, |
36 | 36 | "devDependencies": { |
37 | 37 | "@babel/cli": "^7.16.0", |
38 | | - "@babel/core": "^7.16.0", |
39 | | - "@babel/preset-react": "^7.16.0", |
40 | | - "@babel/preset-typescript": "^7.16.0", |
41 | | - "@size-limit/preset-small-lib": "^6.0.4", |
42 | | - "@storybook/addon-actions": "^6.3.12", |
43 | | - "@storybook/addon-essentials": "^6.3.12", |
| 38 | + "@babel/core": "^7.16.5", |
| 39 | + "@babel/preset-env": "^7.16.5", |
| 40 | + "@babel/preset-react": "^7.16.5", |
| 41 | + "@babel/preset-typescript": "^7.16.5", |
| 42 | + "@size-limit/preset-small-lib": "^7.0.5", |
| 43 | + "@storybook/addon-actions": "^6.4.9", |
| 44 | + "@storybook/addon-essentials": "^6.4.9", |
44 | 45 | "@storybook/addon-knobs": "^6.3.1", |
45 | | - "@storybook/addon-links": "^6.3.12", |
46 | | - "@storybook/react": "^6.3.12", |
47 | | - "@types/react": "^17.0.34", |
| 46 | + "@storybook/addon-links": "^6.4.9", |
| 47 | + "@storybook/react": "^6.4.9", |
| 48 | + "@types/react": "^17.0.38", |
48 | 49 | "@types/react-dom": "^17.0.11", |
49 | | - "@typescript-eslint/eslint-plugin": "^5.3.1", |
50 | | - "@typescript-eslint/parser": "^5.3.1", |
| 50 | + "@typescript-eslint/eslint-plugin": "^5.8.1", |
| 51 | + "@typescript-eslint/parser": "^5.8.1", |
51 | 52 | "babel-loader": "^8.2.3", |
52 | 53 | "babel-plugin-transform-css-import-to-string": "^0.0.2", |
53 | | - "concurrently": "^6.4.0", |
| 54 | + "concurrently": "^6.5.1", |
54 | 55 | "cross-env": "^7.0.3", |
55 | | - "eslint": "^8.2.0", |
| 56 | + "eslint": "^8.5.0", |
56 | 57 | "eslint-config-prettier": "^8.3.0", |
57 | 58 | "eslint-plugin-prettier": "^4.0.0", |
58 | | - "eslint-plugin-react": "^7.27.0", |
| 59 | + "eslint-plugin-react": "^7.28.0", |
59 | 60 | "eslint-plugin-simple-import-sort": "^7.0.0", |
60 | 61 | "husky": "^7.0.4", |
61 | | - "prettier": "^2.4.1", |
| 62 | + "prettier": "^2.5.1", |
62 | 63 | "react": "^17.0.2", |
63 | 64 | "react-dom": "^17.0.2", |
64 | 65 | "storybook-addon-turbo-build": "^1.0.1", |
65 | | - "typescript": "^4.4.4" |
| 66 | + "typescript": "^4.5.4" |
66 | 67 | }, |
67 | 68 | "browserslist": [ |
68 | 69 | "defaults", |
|
0 commit comments