Skip to content

Commit 5fa9220

Browse files
committed
deps: Removes unused and groups React types (#57)
Signed-off-by: Tyler Smalley <[email protected]>
1 parent 3eab8b5 commit 5fa9220

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
packageRules: [
1010
{
1111
groupName: 'react',
12-
matchPackagePatterns: ['^react', '.*react$'],
12+
matchPackagePatterns: ['^react', '^@types/react', '.*react$'],
1313
},
1414
{
1515
groupName: 'eslint',

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@
224224
"@vscode/test-electron": "^2.2.3",
225225
"@vscode/vsce": "^2.18.0",
226226
"@vscode/webview-ui-toolkit": "^1.2.2",
227-
"autoprefixer": "^10.4.14",
228227
"backport": "^8.9.7",
229228
"bufferutil": "^4.0.7",
230229
"css-loader": "^6.8.1",
@@ -234,7 +233,6 @@
234233
"eslint-plugin-unicorn": "^46.0.0",
235234
"glob": "^8.1.0",
236235
"husky": "^8.0.3",
237-
"immer": "^9.0.21",
238236
"lint-staged": "^13.0.0",
239237
"mocha": "^10.2.0",
240238
"node-fetch": "^3.3.1",
@@ -253,8 +251,7 @@
253251
"webpack": "^5.86.0",
254252
"webpack-cli": "^5.1.4",
255253
"webpack-dev-server": "^4.15.0",
256-
"ws": "^8.13.0",
257-
"zustand": "^3.3.3"
254+
"ws": "^8.13.0"
258255
},
259256
"lint-staged": {
260257
"*.{ts,tsx,js,jsx}": [

0 commit comments

Comments
 (0)