Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 15, 2024
1 parent ff62d34 commit 86bf92d
Show file tree
Hide file tree
Showing 3 changed files with 1,258 additions and 1,752 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 20.14.0
pnpm 9.1.4
nodejs 20.15.1
pnpm 9.5.0
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,46 +16,46 @@
"dependencies": {
"@code-hike/mdx": "^0.9.0",
"@echoja/remark-custom-container": "^1.4.0",
"@headlessui/react": "^2.0.4",
"@headlessui/react": "^2.1.2",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/bundle-analyzer": "14.2.3",
"@next/env": "14.2.3",
"@next/mdx": "14.2.3",
"@nextui-org/react": "^2.4.1",
"@next/bundle-analyzer": "14.2.5",
"@next/env": "14.2.5",
"@next/mdx": "14.2.5",
"@nextui-org/react": "^2.4.2",
"@tailwindcss/forms": "^0.5.7",
"@types/mdx": "^2.0.13",
"dayjs": "^1.11.11",
"framer-motion": "^11.2.10",
"jotai": "^2.8.2",
"lucide-react": "^0.383.0",
"next": "14.2.3",
"framer-motion": "^11.3.2",
"jotai": "^2.9.0",
"lucide-react": "^0.408.0",
"next": "14.2.5",
"next-seo": "^6.5.0",
"nextjs-google-analytics": "^2.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-wrap-balancer": "^1.1.1",
"remark-gfm": "4.0.0",
"sharp": "^0.33.4",
"tailwind-merge": "^2.3.0",
"vite": "^5.2.12"
"tailwind-merge": "^2.4.0",
"vite": "^5.3.3"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-react": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^9.4.0",
"eslint-config-next": "^14.2.3",
"eslint": "^9.7.0",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-mdx": "^3.1.5",
"happy-dom": "^14.12.0",
"happy-dom": "^14.12.3",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.38",
"prettier": "^3.3.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3",
"vitest": "^2.0.2"
}
}
Loading

0 comments on commit 86bf92d

Please sign in to comment.