Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent abc3677 commit a983d85
Show file tree
Hide file tree
Showing 10 changed files with 235 additions and 62 deletions.
8 changes: 4 additions & 4 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"hast-util-to-jsx-runtime": "^2.3.2",
"katex": "^0.16.17",
"lucide-react": "^0.468.0",
"next": "15.1.1",
"next": "15.1.2",
"oxc-transform": "^0.42.0",
"phenomenon": "^1.6.0",
"react": "^19.0.0",
Expand All @@ -52,9 +52,9 @@
},
"devDependencies": {
"@fumadocs/cli": "workspace:*",
"@next/bundle-analyzer": "15.1.1",
"@next/env": "15.1.1",
"@next/eslint-plugin-next": "15.1.1",
"@next/bundle-analyzer": "15.1.2",
"@next/env": "15.1.2",
"@next/eslint-plugin-next": "15.1.2",
"@types/hast": "^3.0.4",
"@types/mdx": "^2.0.13",
"@types/node": "22.10.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"typescript-eslint": "^8.18.1",
"vitest": "^2.1.8"
},
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.1",
"engines": {
"node": ">= 18.17.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"types:check": "tsc --noEmit"
},
"dependencies": {
"@clack/prompts": "^0.8.2",
"@clack/prompts": "^0.9.0",
"commander": "^12.1.0",
"execa": "^9.5.2",
"package-manager-detector": "^0.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/content-collections/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"types:check": "tsc --noEmit"
},
"devDependencies": {
"@content-collections/core": "^0.7.3",
"@content-collections/core": "^0.8.0",
"@content-collections/mdx": "^0.2.0",
"@types/node": "22.10.2",
"eslint-config-custom": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-app-versions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"description": "Used to track dependency versions in create-fumadocs-app",
"license": "MIT",
"dependencies": {
"@content-collections/core": "^0.7.3",
"@content-collections/core": "^0.8.0",
"@content-collections/mdx": "^0.2.0",
"@content-collections/next": "^0.2.4",
"@types/mdx": "^2.0.13",
"@types/node": "22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"next": "15.1.1",
"next": "15.1.2",
"postcss": "^8.4.49",
"react": "^19.0.0",
"react-dom": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"types:check": "tsc --noEmit"
},
"dependencies": {
"@clack/prompts": "^0.8.2",
"@clack/prompts": "^0.9.0",
"cross-spawn": "^7.0.6",
"picocolors": "^1.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mdx-remote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@types/ws": "^8.5.13",
"eslint-config-custom": "workspace:*",
"fumadocs-core": "workspace:*",
"next": "15.1.1",
"next": "15.1.2",
"tsconfig": "workspace:*",
"unified": "^11.0.5",
"vfile": "^6.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"bunchee": "^6.0.3",
"eslint-config-custom": "workspace:*",
"lucide-react": "^0.468.0",
"next": "15.1.1",
"next": "15.1.2",
"openapi-types": "^12.1.3",
"tsconfig": "workspace:*"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"eslint-config-custom": "workspace:*",
"next": "15.1.1",
"next": "15.1.2",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"tailwindcss": "^3.4.17",
Expand Down
Loading

0 comments on commit a983d85

Please sign in to comment.