We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7337091 commit 98b9ed1Copy full SHA for 98b9ed1
1 file changed
package.json
@@ -17,7 +17,7 @@
17
"dev:docs": "pnpm run --filter npmx-docs dev --port=3001",
18
"i18n:check": "node scripts/compare-translations.ts",
19
"i18n:check:fix": "node scripts/compare-translations.ts --fix",
20
- "knip": "knip",
+ "knip": "knip && knip --strict",
21
"knip:fix": "knip --fix",
22
"lint": "oxlint && oxfmt --check",
23
"lint:fix": "oxlint --fix && oxfmt",
@@ -115,6 +115,7 @@
115
"oxfmt": "0.27.0",
116
"oxlint": "1.42.0",
117
"playwright-core": "1.58.0",
118
+ "react": "19.2.4",
119
"schema-dts": "1.1.5",
120
"simple-git-hooks": "2.13.1",
121
"typescript": "5.9.3",
0 commit comments