Skip to content

Commit

Permalink
Upgrde Next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Aug 23, 2023
1 parent 8bdea92 commit f9fb9a5
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "./node_modules/.bin/next start",
"lint": "next lint",
"dev": "next dev",
"ley-new": "f(){ touch migrations/$(date +%s)-$1.ts; }; f",
"migrate": "ley --require tsm"
"lint": "next lint",
"migrate": "ley --require tsm",
"start": "./node_modules/.bin/next start"
},
"dependencies": {
"bcrypt": "^5.1.0",
"dotenv": "^16.3.1",
"ley": "^0.8.1",
"next": "13.4.14-canary.1",
"next": "13.4.20-canary.3",
"postgres": "^3.3.5",
"randomcolor": "^0.6.2",
"react": "18.2.0",
Expand Down
70 changes: 35 additions & 35 deletions pnpm-lock.yaml

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

0 comments on commit f9fb9a5

Please sign in to comment.