Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorzpokorski committed Nov 15, 2024
1 parent 6d38d67 commit 2498c4f
Show file tree
Hide file tree
Showing 3 changed files with 575 additions and 461 deletions.
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"prepare": "husky"
},
"dependencies": {
"@next/env": "15.0.1",
"@next/env": "15.0.3",
"@sindresorhus/slugify": "2.2.1",
"@types/node": "22.8.0",
"@types/node": "22.9.0",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@vercel/analytics": "1.3.2",
"eslint": "9.13.0",
"next": "15.0.1",
"@vercel/analytics": "1.4.0",
"eslint": "9.14.0",
"next": "15.0.3",
"next-mdx-remote": "5.0.0",
"next-themes": "0.3.0",
"next-themes": "0.4.3",
"plaiceholder": "3.0.0",
"react": "19.0.0-rc-45804af1-20241021",
"react-dom": "19.0.0-rc-45804af1-20241021",
Expand All @@ -40,26 +40,26 @@
},
"devDependencies": {
"@tailwindcss/typography": "0.5.15",
"@testing-library/jest-dom": "6.6.2",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/mdx": "2.0.13",
"@typescript-eslint/eslint-plugin": "8.11.0",
"@typescript-eslint/parser": "8.11.0",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"@vitejs/plugin-react": "4.3.3",
"autoprefixer": "10.4.20",
"eslint-config-next": "15.0.1",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-react-hooks": "5.0.0",
"husky": "9.1.6",
"jsdom": "25.0.1",
"lint-staged": "15.2.10",
"postcss": "8.4.47",
"postcss": "8.4.49",
"prettier": "3.3.3",
"tailwindcss": "3.4.14",
"vite": "5.4.10",
"vitest": "2.1.3"
"tailwindcss": "3.4.15",
"vite": "5.4.11",
"vitest": "2.1.5"
},
"pnpm": {
"overrides": {
Expand All @@ -80,5 +80,6 @@
"engines": {
"node": "^18.0.0 || ^20.11.1 || ^22.0.0",
"pnpm": "^9.0.0"
}
},
"packageManager": "[email protected]+sha512.beb9e2a803db336c10c9af682b58ad7181ca0fbd0d4119f2b33d5f2582e96d6c0d93c85b23869295b765170fbdaa92890c0da6ada457415039769edf3c959efe"
}
Loading

0 comments on commit 2498c4f

Please sign in to comment.