Skip to content

Commit 00a55ab

Browse files
fix(deps): update all non-major dependencies
1 parent 56dad11 commit 00a55ab

File tree

3 files changed

+980
-379
lines changed

3 files changed

+980
-379
lines changed

apps/website/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,24 @@
1212
},
1313
"dependencies": {
1414
"@types/mdx": "^2.0.13",
15-
"fumadocs-core": "^14.5.6",
16-
"fumadocs-docgen": "^1.3.2",
17-
"fumadocs-mdx": "^11.1.2",
18-
"fumadocs-ui": "^14.5.6",
15+
"fumadocs-core": "^14.6.3",
16+
"fumadocs-docgen": "^1.3.4",
17+
"fumadocs-mdx": "^11.2.0",
18+
"fumadocs-ui": "^14.6.3",
1919
"geist": "^1.3.1",
20-
"next": "15.0.4",
20+
"next": "15.1.2",
2121
"react": "19.0.0",
2222
"react-dom": "19.0.0",
2323
"sharp": "^0.33.5"
2424
},
2525
"devDependencies": {
2626
"@fumadocs/cli": "^0.0.4",
2727
"@tagscript/plugin-discord": "workspace:^",
28-
"@types/react": "19.0.1",
29-
"@types/react-dom": "19.0.1",
28+
"@types/react": "19.0.2",
29+
"@types/react-dom": "19.0.2",
3030
"eslint-config-mahir": "^1.0.7",
3131
"tagscript": "workspace:^",
32-
"tailwindcss": "^3.4.16",
32+
"tailwindcss": "^3.4.17",
3333
"tailwindcss-animate": "^1.0.7"
3434
},
3535
"nextBundleAnalysis": {}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,27 @@
2121
"typecheck": "turbo run typecheck"
2222
},
2323
"devDependencies": {
24-
"@commitlint/cli": "^19.6.0",
24+
"@commitlint/cli": "^19.6.1",
2525
"@commitlint/config-conventional": "^19.6.0",
2626
"@favware/cliff-jumper": "^5.0.0",
2727
"@favware/colorette-spinner": "^1.0.1",
2828
"@favware/npm-deprecate": "^2.0.0",
29-
"@types/node": "^22.10.1",
29+
"@types/node": "^22.10.2",
3030
"@types/prompts": "^2.4.9",
3131
"@vitest/coverage-v8": "^2.1.8",
3232
"cz-conventional-changelog": "^3.3.0",
33-
"eslint": "^9.16.0",
33+
"eslint": "^9.17.0",
3434
"eslint-config-mahir": "^1.0.7",
3535
"husky": "^9.1.7",
36-
"lint-staged": "^15.2.10",
36+
"lint-staged": "^15.2.11",
3737
"prettier": "^3.4.2",
3838
"prompts": "^2.4.2",
3939
"tsup": "^8.3.5",
4040
"turbo": "^2.3.3",
41-
"typedoc": "^0.27.3",
41+
"typedoc": "^0.27.5",
4242
"typedoc-plugin-external-link": "^3.0.2",
43-
"typedoc-plugin-markdown": "4.3.2",
44-
"typedoc-plugin-mdn-links": "^4.0.4",
43+
"typedoc-plugin-markdown": "4.3.3",
44+
"typedoc-plugin-mdn-links": "^4.0.6",
4545
"typescript": "^5.7.2",
4646
"vitest": "^2.1.8"
4747
},

0 commit comments

Comments
 (0)