|
108 | 108 | }, |
109 | 109 | "devDependencies": { |
110 | 110 | "@babel/cli": "7.17.6", |
111 | | - "@babel/core": "7.17.8", |
| 111 | + "@babel/core": "7.17.9", |
112 | 112 | "@babel/plugin-proposal-class-properties": "7.16.7", |
113 | 113 | "@babel/plugin-proposal-logical-assignment-operators": "7.16.7", |
114 | 114 | "@babel/plugin-proposal-private-methods": "7.16.11", |
|
118 | 118 | "@babel/preset-typescript": "7.16.7", |
119 | 119 | "@commitlint/cli": "16.2.3", |
120 | 120 | "@commitlint/config-conventional": "16.2.1", |
121 | | - "@emotion/css": "11.7.1", |
| 121 | + "@emotion/css": "11.9.0", |
122 | 122 | "@react-spring/web": "9.4.4", |
123 | 123 | "@release-it/conventional-changelog": "4.2.2", |
124 | | - "@storybook/addon-a11y": "6.4.19", |
125 | | - "@storybook/addon-actions": "6.4.19", |
126 | | - "@storybook/addon-essentials": "6.4.19", |
| 124 | + "@storybook/addon-a11y": "6.4.21", |
| 125 | + "@storybook/addon-actions": "6.4.21", |
| 126 | + "@storybook/addon-essentials": "6.4.21", |
127 | 127 | "@storybook/addon-postcss": "2.0.0", |
128 | | - "@storybook/builder-webpack5": "6.4.19", |
129 | | - "@storybook/manager-webpack5": "6.4.19", |
130 | | - "@storybook/react": "6.4.19", |
131 | | - "@testing-library/dom": "8.12.0", |
132 | | - "@testing-library/jest-dom": "5.16.3", |
133 | | - "@testing-library/react": "12.1.4", |
| 128 | + "@storybook/builder-webpack5": "6.4.21", |
| 129 | + "@storybook/manager-webpack5": "6.4.21", |
| 130 | + "@storybook/react": "6.4.21", |
| 131 | + "@testing-library/dom": "8.13.0", |
| 132 | + "@testing-library/jest-dom": "5.16.4", |
| 133 | + "@testing-library/react": "12.1.5", |
134 | 134 | "@testing-library/react-hooks": "7.0.2", |
135 | 135 | "@testing-library/user-event": "13.5.0", |
136 | 136 | "@types/jest": "27.4.1", |
|
139 | 139 | "@types/mockdate": "3.0.0", |
140 | 140 | "@types/node": "17.0.18", |
141 | 141 | "@types/raf": "3.4.0", |
142 | | - "@types/react": "17.0.43", |
143 | | - "@types/react-dom": "17.0.14", |
| 142 | + "@types/react": "17.0.44", |
| 143 | + "@types/react-dom": "17.0.15", |
144 | 144 | "@types/react-transition-group": "4.4.4", |
145 | 145 | "@types/testing-library__jest-dom": "5.14.3", |
146 | 146 | "all-contributors-cli": "6.20.0", |
|
151 | 151 | "babel-plugin-jsx-remove-data-test-id": "3.0.0", |
152 | 152 | "chalk": "4.1.0", |
153 | 153 | "codesandbox": "2.2.3", |
154 | | - "concurrently": "7.0.0", |
| 154 | + "concurrently": "7.1.0", |
155 | 155 | "cross-env": "7.0.3", |
156 | | - "eslint": "8.12.0", |
| 156 | + "eslint": "8.13.0", |
157 | 157 | "eslint-config-prettier": "8.5.0", |
158 | 158 | "eslint-config-react-app": "7.0.0", |
159 | 159 | "eslint-plugin-prettier": "4.0.0", |
160 | 160 | "eslint-plugin-simple-import-sort": "7.0.0", |
161 | | - "eslint-plugin-storybook": "0.5.7", |
| 161 | + "eslint-plugin-storybook": "0.5.8", |
162 | 162 | "gacp": "2.10.2", |
163 | 163 | "glob": "7.2.0", |
164 | 164 | "glob-fs": "0.1.7", |
|
180 | 180 | "postcss": "8.4.12", |
181 | 181 | "postcss-import": "14.1.0", |
182 | 182 | "postcss-scopify": "0.1.9", |
183 | | - "prettier": "2.6.1", |
| 183 | + "prettier": "2.6.2", |
184 | 184 | "raw-loader": "4.0.2", |
185 | 185 | "react": "17.0.2", |
186 | 186 | "react-dom": "17.0.2", |
187 | | - "react-hook-form": "7.28.1", |
| 187 | + "react-hook-form": "7.29.0", |
188 | 188 | "react-test-renderer": "17.0.2", |
189 | 189 | "react-transition-group": "4.4.2", |
190 | 190 | "react-virtual": "2.10.4", |
191 | 191 | "reakit": "1.3.11", |
192 | 192 | "reakit-test-utils": "0.15.2", |
193 | | - "release-it": "14.13.1", |
| 193 | + "release-it": "14.14.2", |
194 | 194 | "rimraf": "3.0.2", |
195 | 195 | "sort-package-json": "1.55.0", |
196 | 196 | "storybook-addon-preview": "2.2.0", |
|
201 | 201 | "ts-morph": "14.0.0", |
202 | 202 | "ts-node": "10.7.0", |
203 | 203 | "typescript": "4.6.3", |
204 | | - "webpack": "5.70.0", |
| 204 | + "webpack": "5.72.0", |
205 | 205 | "yaml": "1.10.2" |
206 | 206 | }, |
207 | 207 | "peerDependencies": { |
|
0 commit comments