Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Feb 22, 2024
1 parent 0eae862 commit 8328269
Show file tree
Hide file tree
Showing 7 changed files with 844 additions and 257 deletions.
1,041 changes: 814 additions & 227 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"url": "https://github.com/TheEdoRan/next-safe-action.git"
},
"dependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@manypkg/cli": "^0.21.2",
"cz-conventional-changelog": "^3.3.0",
"husky": "^9.0.10",
"husky": "^9.0.11",
"is-ci": "^3.0.1",
"semantic-release": "^22.0.12",
"turbo": "^1.12.3"
"turbo": "^1.12.4"
}
}
21 changes: 10 additions & 11 deletions packages/example-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,23 @@
"license": "MIT",
"author": "Edoardo Ranghieri",
"dependencies": {
"@types/node": "^20.11.16",
"@types/react": "^18.2.55",
"@types/react-dom": "18.2.19",
"autoprefixer": "10.4.17",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.0",
"next": "14.1.0",
"next-safe-action": "file:../next-safe-action",
"postcss": "8.4.35",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.4.1",
"typescript": "^5.3.3",
"valibot": "^0.27.0",
"valibot": "^0.29.0",
"zod": "^3.22.4",
"zod-form-data": "^2.0.2"
},
"devDependencies": {
"eslint-plugin-react-hooks": "^5.0.0-canary-7118f5dd7-20230705"
"@types/node": "^20.11.19",
"@types/react": "^18.2.57",
"@types/react-dom": "18.2.19",
"postcss": "8.4.35",
"autoprefixer": "10.4.17",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.0",
"tailwindcss": "3.4.1",
"typescript": "^5.3.3"
}
}
1 change: 1 addition & 0 deletions packages/example-app/src/app/form/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default function SignUpPage() {
return (
<>
<Link href="/">Go to home</Link>
{/* @ts-ignore */}
<form action={signup}>
<input type="text" name="email" placeholder="[email protected]" />
<input type="password" name="password" placeholder="••••••••" />
Expand Down
10 changes: 5 additions & 5 deletions packages/next-safe-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@
"node": ">=18.17"
},
"devDependencies": {
"@types/node": "^20.11.16",
"@types/react": "^18.2.55",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@types/node": "^20.11.19",
"@types/react": "^18.2.57",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"next": "14.1.0",
"prettier": "^3.2.5",
"react": "18.2.0",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions website/package-lock.json

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

4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"@docusaurus/core": "3.1.1",
"@docusaurus/preset-classic": "3.1.1",
"@docusaurus/remark-plugin-npm2yarn": "^3.1.1",
"@mdx-js/react": "^3.0.0",
"@mdx-js/react": "^3.0.1",
"acorn": "8.11.3",
"clsx": "^2.1.0",
"lucide-react": "^0.323.0",
"lucide-react": "^0.335.0",
"prism-react-renderer": "^2.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down

0 comments on commit 8328269

Please sign in to comment.