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 26, 2024
1 parent 96b400e commit c24b8c2
Show file tree
Hide file tree
Showing 8 changed files with 219 additions and 82 deletions.
10 changes: 5 additions & 5 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"hast-util-to-jsx-runtime": "^2.3.2",
"katex": "^0.16.18",
"lucide-react": "^0.469.0",
"next": "15.1.2",
"oxc-transform": "^0.43.0",
"next": "15.1.3",
"oxc-transform": "^0.44.0",
"phenomenon": "^1.6.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
Expand All @@ -52,9 +52,9 @@
},
"devDependencies": {
"@fumadocs/cli": "workspace:*",
"@next/bundle-analyzer": "15.1.2",
"@next/env": "15.1.2",
"@next/eslint-plugin-next": "15.1.2",
"@next/bundle-analyzer": "15.1.3",
"@next/env": "15.1.3",
"@next/eslint-plugin-next": "15.1.3",
"@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/create-app-versions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"next": "15.1.2",
"next": "15.1.3",
"postcss": "^8.4.49",
"react": "^19.0.0",
"react-dom": "^19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/doc-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"fumadocs-typescript": "workspace:^",
"hast-util-to-estree": "^3.1.0",
"npm-to-yarn": "^3.0.0",
"oxc-transform": "^0.43.0",
"oxc-transform": "^0.44.0",
"unist-util-visit": "^5.0.0",
"zod": "^3.24.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.2",
"next": "15.1.3",
"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.469.0",
"next": "15.1.2",
"next": "15.1.3",
"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.2",
"next": "15.1.3",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"tailwindcss": "^3.4.17",
Expand Down
Loading

0 comments on commit c24b8c2

Please sign in to comment.