Skip to content

Commit fb868b3

Browse files
committed
fix prop types and outDir
1 parent 444f594 commit fb868b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
"@testing-library/react": "^16.3.0",
106106
"@testing-library/user-event": "^14.6.1",
107107
"@types/jest": "^30.0.0",
108+
"@types/prop-types": "^15.7.15",
108109
"@types/react": "^19.2.7",
109110
"@typescript-eslint/eslint-plugin": "^6.21.0",
110111
"@typescript-eslint/parser": "^6.21.0",
@@ -116,7 +117,7 @@
116117
"cross-env": "^10.1.0",
117118
"cypress": "15.7.1",
118119
"eslint": "^8.57.0",
119-
"eslint-plugin-cypress": "^5.2.0",
120+
"eslint-plugin-cypress": "^3.6.0",
120121
"eslint-plugin-react": "7.37.5",
121122
"flow-bin": "^0.293.0",
122123
"flow-coverage-report": "^0.8.0",

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"module": "ESNext",
1313
"typeRoots": ["./typings", "./node_modules/@types"],
1414
"strictNullChecks": true,
15-
"outDir": "dist",
1615
},
1716
"include": [
1817
"typings/**/*.d.ts",

0 commit comments

Comments
 (0)