|
54 | 54 | "react": "^16.8.0 || ^17.0.0 || ^18.0.0", |
55 | 55 | "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" |
56 | 56 | }, |
| 57 | + "resolutions": { |
| 58 | + "@types/react": "18.2.6" |
| 59 | + }, |
57 | 60 | "devDependencies": { |
58 | | - "@babel/core": "7.21.4", |
59 | | - "@babel/eslint-parser": "7.21.3", |
| 61 | + "@babel/core": "7.21.8", |
| 62 | + "@babel/eslint-parser": "7.21.8", |
60 | 63 | "@babel/plugin-syntax-dynamic-import": "7.8.3", |
61 | | - "@babel/preset-env": "7.21.4", |
| 64 | + "@babel/preset-env": "7.21.5", |
62 | 65 | "@babel/preset-react": "7.18.6", |
63 | | - "@babel/preset-typescript": "7.21.4", |
| 66 | + "@babel/preset-typescript": "7.21.5", |
64 | 67 | "@semantic-release/changelog": "6.0.3", |
65 | 68 | "@semantic-release/git": "10.0.1", |
66 | | - "@semantic-release/npm": "10.0.2", |
67 | | - "@shopify/jest-dom-mocks": "4.1.2", |
68 | | - "@storybook/addon-actions": "7.0.4", |
| 69 | + "@semantic-release/npm": "10.0.3", |
| 70 | + "@shopify/jest-dom-mocks": "4.2.0", |
| 71 | + "@storybook/addon-actions": "7.0.11", |
69 | 72 | "@storybook/addon-docs": "^7.0.4", |
70 | 73 | "@storybook/addon-essentials": "^7.0.4", |
71 | 74 | "@storybook/addon-interactions": "^7.0.4", |
72 | | - "@storybook/addon-knobs": "7.0.0", |
| 75 | + "@storybook/addon-knobs": "7.0.2", |
73 | 76 | "@storybook/addon-links": "^7.0.4", |
74 | | - "@storybook/addon-mdx-gfm": "7.0.4", |
| 77 | + "@storybook/addon-mdx-gfm": "7.0.11", |
75 | 78 | "@storybook/addon-notes": "5.3.21", |
76 | 79 | "@storybook/addon-options": "5.3.21", |
77 | 80 | "@storybook/blocks": "^7.0.4", |
78 | | - "@storybook/cli": "7.0.4", |
| 81 | + "@storybook/cli": "7.0.11", |
79 | 82 | "@storybook/manager-api": "^7.0.4", |
80 | 83 | "@storybook/preset-create-react-app": "^7.0.4", |
81 | | - "@storybook/react": "7.0.4", |
82 | | - "@storybook/react-webpack5": "7.0.4", |
| 84 | + "@storybook/react": "7.0.11", |
| 85 | + "@storybook/react-webpack5": "7.0.11", |
83 | 86 | "@storybook/testing-library": "^0.1.0", |
84 | 87 | "@storybook/theming": "^7.0.4", |
85 | 88 | "@testing-library/react": "14.0.0", |
86 | 89 | "@testing-library/react-hooks": "8.0.1", |
87 | | - "@types/jest": "29.5.0", |
88 | | - "@types/react": "18.0.32", |
89 | | - "@typescript-eslint/eslint-plugin": "5.57.0", |
90 | | - "@typescript-eslint/parser": "5.57.0", |
| 90 | + "@types/jest": "29.5.1", |
| 91 | + "@types/react": "18.2.6", |
| 92 | + "@typescript-eslint/eslint-plugin": "5.59.5", |
| 93 | + "@typescript-eslint/parser": "5.59.5", |
91 | 94 | "babel-core": "6.26.3", |
92 | 95 | "babel-loader": "9.1.2", |
93 | 96 | "babel-plugin-dynamic-import-node": "2.3.3", |
94 | | - "eslint": "8.37.0", |
| 97 | + "eslint": "8.40.0", |
95 | 98 | "eslint-config-prettier": "8.8.0", |
96 | 99 | "eslint-config-react-app": "7.0.1", |
97 | 100 | "eslint-plugin-flowtype": "8.0.3", |
|
107 | 110 | "jest": "29.5.0", |
108 | 111 | "jest-environment-jsdom": "^29.5.0", |
109 | 112 | "jest-localstorage-mock": "2.4.26", |
110 | | - "lint-staged": "13.2.0", |
| 113 | + "lint-staged": "13.2.2", |
111 | 114 | "markdown-loader": "8.0.0", |
112 | | - "prettier": "2.8.7", |
| 115 | + "prettier": "2.8.8", |
113 | 116 | "prop-types": "^15.8.1", |
114 | 117 | "react": "18.2.0", |
115 | 118 | "react-dom": "18.2.0", |
116 | 119 | "react-test-renderer": "18.2.0", |
117 | 120 | "rimraf": "4.4.1", |
118 | | - "semantic-release": "21.0.1", |
119 | | - "storybook": "7.0.4", |
| 121 | + "semantic-release": "21.0.2", |
| 122 | + "storybook": "7.0.11", |
120 | 123 | "ts-jest": "29.1.0", |
121 | 124 | "ts-loader": "9.4.2", |
122 | 125 | "ts-node": "10.9.1", |
123 | | - "typescript": "5.0.3" |
| 126 | + "typescript": "5.0.4" |
124 | 127 | }, |
125 | 128 | "config": { |
126 | 129 | "commitizen": { |
|
0 commit comments