Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orthdron committed Dec 14, 2024
1 parent bcb4983 commit 0706aad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ yarn-error.log*
*.tsbuildinfo
next-env.d.ts
*-lock.yaml
*-lock.json
.env
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"lucide-react": "^0.468.0",
"next": "15.1.0",
"pg": "^8.13.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.1",
"recharts": "^2.13.1",
Expand All @@ -41,8 +41,8 @@
},
"devDependencies": {
"@types/node": "^22.8.4",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"eslint": "^9.13.0",
"eslint-config-next": "15.1.0",
"kysely-ctl": "^0.9.0",
Expand All @@ -52,8 +52,8 @@
},
"pnpm": {
"overrides": {
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2"
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7"
}
}
}

0 comments on commit 0706aad

Please sign in to comment.