Skip to content

Commit ee9ce09

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

File tree

2 files changed

+242
-189
lines changed

2 files changed

+242
-189
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -108,19 +108,19 @@
108108
},
109109
"devDependencies": {
110110
"@babel/cli": "7.17.6",
111-
"@babel/core": "7.17.5",
111+
"@babel/core": "7.17.8",
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",
115115
"@babel/plugin-proposal-private-property-in-object": "7.16.7",
116116
"@babel/preset-env": "7.16.11",
117117
"@babel/preset-react": "7.16.7",
118118
"@babel/preset-typescript": "7.16.7",
119-
"@commitlint/cli": "16.2.1",
119+
"@commitlint/cli": "16.2.3",
120120
"@commitlint/config-conventional": "16.2.1",
121121
"@emotion/css": "11.7.1",
122-
"@react-spring/web": "9.4.3",
123-
"@release-it/conventional-changelog": "4.2.0",
122+
"@react-spring/web": "9.4.4",
123+
"@release-it/conventional-changelog": "4.2.2",
124124
"@storybook/addon-a11y": "6.4.19",
125125
"@storybook/addon-actions": "6.4.19",
126126
"@storybook/addon-essentials": "6.4.19",
@@ -130,7 +130,7 @@
130130
"@storybook/react": "6.4.19",
131131
"@testing-library/dom": "8.11.3",
132132
"@testing-library/jest-dom": "5.16.2",
133-
"@testing-library/react": "12.1.3",
133+
"@testing-library/react": "12.1.4",
134134
"@testing-library/react-hooks": "7.0.2",
135135
"@testing-library/user-event": "13.5.0",
136136
"@types/jest": "27.4.1",
@@ -139,22 +139,22 @@
139139
"@types/mockdate": "3.0.0",
140140
"@types/node": "17.0.18",
141141
"@types/raf": "3.4.0",
142-
"@types/react": "17.0.39",
143-
"@types/react-dom": "17.0.12",
142+
"@types/react": "17.0.41",
143+
"@types/react-dom": "17.0.14",
144144
"@types/react-transition-group": "4.4.4",
145145
"@types/testing-library__jest-dom": "5.14.3",
146146
"all-contributors-cli": "6.20.0",
147147
"ast-to-markdown": "1.0.0",
148-
"autoprefixer": "10.4.2",
148+
"autoprefixer": "10.4.4",
149149
"babel-jest": "27.5.1",
150150
"babel-loader": "8.2.3",
151151
"babel-plugin-jsx-remove-data-test-id": "3.0.0",
152152
"chalk": "4.1.0",
153153
"codesandbox": "2.2.3",
154154
"concurrently": "7.0.0",
155155
"cross-env": "7.0.3",
156-
"eslint": "8.10.0",
157-
"eslint-config-prettier": "8.4.0",
156+
"eslint": "8.11.0",
157+
"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",
@@ -167,7 +167,7 @@
167167
"jest-axe": "5.0.1",
168168
"jest-in-case": "1.0.2",
169169
"jest-matcher-utils": "27.5.1",
170-
"lint-staged": "12.3.4",
170+
"lint-staged": "12.3.7",
171171
"lodash": "4.17.21",
172172
"markdown-to-ast": "6.0.3",
173173
"markdown-toc": "1.2.0",
@@ -177,31 +177,31 @@
177177
"outdent": "0.8.0",
178178
"patch-package": "6.4.7",
179179
"pinst": "3.0.0",
180-
"postcss": "8.4.7",
180+
"postcss": "8.4.12",
181181
"postcss-import": "14.0.2",
182182
"postcss-scopify": "0.1.9",
183-
"prettier": "2.5.1",
183+
"prettier": "2.6.0",
184184
"raw-loader": "4.0.2",
185185
"react": "17.0.2",
186186
"react-dom": "17.0.2",
187-
"react-hook-form": "7.27.1",
187+
"react-hook-form": "7.28.1",
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.12.5",
193+
"release-it": "14.13.1",
194194
"rimraf": "3.0.2",
195-
"sort-package-json": "1.54.0",
195+
"sort-package-json": "1.55.0",
196196
"storybook-addon-preview": "2.2.0",
197197
"storybook-addon-react-docgen": "1.2.42",
198198
"strip-comments": "2.0.1",
199199
"tailwindcss": "3.0.23",
200200
"ts-jest": "27.1.3",
201201
"ts-morph": "13.0.3",
202-
"ts-node": "10.6.0",
202+
"ts-node": "10.7.0",
203203
"typescript": "4.6.2",
204-
"webpack": "5.69.1",
204+
"webpack": "5.70.0",
205205
"yaml": "1.10.2"
206206
},
207207
"peerDependencies": {

0 commit comments

Comments
 (0)