Skip to content

Commit 4f6ccaf

Browse files
chore(deps): ⬆️ update dev dependencies (minor) (#348)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 5fd8d15 commit 4f6ccaf

File tree

2 files changed

+281
-175
lines changed

2 files changed

+281
-175
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,15 @@
110110
},
111111
"devDependencies": {
112112
"@babel/cli": "7.17.10",
113-
"@babel/core": "7.17.12",
113+
"@babel/core": "7.18.2",
114114
"@babel/plugin-proposal-class-properties": "7.17.12",
115115
"@babel/plugin-proposal-logical-assignment-operators": "7.17.12",
116116
"@babel/plugin-proposal-private-methods": "7.17.12",
117117
"@babel/plugin-proposal-private-property-in-object": "7.17.12",
118-
"@babel/preset-env": "7.17.12",
118+
"@babel/preset-env": "7.18.2",
119119
"@babel/preset-react": "7.17.12",
120120
"@babel/preset-typescript": "7.17.12",
121-
"@commitlint/cli": "17.0.0",
121+
"@commitlint/cli": "17.0.1",
122122
"@commitlint/config-conventional": "17.0.0",
123123
"@emotion/css": "11.9.0",
124124
"@react-spring/web": "9.4.5",
@@ -149,7 +149,7 @@
149149
"@types/node": "17.0.34",
150150
"@types/raf": "3.4.0",
151151
"@types/react": "18.0.9",
152-
"@types/react-dom": "18.0.4",
152+
"@types/react-dom": "18.0.5",
153153
"@types/react-transition-group": "4.4.4",
154154
"@types/testing-library__jest-dom": "5.14.3",
155155
"all-contributors-cli": "6.20.0",
@@ -160,9 +160,9 @@
160160
"babel-plugin-jsx-remove-data-test-id": "3.0.0",
161161
"chalk": "4.1.0",
162162
"codesandbox": "2.2.3",
163-
"concurrently": "7.2.0",
163+
"concurrently": "7.2.1",
164164
"cross-env": "7.0.3",
165-
"eslint": "8.15.0",
165+
"eslint": "8.16.0",
166166
"eslint-config-prettier": "8.5.0",
167167
"eslint-config-react-app": "7.0.1",
168168
"eslint-plugin-prettier": "4.0.0",
@@ -177,7 +177,7 @@
177177
"jest-environment-jsdom": "28.1.0",
178178
"jest-in-case": "1.0.2",
179179
"jest-matcher-utils": "28.1.0",
180-
"lint-staged": "12.4.1",
180+
"lint-staged": "12.4.2",
181181
"lodash": "4.17.21",
182182
"markdown-to-ast": "6.0.3",
183183
"markdown-toc": "1.2.0",
@@ -195,7 +195,7 @@
195195
"raw-loader": "4.0.2",
196196
"react": "18.1.0",
197197
"react-dom": "18.1.0",
198-
"react-hook-form": "7.31.1",
198+
"react-hook-form": "7.31.2",
199199
"react-test-renderer": "18.1.0",
200200
"react-transition-group": "4.4.2",
201201
"react-virtual": "2.10.4",
@@ -208,10 +208,10 @@
208208
"storybook-addon-react-docgen": "1.2.42",
209209
"strip-comments": "2.0.1",
210210
"tailwindcss": "3.0.24",
211-
"ts-jest": "28.0.2",
211+
"ts-jest": "28.0.3",
212212
"ts-morph": "15.0.0",
213-
"ts-node": "10.7.0",
214-
"typescript": "4.6.4",
213+
"ts-node": "10.8.0",
214+
"typescript": "4.7.2",
215215
"webpack": "5.72.1",
216216
"yaml": "2.1.0"
217217
},

0 commit comments

Comments
 (0)