Skip to content

Commit

Permalink
fix(nextjs): move mistaken dev deps to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hm committed Aug 20, 2024
1 parent 5db1606 commit 857d5d1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"dependencies": {
"next": "14.2.5",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"react-dom": "^18",
"@nillion/client-core": "0.1.0-rc.10",
"@nillion/client-react-hooks": "0.1.0-rc.10",
"@nillion/client-vms": "0.1.0-rc.10",
"@nillion/client-vms": "0.1.0-rc.10"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

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

0 comments on commit 857d5d1

Please sign in to comment.