Skip to content

Commit 43d3c31

Browse files
committed
fix: typings of ComponentWithPageViewModel type
1 parent 53a286d commit 43d3c31

File tree

6 files changed

+334
-10
lines changed

6 files changed

+334
-10
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"version": "1.2.26",
44
"scripts": {
55
"clean": "rimraf dist",
6-
"check": "eslint . --fix",
6+
"lint:check": "eslint . --fix",
7+
"ts:check": "tsc --noEmit",
8+
"check": "npm run lint:check && npm run ts:check",
79
"prebuild": "npm run clean && npm run check",
810
"build": "tsc && node ./post-build.mjs",
911
"pub": "PUBLISH=true pnpm run build",
@@ -44,9 +46,11 @@
4446
"wouter": "^3.3.5"
4547
},
4648
"devDependencies": {
49+
"@testing-library/react": "^16.1.0",
4750
"@types/lodash-es": "^4.17.12",
4851
"@types/node": "^20.17.12",
4952
"@types/react": "^18.3.18",
53+
"@vitejs/plugin-react-swc": "^3.7.2",
5054
"@vitest/coverage-istanbul": "^2.1.8",
5155
"eslint": "^8.57.1",
5256
"js2me-eslint-config": "^1.0.7",

0 commit comments

Comments
 (0)