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 Jan 8, 2025
1 parent 90a2057 commit 460fe3f
Show file tree
Hide file tree
Showing 7 changed files with 178 additions and 41 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.19",
"lucide-react": "^0.469.0",
"next": "15.1.3",
"next": "15.1.4",
"oxc-transform": "^0.44.0",
"phenomenon": "^1.6.0",
"react": "^19.0.0",
Expand All @@ -52,9 +52,9 @@
},
"devDependencies": {
"@fumadocs/cli": "workspace:*",
"@next/bundle-analyzer": "15.1.3",
"@next/env": "15.1.3",
"@next/eslint-plugin-next": "15.1.3",
"@next/bundle-analyzer": "15.1.4",
"@next/env": "15.1.4",
"@next/eslint-plugin-next": "15.1.4",
"@types/hast": "^3.0.4",
"@types/mdx": "^2.0.13",
"@types/node": "22.10.5",
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.19.0",
"vitest": "^2.1.8"
},
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.3",
"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.3",
"next": "15.1.4",
"postcss": "^8.4.49",
"react": "^19.0.0",
"react-dom": "^19.0.0",
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.3",
"next": "15.1.4",
"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 @@ -65,7 +65,7 @@
"bunchee": "^6.2.0",
"eslint-config-custom": "workspace:*",
"lucide-react": "^0.469.0",
"next": "15.1.3",
"next": "15.1.4",
"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.3",
"next": "15.1.4",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"tailwindcss": "^3.4.17",
Expand Down
Loading

0 comments on commit 460fe3f

Please sign in to comment.