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 Nov 25, 2024
1 parent a36eed3 commit 31598db
Show file tree
Hide file tree
Showing 4 changed files with 1,118 additions and 1,386 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 20.15.1
pnpm 9.1.4
nodejs 22.11.0
pnpm 9.14.2
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.1.8",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/bundle-analyzer": "14.2.11",
"@next/env": "14.2.11",
"@next/mdx": "14.2.11",
"@nextui-org/react": "^2.4.7",
"@headlessui/react": "^2.2.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/bundle-analyzer": "15.0.3",
"@next/env": "15.0.3",
"@next/mdx": "15.0.3",
"@nextui-org/react": "^2.4.8",
"@nextui-org/theme": "^2.2.11",
"@types/mdx": "^2.0.13",
"dayjs": "^1.11.13",
"framer-motion": "^11.5.4",
"jotai": "^2.9.3",
"lucide-react": "^0.441.0",
"next": "14.2.11",
"framer-motion": "^11.11.17",
"jotai": "^2.10.3",
"lucide-react": "^0.460.0",
"next": "15.0.3",
"next-seo": "^6.6.0",
"nextjs-google-analytics": "^2.3.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-wrap-balancer": "^1.1.1",
"remark-gfm": "4.0.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2",
"tailwind-merge": "^2.5.5",
"vite": "^5.4.5"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-react": "^4.3.1",
"@types/react": "^18.3.12",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"eslint": "^8.56.0",
"eslint-config-next": "^14.2.11",
"eslint": "^9.15.0",
"eslint-config-next": "^15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-mdx": "^3.1.5",
"happy-dom": "^15.7.4",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.11",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
"vitest": "^2.1.5"
}
}
Loading

0 comments on commit 31598db

Please sign in to comment.