Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jan 13, 2025
1 parent 160ff23 commit 9c12f12
Show file tree
Hide file tree
Showing 3 changed files with 778 additions and 719 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v4
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.1.2",
"@next/third-parties": "^15.1.2",
"@next/mdx": "^15.1.4",
"@next/third-parties": "^15.1.4",
"@openstatus/react": "^0.0.3",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@shikijs/rehype": "^1.24.3",
"@shikijs/rehype": "^1.26.2",
"@types/mdx": "^2.0.13",
"clsx": "^2.1.1",
"fast-glob": "^3.3.2",
"framer-motion": "^11.15.0",
"fast-glob": "^3.3.3",
"framer-motion": "^11.17.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.469.0",
"lucide-react": "^0.471.1",
"medium-zoom": "^1.1.0",
"next": "^15.1.2",
"next": "^15.1.4",
"next-mdx-remote": "^5.0.0",
"next-plausible": "^3.12.4",
"next-sitemap": "^4.2.3",
Expand All @@ -43,28 +43,28 @@
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"schema-dts": "^1.1.2",
"shiki": "^1.24.3",
"shiki": "^1.26.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@argos-ci/cypress": "^2.3.3",
"@radix-ui/colors": "^3.0.0",
"@tailwindcss/typography": "^0.5.15",
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@tailwindcss/typography": "^0.5.16",
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
"@types/node": "^22.10.6",
"@types/react": "^19.0.6",
"@types/react-dom": "^19.0.3",
"autoprefixer": "^10.4.20",
"cypress": "^13.17.0",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.2",
"postcss": "^8.4.49",
"eslint": "^9.18.0",
"eslint-config-next": "^15.1.4",
"postcss": "^8.5.0",
"postcss-nesting": "^13.0.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"windy-radix-palette": "2.0.0-beta.7"
},
"packageManager": "[email protected]+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
Expand Down
Loading

0 comments on commit 9c12f12

Please sign in to comment.