Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2024
1 parent 56dad11 commit f5c66f7
Show file tree
Hide file tree
Showing 3 changed files with 1,023 additions and 402 deletions.
18 changes: 9 additions & 9 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,24 @@
},
"dependencies": {
"@types/mdx": "^2.0.13",
"fumadocs-core": "^14.5.6",
"fumadocs-docgen": "^1.3.2",
"fumadocs-mdx": "^11.1.2",
"fumadocs-ui": "^14.5.6",
"fumadocs-core": "^14.6.4",
"fumadocs-docgen": "^1.3.4",
"fumadocs-mdx": "^11.2.1",
"fumadocs-ui": "^14.6.4",
"geist": "^1.3.1",
"next": "15.0.4",
"next": "15.1.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"@fumadocs/cli": "^0.0.4",
"@fumadocs/cli": "^0.0.5",
"@tagscript/plugin-discord": "workspace:^",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.1",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"eslint-config-mahir": "^1.0.7",
"tagscript": "workspace:^",
"tailwindcss": "^3.4.16",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7"
},
"nextBundleAnalysis": {}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,27 @@
"typecheck": "turbo run typecheck"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@favware/cliff-jumper": "^5.0.0",
"@favware/colorette-spinner": "^1.0.1",
"@favware/npm-deprecate": "^2.0.0",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/prompts": "^2.4.9",
"@vitest/coverage-v8": "^2.1.8",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-config-mahir": "^1.0.7",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"lint-staged": "^15.2.11",
"prettier": "^3.4.2",
"prompts": "^2.4.2",
"tsup": "^8.3.5",
"turbo": "^2.3.3",
"typedoc": "^0.27.3",
"typedoc": "^0.27.6",
"typedoc-plugin-external-link": "^3.0.2",
"typedoc-plugin-markdown": "4.3.2",
"typedoc-plugin-mdn-links": "^4.0.4",
"typedoc-plugin-markdown": "4.3.3",
"typedoc-plugin-mdn-links": "^4.0.6",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
Expand Down
Loading

0 comments on commit f5c66f7

Please sign in to comment.