Skip to content

Commit ad192b7

Browse files
chore: bump deps
1 parent 7f71441 commit ad192b7

8 files changed

Lines changed: 3424 additions & 2832 deletions

File tree

.yarn/releases/yarn-4.12.0.cjs

Lines changed: 0 additions & 942 deletions
This file was deleted.

.yarn/releases/yarn-4.14.1.cjs

Lines changed: 940 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ logFilters:
88

99
nodeLinker: node-modules
1010

11-
yarnPath: .yarn/releases/yarn-4.12.0.cjs
11+
yarnPath: .yarn/releases/yarn-4.14.1.cjs

apps/website/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,28 @@
1414
"@types/mdx": "^2.0.13",
1515
"class-variance-authority": "^0.7.1",
1616
"clsx": "^2.1.1",
17-
"fumadocs-core": "^16.5.1",
18-
"fumadocs-docgen": "^3.0.5",
19-
"fumadocs-mdx": "^14.2.6",
20-
"fumadocs-ui": "^16.5.1",
21-
"geist": "^1.5.1",
22-
"lucide-react": "^0.563.0",
23-
"next": "16.2.3",
24-
"react": "19.2.4",
25-
"react-dom": "19.2.4",
17+
"fumadocs-core": "^16.8.8",
18+
"fumadocs-docgen": "^3.0.10",
19+
"fumadocs-mdx": "^15.0.0",
20+
"fumadocs-ui": "^16.8.8",
21+
"geist": "^1.7.0",
22+
"lucide-react": "^1.14.0",
23+
"next": "16.2.6",
24+
"react": "19.2.6",
25+
"react-dom": "19.2.6",
2626
"sharp": "^0.34.5",
27-
"tailwind-merge": "^3.4.0",
28-
"zod": "^4.3.6"
27+
"tailwind-merge": "^3.5.0",
28+
"zod": "^4.4.3"
2929
},
3030
"devDependencies": {
31-
"@fumadocs/cli": "^1.2.3",
31+
"@fumadocs/cli": "^1.3.10",
3232
"@tagscript/plugin-discord": "workspace:^",
33-
"@tailwindcss/postcss": "^4.1.18",
34-
"@types/react": "19.2.13",
33+
"@tailwindcss/postcss": "^4.2.4",
34+
"@types/react": "19.2.14",
3535
"@types/react-dom": "19.2.3",
36-
"eslint-config-mahir": "^1.1.6",
36+
"eslint-config-mahir": "^1.1.10",
3737
"tagscript": "workspace:^",
38-
"tailwindcss": "^4.1.18",
38+
"tailwindcss": "^4.2.4",
3939
"tailwindcss-animate": "^1.0.7"
4040
},
4141
"nextBundleAnalysis": {}

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@
2121
"typecheck": "turbo run typecheck"
2222
},
2323
"devDependencies": {
24-
"@favware/cliff-jumper": "^6.0.0",
24+
"@favware/cliff-jumper": "^6.1.0",
2525
"@favware/colorette-spinner": "^1.0.1",
26-
"@types/node": "^22.19.9",
26+
"@types/node": "^22.19.18",
2727
"@types/prompts": "^2.4.9",
28-
"@vitest/coverage-v8": "^4.0.18",
28+
"@vitest/coverage-v8": "^4.1.5",
2929
"cz-conventional-changelog": "^3.3.0",
30-
"eslint": "^9.39.2",
31-
"eslint-config-mahir": "^1.1.6",
30+
"eslint": "^9.39.4",
31+
"eslint-config-mahir": "^1.1.10",
3232
"husky": "^9.1.7",
33-
"lint-staged": "^16.2.7",
34-
"prettier": "^3.8.1",
33+
"lint-staged": "^17.0.2",
34+
"prettier": "^3.8.3",
3535
"prompts": "^2.4.2",
3636
"tsup": "^8.5.1",
37-
"turbo": "^2.8.3",
38-
"typedoc": "^0.28.16",
39-
"typedoc-plugin-markdown": "4.9.0",
37+
"turbo": "^2.9.10",
38+
"typedoc": "^0.28.19",
39+
"typedoc-plugin-markdown": "4.11.0",
4040
"typedoc-plugin-mdn-links": "^5.1.1",
41-
"typescript": "^5.9.3",
42-
"vitest": "^4.0.18"
41+
"typescript": "^6.0.3",
42+
"vitest": "^4.1.5"
4343
},
4444
"repository": {
4545
"type": "git",
@@ -57,6 +57,6 @@
5757
"path": "./node_modules/cz-conventional-changelog"
5858
}
5959
},
60-
"packageManager": "yarn@4.12.0",
60+
"packageManager": "yarn@4.14.1",
6161
"nextBundleAnalysis": {}
6262
}

packages/tagscript-plugin-discord/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
"bot tag"
4040
],
4141
"devDependencies": {
42-
"@favware/cliff-jumper": "^6.0.0",
43-
"discord.js": "^14.25.1",
42+
"@favware/cliff-jumper": "^6.1.0",
43+
"discord.js": "^14.26.4",
4444
"tagscript": "workspace:^",
4545
"tsup": "^8.5.1",
46-
"typescript": "^5.9.3"
46+
"typescript": "^6.0.3"
4747
},
4848
"peerDependencies": {
4949
"discord.js": "^14.0.0",

packages/tagscript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"tag"
3535
],
3636
"devDependencies": {
37-
"@favware/cliff-jumper": "^6.0.0",
37+
"@favware/cliff-jumper": "^6.1.0",
3838
"tsup": "^8.5.1",
39-
"typescript": "^5.9.3"
39+
"typescript": "^6.0.3"
4040
},
4141
"engines": {
4242
"node": ">=v14.0.0"

0 commit comments

Comments
 (0)