Skip to content

Commit f537566

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

File tree

2 files changed

+534
-600
lines changed

2 files changed

+534
-600
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
},
109109
"devDependencies": {
110110
"@babel/cli": "7.17.6",
111-
"@babel/core": "7.17.8",
111+
"@babel/core": "7.17.9",
112112
"@babel/plugin-proposal-class-properties": "7.16.7",
113113
"@babel/plugin-proposal-logical-assignment-operators": "7.16.7",
114114
"@babel/plugin-proposal-private-methods": "7.16.11",
@@ -118,19 +118,19 @@
118118
"@babel/preset-typescript": "7.16.7",
119119
"@commitlint/cli": "16.2.3",
120120
"@commitlint/config-conventional": "16.2.1",
121-
"@emotion/css": "11.7.1",
121+
"@emotion/css": "11.9.0",
122122
"@react-spring/web": "9.4.4",
123123
"@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",
127127
"@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",
134134
"@testing-library/react-hooks": "7.0.2",
135135
"@testing-library/user-event": "13.5.0",
136136
"@types/jest": "27.4.1",
@@ -139,8 +139,8 @@
139139
"@types/mockdate": "3.0.0",
140140
"@types/node": "17.0.18",
141141
"@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",
144144
"@types/react-transition-group": "4.4.4",
145145
"@types/testing-library__jest-dom": "5.14.3",
146146
"all-contributors-cli": "6.20.0",
@@ -151,14 +151,14 @@
151151
"babel-plugin-jsx-remove-data-test-id": "3.0.0",
152152
"chalk": "4.1.0",
153153
"codesandbox": "2.2.3",
154-
"concurrently": "7.0.0",
154+
"concurrently": "7.1.0",
155155
"cross-env": "7.0.3",
156-
"eslint": "8.12.0",
156+
"eslint": "8.13.0",
157157
"eslint-config-prettier": "8.5.0",
158158
"eslint-config-react-app": "7.0.0",
159159
"eslint-plugin-prettier": "4.0.0",
160160
"eslint-plugin-simple-import-sort": "7.0.0",
161-
"eslint-plugin-storybook": "0.5.7",
161+
"eslint-plugin-storybook": "0.5.8",
162162
"gacp": "2.10.2",
163163
"glob": "7.2.0",
164164
"glob-fs": "0.1.7",
@@ -180,17 +180,17 @@
180180
"postcss": "8.4.12",
181181
"postcss-import": "14.1.0",
182182
"postcss-scopify": "0.1.9",
183-
"prettier": "2.6.1",
183+
"prettier": "2.6.2",
184184
"raw-loader": "4.0.2",
185185
"react": "17.0.2",
186186
"react-dom": "17.0.2",
187-
"react-hook-form": "7.28.1",
187+
"react-hook-form": "7.29.0",
188188
"react-test-renderer": "17.0.2",
189189
"react-transition-group": "4.4.2",
190190
"react-virtual": "2.10.4",
191191
"reakit": "1.3.11",
192192
"reakit-test-utils": "0.15.2",
193-
"release-it": "14.13.1",
193+
"release-it": "14.14.2",
194194
"rimraf": "3.0.2",
195195
"sort-package-json": "1.55.0",
196196
"storybook-addon-preview": "2.2.0",
@@ -201,7 +201,7 @@
201201
"ts-morph": "14.0.0",
202202
"ts-node": "10.7.0",
203203
"typescript": "4.6.3",
204-
"webpack": "5.70.0",
204+
"webpack": "5.72.0",
205205
"yaml": "1.10.2"
206206
},
207207
"peerDependencies": {

0 commit comments

Comments
 (0)