Skip to content

Commit

Permalink
chore: bump Node.js and deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
falsepopsky authored Jul 20, 2024
1 parent 3119aed commit a9a0717
Show file tree
Hide file tree
Showing 4 changed files with 362 additions and 364 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"features": {
"ghcr.io/devcontainers/features/node:1": {
"nodeGypDependencies": true,
"version": "20.15.0",
"version": "20.15.1",
"nvmVersion": "latest"
}
},
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.15.0
v20.15.1
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,32 +14,32 @@
"postinstall": "prisma generate"
},
"dependencies": {
"@prisma/client": "^5.15.1",
"next": "^14.2.4",
"@prisma/client": "^5.17.0",
"next": "^14.2.5",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@radix-ui/react-dropdown-menu": "^2.1.0",
"@types/node": "^20.14.7",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"prisma": "^5.15.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
"prisma": "^5.17.0",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3"
},
"engines": {
"node": "^20.0.0",
"pnpm": ">=9"
},
"packageManager": "pnpm@9.4.0+sha256.b6fd0bfda555e7e584ad7e56b30c68b01d5a04f9ee93989f4b93ca8473c49c74"
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}
Loading

0 comments on commit a9a0717

Please sign in to comment.