Skip to content

Commit

Permalink
deps: Removes unused and groups React types (#57)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <tyler@tailscale.com>
  • Loading branch information
tylersmalley committed Jun 12, 2023
1 parent 46e1b9e commit 806e884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
packageRules: [
{
groupName: 'react',
matchPackagePatterns: ['^react', '.*react$'],
matchPackagePatterns: ['^react', '^@types/react', '.*react$'],
},
{
groupName: 'eslint',
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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}": [
Expand Down

0 comments on commit 806e884

Please sign in to comment.