Skip to content

Commit

Permalink
update to latest zenstack
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 committed Jan 1, 2024
1 parent 79a2cba commit 6697de7
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 75 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules/
.env.local
.next
.zenstack_repl_history
.idea
142 changes: 71 additions & 71 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@next-auth/prisma-adapter": "^1.0.6",
"@prisma/client": "^5.0.0",
"@vercel/analytics": "^1.0.1",
"@zenstackhq/runtime": "1.5.0",
"@zenstackhq/server": "1.5.0",
"@zenstackhq/runtime": "1.6.0",
"@zenstackhq/server": "1.6.0",
"babel-plugin-superjson-next": "^0.4.5",
"bcryptjs": "^2.4.3",
"daisyui": "^4.4.10",
Expand All @@ -46,14 +46,14 @@
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@zenstackhq/swr": "1.5.0",
"@zenstackhq/swr": "1.6.0",
"autoprefixer": "^10.4.12",
"eslint": "^7.19.0",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.16",
"prisma": "^5.0.0",
"tailwindcss": "^3.1.8",
"typescript": "^5.1.6",
"zenstack": "1.5.0"
"zenstack": "1.6.0"
}
}

0 comments on commit 6697de7

Please sign in to comment.