Skip to content

Commit 4b94df2

Browse files
chore: bump deps (#604)
1 parent 9ffffb2 commit 4b94df2

File tree

5 files changed

+2305
-3350
lines changed

5 files changed

+2305
-3350
lines changed

apps/website/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,26 @@
1212
},
1313
"dependencies": {
1414
"@types/mdx": "^2.0.13",
15-
"fumadocs-core": "^15.6.3",
15+
"fumadocs-core": "^15.8.5",
1616
"fumadocs-docgen": "^2.1.0",
17-
"fumadocs-mdx": "^11.6.11",
18-
"fumadocs-ui": "^15.6.3",
19-
"geist": "^1.4.2",
20-
"next": "15.3.5",
21-
"react": "19.1.0",
22-
"react-dom": "19.1.0",
23-
"sharp": "^0.34.3",
24-
"zod": "^4.0.5"
17+
"fumadocs-mdx": "^11.10.1",
18+
"fumadocs-ui": "^15.8.5",
19+
"geist": "^1.5.1",
20+
"next": "15.5.4",
21+
"react": "19.2.0",
22+
"react-dom": "19.2.0",
23+
"sharp": "^0.34.4",
24+
"zod": "^4.1.12"
2525
},
2626
"devDependencies": {
2727
"@fumadocs/cli": "^0.2.1",
2828
"@tagscript/plugin-discord": "workspace:^",
29-
"@tailwindcss/postcss": "^4.1.11",
30-
"@types/react": "19.1.8",
31-
"@types/react-dom": "19.1.6",
32-
"eslint-config-mahir": "^1.0.7",
29+
"@tailwindcss/postcss": "^4.1.14",
30+
"@types/react": "19.2.2",
31+
"@types/react-dom": "19.2.1",
32+
"eslint-config-mahir": "^1.0.9",
3333
"tagscript": "workspace:^",
34-
"tailwindcss": "^4.1.11",
34+
"tailwindcss": "^4.1.14",
3535
"tailwindcss-animate": "^1.0.7"
3636
},
3737
"nextBundleAnalysis": {}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,22 @@
2626
"@favware/cliff-jumper": "^6.0.0",
2727
"@favware/colorette-spinner": "^1.0.1",
2828
"@favware/npm-deprecate": "^2.0.0",
29-
"@types/node": "^22.16.3",
29+
"@types/node": "^22.18.8",
3030
"@types/prompts": "^2.4.9",
3131
"@vitest/coverage-v8": "^3.2.4",
3232
"cz-conventional-changelog": "^3.3.0",
33-
"eslint": "^9.31.0",
34-
"eslint-config-mahir": "^1.0.7",
33+
"eslint": "^9.37.0",
34+
"eslint-config-mahir": "^1.0.9",
3535
"husky": "^9.1.7",
36-
"lint-staged": "^16.1.2",
36+
"lint-staged": "^16.2.3",
3737
"prettier": "^3.6.2",
3838
"prompts": "^2.4.2",
3939
"tsup": "^8.5.0",
40-
"turbo": "^2.5.4",
41-
"typedoc": "^0.28.7",
42-
"typedoc-plugin-markdown": "4.7.0",
43-
"typedoc-plugin-mdn-links": "^5.0.4",
44-
"typescript": "^5.8.3",
40+
"turbo": "^2.5.8",
41+
"typedoc": "^0.28.13",
42+
"typedoc-plugin-markdown": "4.9.0",
43+
"typedoc-plugin-mdn-links": "^5.0.9",
44+
"typescript": "^5.9.3",
4545
"vitest": "^3.2.4"
4646
},
4747
"repository": {

packages/tagscript-plugin-discord/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
],
4141
"devDependencies": {
4242
"@favware/cliff-jumper": "^6.0.0",
43-
"discord.js": "^14.21.0",
43+
"discord.js": "^14.22.1",
4444
"tagscript": "workspace:^",
4545
"tsup": "^8.5.0",
46-
"typescript": "^5.8.3"
46+
"typescript": "^5.9.3"
4747
},
4848
"peerDependencies": {
4949
"discord.js": "^14.0.0",

packages/tagscript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@favware/cliff-jumper": "^6.0.0",
3838
"tsup": "^8.5.0",
39-
"typescript": "^5.8.3"
39+
"typescript": "^5.9.3"
4040
},
4141
"engines": {
4242
"node": ">=v14.0.0"

0 commit comments

Comments
 (0)