Skip to content

Commit a0cf957

Browse files
chore(deps): ⬆️ update dev dependencies (minor) (#337)
Co-authored-by: Renovate Bot <[email protected]>
1 parent ce3dcc9 commit a0cf957

File tree

2 files changed

+425
-458
lines changed

2 files changed

+425
-458
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -120,27 +120,27 @@
120120
"@commitlint/config-conventional": "16.2.1",
121121
"@emotion/css": "11.9.0",
122122
"@react-spring/web": "9.4.4",
123-
"@release-it/conventional-changelog": "4.2.2",
124-
"@storybook/addon-a11y": "6.4.21",
125-
"@storybook/addon-actions": "6.4.21",
126-
"@storybook/addon-essentials": "6.4.21",
123+
"@release-it/conventional-changelog": "4.3.0",
124+
"@storybook/addon-a11y": "6.4.22",
125+
"@storybook/addon-actions": "6.4.22",
126+
"@storybook/addon-essentials": "6.4.22",
127127
"@storybook/addon-postcss": "2.0.0",
128-
"@storybook/builder-webpack5": "6.4.21",
129-
"@storybook/manager-webpack5": "6.4.21",
130-
"@storybook/react": "6.4.21",
128+
"@storybook/builder-webpack5": "6.4.22",
129+
"@storybook/manager-webpack5": "6.4.22",
130+
"@storybook/react": "6.4.22",
131131
"@testing-library/dom": "8.13.0",
132132
"@testing-library/jest-dom": "5.16.4",
133-
"@testing-library/react": "13.0.1",
133+
"@testing-library/react": "13.1.1",
134134
"@testing-library/react-hooks": "8.0.0",
135-
"@testing-library/user-event": "14.1.0",
135+
"@testing-library/user-event": "14.1.1",
136136
"@types/jest": "27.4.1",
137137
"@types/jest-axe": "3.5.3",
138138
"@types/jest-in-case": "1.0.5",
139139
"@types/mockdate": "3.0.0",
140140
"@types/node": "17.0.18",
141141
"@types/raf": "3.4.0",
142-
"@types/react": "18.0.2",
143-
"@types/react-dom": "18.0.0",
142+
"@types/react": "18.0.5",
143+
"@types/react-dom": "18.0.1",
144144
"@types/react-transition-group": "4.4.4",
145145
"@types/testing-library__jest-dom": "5.14.3",
146146
"all-contributors-cli": "6.20.0",
@@ -155,10 +155,10 @@
155155
"cross-env": "7.0.3",
156156
"eslint": "8.13.0",
157157
"eslint-config-prettier": "8.5.0",
158-
"eslint-config-react-app": "7.0.0",
158+
"eslint-config-react-app": "7.0.1",
159159
"eslint-plugin-prettier": "4.0.0",
160160
"eslint-plugin-simple-import-sort": "7.0.0",
161-
"eslint-plugin-storybook": "0.5.8",
161+
"eslint-plugin-storybook": "0.5.10",
162162
"gacp": "2.10.2",
163163
"glob": "8.0.1",
164164
"glob-fs": "0.1.7",
@@ -167,7 +167,7 @@
167167
"jest-axe": "6.0.0",
168168
"jest-in-case": "1.0.2",
169169
"jest-matcher-utils": "27.5.1",
170-
"lint-staged": "12.3.7",
170+
"lint-staged": "12.3.8",
171171
"lodash": "4.17.21",
172172
"markdown-to-ast": "6.0.3",
173173
"markdown-toc": "1.2.0",
@@ -184,7 +184,7 @@
184184
"raw-loader": "4.0.2",
185185
"react": "18.0.0",
186186
"react-dom": "18.0.0",
187-
"react-hook-form": "7.29.0",
187+
"react-hook-form": "7.30.0",
188188
"react-test-renderer": "18.0.0",
189189
"react-transition-group": "4.4.2",
190190
"react-virtual": "2.10.4",
@@ -196,13 +196,13 @@
196196
"storybook-addon-preview": "2.2.0",
197197
"storybook-addon-react-docgen": "1.2.42",
198198
"strip-comments": "2.0.1",
199-
"tailwindcss": "3.0.23",
199+
"tailwindcss": "3.0.24",
200200
"ts-jest": "27.1.4",
201201
"ts-morph": "14.0.0",
202202
"ts-node": "10.7.0",
203203
"typescript": "4.6.3",
204204
"webpack": "5.72.0",
205-
"yaml": "2.0.0"
205+
"yaml": "2.0.1"
206206
},
207207
"peerDependencies": {
208208
"react": "16.x || 17.x || 18.x",

0 commit comments

Comments
 (0)