Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorzpokorski committed Jan 30, 2025
1 parent 724012e commit 4dcdc94
Show file tree
Hide file tree
Showing 4 changed files with 1,253 additions and 1,189 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"prettier.configPath": ".prettierrc.json",
"editor.codeActionsOnSave": {
"source.fixAll": "always"
}
},
"eslint.useFlatConfig": false
}
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,51 +15,51 @@
"prepare": "husky"
},
"dependencies": {
"@next/env": "15.1.0",
"@next/env": "15.1.6",
"@sindresorhus/slugify": "2.2.1",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/node": "22.10.10",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@vercel/analytics": "1.4.1",
"eslint": "9.16.0",
"next": "15.1.0",
"eslint": "9.19.0",
"next": "15.1.6",
"next-mdx-remote": "5.0.0",
"next-themes": "0.4.4",
"plaiceholder": "3.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-focus-lock": "2.13.2",
"react-icons": "5.3.0",
"react-focus-lock": "2.13.5",
"react-icons": "5.4.0",
"rehype-img-size": "1.0.1",
"rehype-prism-plus": "2.0.0",
"schema-dts": "1.1.2",
"sharp": "0.33.5",
"tailwind-merge": "2.5.5",
"typescript": "5.6.3",
"zod": "3.23.8"
"tailwind-merge": "2.6.0",
"typescript": "5.7.3",
"zod": "3.24.1"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.15",
"@tailwindcss/typography": "0.5.16",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/mdx": "2.0.13",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@typescript-eslint/eslint-plugin": "8.22.0",
"@typescript-eslint/parser": "8.22.0",
"@vitejs/plugin-react": "4.3.4",
"autoprefixer": "10.4.20",
"eslint-config-next": "15.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-next": "15.1.6",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-react-hooks": "5.1.0",
"husky": "9.1.7",
"jsdom": "25.0.1",
"lint-staged": "15.2.11",
"postcss": "8.4.49",
"jsdom": "26.0.0",
"lint-staged": "15.4.3",
"postcss": "8.5.1",
"prettier": "3.4.2",
"tailwindcss": "3.4.16",
"vite": "6.0.3",
"vitest": "2.1.8"
"vite": "6.0.11",
"vitest": "3.0.4"
},
"engines": {
"node": "^18.0.0 || ^20.11.1 || ^22.0.0",
Expand Down
Loading

0 comments on commit 4dcdc94

Please sign in to comment.