Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 29, 2024
1 parent ac767a6 commit 6d42edd
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 153 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ts-next-template",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.9.0",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -15,35 +15,35 @@
"type-check": "tsc"
},
"dependencies": {
"next": "14.2.5",
"next": "14.2.7",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.8.0",
"@testing-library/react": "^16.0.0",
"@types/node": "^20.14.13",
"@types/react": "^18.3.3",
"@eslint/js": "^9.9.1",
"@testing-library/react": "^16.0.1",
"@types/node": "^20.16.2",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-testing-library": "^6.2.2",
"eslint-plugin-testing-library": "^6.3.0",
"eslint-plugin-vitest": "^0.5.4",
"globals": "^15.9.0",
"jsdom": "^24.1.1",
"lefthook": "^1.7.11",
"jsdom": "^24.1.3",
"lefthook": "^1.7.14",
"typescript": "^5.5.4",
"typescript-eslint": "^7.18.0",
"vitest": "^2.0.5"
},
"engines": {
"node": ">=20.16.0",
"pnpm": ">=9.6.0",
"node": ">=20.17.0",
"pnpm": ">=9.9.0",
"npm": "please use pnpm!",
"yarn": "please use pnpm!"
}
Expand Down
Loading

0 comments on commit 6d42edd

Please sign in to comment.