Skip to content

Commit

Permalink
Remove @types/react again
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderRonde committed Nov 24, 2024
1 parent 19616a9 commit d7d3a60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Binary file modified bun.lockb
Binary file not shown.
8 changes: 1 addition & 7 deletions packages/knip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,7 @@
"postcreate-plugin": "biome format --write schema.json schema-jsonc.json src/ConfigurationValidator.ts",
"generate-plugin-defs": "node ./scripts/generate-plugin-defs.js && biome check --write src/plugins/index.ts src/types/PluginNames.ts src/schema/plugins.ts"
},
"files": [
"dist",
"vendor",
"schema.json",
"schema-jsonc.json"
],
"files": ["dist", "vendor", "schema.json", "schema-jsonc.json"],
"dependencies": {
"@nodelib/fs.walk": "1.2.8",
"@snyk/github-codeowners": "1.1.0",
Expand Down Expand Up @@ -86,7 +81,6 @@
"@types/js-yaml": "^4.0.9",
"@types/minimist": "^1.2.5",
"@types/picomatch": "3.0.1",
"@types/react": "^18.3.12",
"@types/webpack": "^5.28.5",
"@wdio/types": "^9.2.2",
"glob": "^10.4.2",
Expand Down

0 comments on commit d7d3a60

Please sign in to comment.