Skip to content

Commit

Permalink
Typescript is now a nextlove peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
phpnode committed Jan 2, 2024
1 parent 9a5d69c commit 3491f1d
Show file tree
Hide file tree
Showing 3 changed files with 596 additions and 599 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"eslint-plugin-eslint-plugin": "^3.2.0",
"eslint-plugin-node": "^11.1.0",
"requireindex": "^1.1.0",
"typescript": "^5.0.2"
"typescript": "^5.3.3"
},
"devDependencies": {
"jest": "^29.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/nextlove/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"prettier": "^2.0.0 || ^3.0.0",
"react": ">=18",
"react-dom": ">=18",
"typescript": "^5.0.2",
"zod": "^3.0.0"
},
"dependencies": {
Expand Down Expand Up @@ -87,7 +88,6 @@
"tsup": "^5.6.3",
"turbo": "^1.3.1",
"type-fest": "^3.1.0",
"typescript": "^5.0.2",
"zod": "^3.21.4"
}
}
Loading

0 comments on commit 3491f1d

Please sign in to comment.