Skip to content

Commit 135821d

Browse files
committedMay 7, 2024
build(lib): update dependencies and required React version to 18.3.1
1 parent e57bcaf commit 135821d

File tree

2 files changed

+169
-159
lines changed

2 files changed

+169
-159
lines changed
 

‎packages/next-safe-action/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -61,27 +61,27 @@
6161
"node": ">=18.17"
6262
},
6363
"devDependencies": {
64-
"@eslint/js": "^9.0.0",
65-
"@types/node": "^20.12.7",
66-
"@types/react": "^18.2.79",
64+
"@eslint/js": "^9.2.0",
65+
"@types/node": "^20.12.10",
66+
"@types/react": "^18.3.1",
6767
"@typeschema/core": "^0.13.2",
6868
"@typeschema/zod": "^0.13.3",
6969
"eslint": "^8.57.0",
7070
"eslint-config-prettier": "^9.1.0",
7171
"eslint-define-config": "^2.1.0",
72-
"eslint-plugin-react-hooks": "^4.6.0",
72+
"eslint-plugin-react-hooks": "^4.6.2",
7373
"next": "14.3.0-canary.42",
7474
"prettier": "^3.2.5",
75-
"react": "18.2.0",
75+
"react": "18.3.1",
7676
"semantic-release": "^23.0.8",
7777
"tsup": "^8.0.2",
7878
"typescript": "^5.4.5",
79-
"typescript-eslint": "^7.7.0",
80-
"zod": "^3.23.4"
79+
"typescript-eslint": "^7.8.0",
80+
"zod": "^3.23.6"
8181
},
8282
"peerDependencies": {
8383
"next": ">= 14.3.0-canary.42",
84-
"react": ">= 18.2.0"
84+
"react": ">= 18.3.1"
8585
},
8686
"repository": {
8787
"type": "git",

0 commit comments

Comments
 (0)