Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#540)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 19, 2025
1 parent 3fec221 commit bf30a37
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 103 deletions.
12 changes: 6 additions & 6 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
},
"dependencies": {
"@types/mdx": "^2.0.13",
"fumadocs-core": "^14.7.3",
"fumadocs-core": "^14.7.4",
"fumadocs-docgen": "^1.3.4",
"fumadocs-mdx": "^11.3.0",
"fumadocs-ui": "^14.7.3",
"fumadocs-mdx": "^11.3.1",
"fumadocs-ui": "^14.7.4",
"geist": "^1.3.1",
"next": "15.1.4",
"next": "15.1.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"@fumadocs/cli": "^0.0.6",
"@fumadocs/cli": "^0.0.7",
"@tagscript/plugin-discord": "workspace:^",
"@types/react": "19.0.6",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"eslint-config-mahir": "^1.0.7",
"tagscript": "workspace:^",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@
"@favware/cliff-jumper": "^6.0.0",
"@favware/colorette-spinner": "^1.0.1",
"@favware/npm-deprecate": "^2.0.0",
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"@types/prompts": "^2.4.9",
"@vitest/coverage-v8": "^2.1.8",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.18.0",
"eslint-config-mahir": "^1.0.7",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"lint-staged": "^15.4.1",
"prettier": "^3.4.2",
"prompts": "^2.4.2",
"tsup": "^8.3.5",
"turbo": "^2.3.3",
"typedoc": "^0.27.6",
"typedoc-plugin-external-link": "^3.0.2",
"typedoc-plugin-markdown": "4.4.1",
"typedoc-plugin-mdn-links": "^4.0.8",
"typedoc-plugin-mdn-links": "^4.0.9",
"typescript": "^5.7.3",
"vitest": "^2.1.8"
},
Expand Down
Loading

0 comments on commit bf30a37

Please sign in to comment.