Skip to content

Commit

Permalink
Added Typescript devDependency to react, nextjs and integration-kit s…
Browse files Browse the repository at this point in the history
…o they pass a typecheck
  • Loading branch information
matt-aitken committed Sep 6, 2023
1 parent 8ddd151 commit 3d1b6c2
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 44 deletions.
5 changes: 3 additions & 2 deletions packages/integration-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"@types/uuid": "^9.0.0",
"rimraf": "^3.0.2",
"tsup": "^6.5.0",
"tsx": "^3.12.1"
"tsx": "^3.12.1",
"typescript": "^4.8.4"
},
"scripts": {
"clean": "rimraf dist",
Expand All @@ -40,4 +41,4 @@
"engines": {
"node": ">=16.8.0"
}
}
}
5 changes: 3 additions & 2 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"next": "^13.3.1",
"rimraf": "^3.0.2",
"tsup": "^6.5.0",
"tsx": "^3.12.1"
"tsx": "^3.12.1",
"typescript": "^4.8.4"
},
"scripts": {
"clean": "rimraf dist",
Expand All @@ -42,4 +43,4 @@
"engines": {
"node": ">=16.8.0"
}
}
}
5 changes: 3 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@
"react": "^18.2.0",
"rimraf": "^3.0.2",
"tsup": "^7.1.0",
"tsx": "^3.12.1"
"tsx": "^3.12.1",
"typescript": "^4.8.4"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18"
}
}
}
47 changes: 9 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d1b6c2

Please sign in to comment.