Skip to content

Commit 000ea1d

Browse files
fix(deps): update all non-major dependencies
1 parent 9e6465d commit 000ea1d

File tree

5 files changed

+1057
-1748
lines changed

5 files changed

+1057
-1748
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: 🦋 Create Release Pull Request or Publish to npm
3838
id: changesets
39-
uses: changesets/action@v1.5.3
39+
uses: changesets/action@v1.7.0
4040
with:
4141
# This expects you to have a script called release which does a build for your packages and calls changeset publish
4242
commit: "chore: update versions"

docs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
"dependencies": {
1212
"@mdx-js/loader": "^3.1.1",
1313
"@mdx-js/react": "^3.1.1",
14-
"@next/mdx": "16.1.2",
14+
"@next/mdx": "16.1.6",
1515
"@radix-ui/react-popover": "^1.1.15",
1616
"@radix-ui/react-scroll-area": "^1.2.10",
1717
"@radix-ui/react-slot": "^1.2.4",
1818
"@vercel/analytics": "^1.6.1",
1919
"class-variance-authority": "^0.7.1",
2020
"clsx": "^2.1.1",
21-
"lucide-react": "0.562.0",
22-
"next": "16.1.2",
21+
"lucide-react": "0.574.0",
22+
"next": "16.1.6",
2323
"next-themes": "^0.4.0",
24-
"react": "19.2.3",
25-
"react-dom": "19.2.3",
24+
"react": "19.2.4",
25+
"react-dom": "19.2.4",
2626
"react-wrap-balancer": "^1.1.1",
2727
"rehype-pretty-code": "0.14.1",
2828
"remark-gfm": "4.0.1",
@@ -34,17 +34,17 @@
3434
"@tailwindcss/postcss": "^4.1.18",
3535
"@types/mdx": "2.0.13",
3636
"@types/node": "catalog:",
37-
"@types/react": "19.2.8",
37+
"@types/react": "19.2.14",
3838
"@types/react-dom": "19.2.3",
3939
"eslint": "catalog:eslint",
40-
"eslint-config-next": "16.1.2",
40+
"eslint-config-next": "16.1.6",
4141
"postcss": "^8.5.6",
4242
"tailwindcss": "^4.1.18",
4343
"typescript": "catalog:"
4444
},
4545
"pnpm": {
4646
"overrides": {
47-
"@types/react": "19.2.8",
47+
"@types/react": "19.2.14",
4848
"@types/react-dom": "19.2.3"
4949
}
5050
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@
4343
"@eslint/eslintrc": "catalog:eslint",
4444
"@eslint/js": "catalog:eslint",
4545
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
46-
"@turbo/gen": "2.7.4",
46+
"@turbo/gen": "2.8.9",
4747
"eslint": "catalog:eslint",
4848
"eslint-config-prettier": "catalog:eslint",
4949
"eslint-config-turbo": "catalog:eslint",
5050
"eslint-plugin-prettier": "catalog:eslint",
5151
"globals": "^17.0.0",
52-
"prettier": "3.8.0",
52+
"prettier": "3.8.1",
5353
"prettier-plugin-tailwindcss": "0.7.2",
54-
"turbo": "2.7.4",
54+
"turbo": "2.8.9",
5555
"typescript": "catalog:",
5656
"typescript-eslint": "catalog:eslint"
5757
},
5858
"engines": {
5959
"node": "22"
6060
},
61-
"packageManager": "pnpm@10.28.0"
61+
"packageManager": "pnpm@10.30.0"
6262
}

0 commit comments

Comments
 (0)