Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Nov 19, 2024
1 parent 5d14e14 commit e889983
Show file tree
Hide file tree
Showing 9 changed files with 1,235 additions and 1,534 deletions.
1 change: 0 additions & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

pnpm exec commitlint --edit "${1}"
1 change: 0 additions & 1 deletion .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

exec < /dev/tty && pnpm exec cz --hook || true
16 changes: 8 additions & 8 deletions apps/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"author": "Edoardo Ranghieri",
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"lucide-react": "^0.453.0",
"next": "15.0.1",
"@hookform/resolvers": "^3.9.1",
"lucide-react": "^0.460.0",
"next": "15.0.3",
"next-safe-action": "workspace:*",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"react-hook-form": "^7.53.1",
"react-hook-form": "^7.53.2",
"zod": "^3.23.8",
"zod-form-data": "^2.0.2"
},
Expand All @@ -26,9 +26,9 @@
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.1",
"postcss": "8.4.47",
"tailwindcss": "3.4.14",
"typescript": "^5.5.4"
"eslint-config-next": "15.0.3",
"postcss": "8.4.49",
"tailwindcss": "3.4.15",
"typescript": "^5.6.3"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"url": "https://github.com/TheEdoRan/next-safe-action.git"
},
"dependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@manypkg/cli": "^0.21.4",
"commitizen": "^4.3.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@manypkg/cli": "^0.22.0",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"husky": "^9.0.11",
"husky": "^9.1.7",
"is-ci": "^3.0.1",
"turbo": "^2.3.0"
},
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
"packageManager": "pnpm@9.13.2+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
}
30 changes: 15 additions & 15 deletions packages/next-safe-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,28 +66,28 @@
"node": ">=18.17"
},
"devDependencies": {
"@eslint/js": "^9.2.0",
"@sinclair/typebox": "^0.33.3",
"@eslint/js": "^9.15.0",
"@sinclair/typebox": "^0.34.4",
"@types/node": "^22",
"@types/react": "^18.3.1",
"@types/react-dom": "18.3.0",
"deepmerge-ts": "^7.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "18.3.1",
"deepmerge-ts": "^7.1.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-react-hooks": "^4.6.2",
"next": "14.3.0-canary.42",
"prettier": "^3.2.5",
"eslint-plugin-react-hooks": "^5.0.0",
"next": "15.0.3",
"prettier": "^3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"semantic-release": "^23.0.8",
"tsup": "^8.0.2",
"tsx": "^4.11.2",
"typescript": "^5.5.4",
"typescript-eslint": "^7.8.0",
"valibot": "^0.36.0",
"semantic-release": "^23",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0",
"valibot": "^0.42.1",
"yup": "^1.4.0",
"zod": "^3.23.6"
"zod": "^3.23.8"
},
"peerDependencies": {
"@sinclair/typebox": ">= 0.33.3",
Expand Down
6 changes: 1 addition & 5 deletions packages/next-safe-action/src/index.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,7 @@ export type InferServerError<T> = T extends
? ServerError
: never;


/**
* Type of the core safe action client.
*/
export {
SafeActionClient
};

export { SafeActionClient };
Loading

0 comments on commit e889983

Please sign in to comment.