Skip to content

Commit

Permalink
chore/fix: update deps; set auto-install-peers=true in .npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorzpokorski committed Jun 17, 2024
1 parent cfffd88 commit 442799b
Show file tree
Hide file tree
Showing 3 changed files with 668 additions and 599 deletions.
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
enable-pre-post-scripts=true
save-exact=true
save-exact=true
auto-install-peers=true
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"prepare": "husky"
},
"dependencies": {
"@next/env": "14.2.3",
"@next/env": "14.2.4",
"@sindresorhus/slugify": "2.2.1",
"@types/node": "20.12.12",
"@types/react": "18.3.2",
"@types/node": "20.14.3",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vercel/analytics": "1.2.2",
"@vercel/analytics": "1.3.1",
"eslint": "8.57.0",
"next": "14.2.3",
"next": "14.2.4",
"next-mdx-remote": "5.0.0",
"next-themes": "0.3.0",
"plaiceholder": "3.0.0",
Expand All @@ -39,24 +39,24 @@
},
"devDependencies": {
"@tailwindcss/typography": "0.5.13",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
"@testing-library/jest-dom": "6.4.6",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/mdx": "2.0.13",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"@vitejs/plugin-react": "4.3.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"@vitejs/plugin-react": "4.3.1",
"autoprefixer": "10.4.19",
"eslint-config-next": "14.2.3",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-react-hooks": "4.6.2",
"husky": "9.0.11",
"jsdom": "24.0.0",
"lint-staged": "15.2.4",
"jsdom": "24.1.0",
"lint-staged": "15.2.7",
"postcss": "8.4.38",
"prettier": "3.2.5",
"tailwindcss": "3.4.3",
"prettier": "3.3.2",
"tailwindcss": "3.4.4",
"vitest": "1.6.0"
}
}
Loading

0 comments on commit 442799b

Please sign in to comment.