From 806e8847137c50d42638329b1af5be6d72ed7b7d Mon Sep 17 00:00:00 2001 From: Tyler Smalley Date: Mon, 12 Jun 2023 10:06:28 -0700 Subject: [PATCH] deps: Removes unused and groups React types (#57) Signed-off-by: Tyler Smalley --- .github/renovate.json5 | 2 +- package.json | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 4b251b7..47d80c2 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -9,7 +9,7 @@ packageRules: [ { groupName: 'react', - matchPackagePatterns: ['^react', '.*react$'], + matchPackagePatterns: ['^react', '^@types/react', '.*react$'], }, { groupName: 'eslint', diff --git a/package.json b/package.json index fa72fae..c3b7395 100644 --- a/package.json +++ b/package.json @@ -224,7 +224,6 @@ "@vscode/test-electron": "^2.2.3", "@vscode/vsce": "^2.18.0", "@vscode/webview-ui-toolkit": "^1.2.2", - "autoprefixer": "^10.4.14", "backport": "^8.9.7", "bufferutil": "^4.0.7", "css-loader": "^6.8.1", @@ -234,7 +233,6 @@ "eslint-plugin-unicorn": "^46.0.0", "glob": "^8.1.0", "husky": "^8.0.3", - "immer": "^9.0.21", "lint-staged": "^13.0.0", "mocha": "^10.2.0", "node-fetch": "^3.3.1", @@ -253,8 +251,7 @@ "webpack": "^5.86.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^4.15.0", - "ws": "^8.13.0", - "zustand": "^3.3.3" + "ws": "^8.13.0" }, "lint-staged": { "*.{ts,tsx,js,jsx}": [