Skip to content

Commit

Permalink
Merge pull request #205 from olivorocksrotated/chore/update-next-safe
Browse files Browse the repository at this point in the history
package.json: update next safe action and remove workaround for tests
  • Loading branch information
lean1190 authored Dec 18, 2023
2 parents 4405b19 + 786e6a9 commit ed7cd2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 36 deletions.
28 changes: 0 additions & 28 deletions fix-next-safe-action.js

This file was deleted.

9 changes: 4 additions & 5 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"dependencies:check": "ncu",
"dependencies:update": "ncu -u && npm install && npm test && npm run lint:fix",
"analyze": "cross-env ANALYZE=true next build",
"prepare": "husky install",
"postinstall": "node fix-next-safe-action.js"
"prepare": "husky install"
},
"dependencies": {
"@formkit/auto-animate": "^1.0.0-beta.6",
Expand Down Expand Up @@ -65,7 +64,7 @@
"inngest": "^3.7.3",
"next": "14.0.4",
"next-auth": "^4.24.5",
"next-safe-action": "^5.2.1",
"next-safe-action": "^5.2.3",
"openai-edge": "^1.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

1 comment on commit ed7cd2e

@vercel
Copy link

@vercel vercel bot commented on ed7cd2e Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.