Skip to content

Commit 9c12f12

Browse files
committed
chore: upgrade deps
1 parent 160ff23 commit 9c12f12

File tree

3 files changed

+778
-719
lines changed

3 files changed

+778
-719
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

1515
- name: Install pnpm
1616
uses: pnpm/action-setup@v4

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@
1414
"dependencies": {
1515
"@mdx-js/loader": "^3.1.0",
1616
"@mdx-js/react": "^3.1.0",
17-
"@next/mdx": "^15.1.2",
18-
"@next/third-parties": "^15.1.2",
17+
"@next/mdx": "^15.1.4",
18+
"@next/third-parties": "^15.1.4",
1919
"@openstatus/react": "^0.0.3",
2020
"@radix-ui/react-accordion": "^1.2.2",
2121
"@radix-ui/react-dialog": "^1.1.4",
2222
"@radix-ui/react-slider": "^1.2.2",
2323
"@radix-ui/react-slot": "^1.1.1",
2424
"@radix-ui/react-tooltip": "^1.1.6",
25-
"@shikijs/rehype": "^1.24.3",
25+
"@shikijs/rehype": "^1.26.2",
2626
"@types/mdx": "^2.0.13",
2727
"clsx": "^2.1.1",
28-
"fast-glob": "^3.3.2",
29-
"framer-motion": "^11.15.0",
28+
"fast-glob": "^3.3.3",
29+
"framer-motion": "^11.17.0",
3030
"gray-matter": "^4.0.3",
31-
"lucide-react": "^0.469.0",
31+
"lucide-react": "^0.471.1",
3232
"medium-zoom": "^1.1.0",
33-
"next": "^15.1.2",
33+
"next": "^15.1.4",
3434
"next-mdx-remote": "^5.0.0",
3535
"next-plausible": "^3.12.4",
3636
"next-sitemap": "^4.2.3",
@@ -43,28 +43,28 @@
4343
"remark-frontmatter": "^5.0.0",
4444
"remark-gfm": "^4.0.0",
4545
"schema-dts": "^1.1.2",
46-
"shiki": "^1.24.3",
46+
"shiki": "^1.26.2",
4747
"zod": "^3.24.1"
4848
},
4949
"devDependencies": {
5050
"@argos-ci/cypress": "^2.3.3",
5151
"@radix-ui/colors": "^3.0.0",
52-
"@tailwindcss/typography": "^0.5.15",
53-
"@trivago/prettier-plugin-sort-imports": "^5.2.0",
54-
"@types/node": "^22.10.2",
55-
"@types/react": "^19.0.2",
56-
"@types/react-dom": "^19.0.2",
52+
"@tailwindcss/typography": "^0.5.16",
53+
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
54+
"@types/node": "^22.10.6",
55+
"@types/react": "^19.0.6",
56+
"@types/react-dom": "^19.0.3",
5757
"autoprefixer": "^10.4.20",
5858
"cypress": "^13.17.0",
59-
"eslint": "^9.17.0",
60-
"eslint-config-next": "^15.1.2",
61-
"postcss": "^8.4.49",
59+
"eslint": "^9.18.0",
60+
"eslint-config-next": "^15.1.4",
61+
"postcss": "^8.5.0",
6262
"postcss-nesting": "^13.0.1",
6363
"prettier": "^3.4.2",
6464
"prettier-plugin-tailwindcss": "^0.6.9",
6565
"tailwindcss": "^3.4.17",
6666
"tailwindcss-animate": "^1.0.7",
67-
"typescript": "^5.7.2",
67+
"typescript": "^5.7.3",
6868
"windy-radix-palette": "2.0.0-beta.7"
6969
},
7070
"packageManager": "[email protected]+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"

0 commit comments

Comments
 (0)