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 10, 2024
1 parent 35fef61 commit cdcbc84
Show file tree
Hide file tree
Showing 7 changed files with 184 additions and 47 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.15",
"lucide-react": "^0.468.0",
"next": "15.0.4",
"next": "15.1.0",
"phenomenon": "^1.6.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
Expand All @@ -51,9 +51,9 @@
},
"devDependencies": {
"@fumadocs/cli": "workspace:*",
"@next/bundle-analyzer": "15.0.4",
"@next/env": "15.0.4",
"@next/eslint-plugin-next": "15.0.4",
"@next/bundle-analyzer": "15.1.0",
"@next/env": "15.1.0",
"@next/eslint-plugin-next": "15.1.0",
"@types/hast": "^3.0.4",
"@types/mdx": "^2.0.13",
"@types/node": "22.10.1",
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.0",
"vitest": "^2.1.8"
},
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.0",
"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.1",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"next": "15.0.4",
"next": "15.1.0",
"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.0.4",
"next": "15.1.0",
"tsconfig": "workspace:*",
"unified": "^11.0.5",
"vfile": "^6.0.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@fumari/json-schema-to-typescript": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@scalar/openapi-parser": "^0.8.10",
"@scalar/openapi-parser": "^0.9.0",
"class-variance-authority": "^0.7.1",
"fast-glob": "^3.3.1",
"fumadocs-core": "workspace:*",
Expand All @@ -64,7 +64,7 @@
"bunchee": "^6.0.3",
"eslint-config-custom": "workspace:*",
"lucide-react": "^0.468.0",
"next": "15.0.4",
"next": "15.1.0",
"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.0.4",
"next": "15.1.0",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"tailwindcss": "^3.4.16",
Expand Down
Loading

0 comments on commit cdcbc84

Please sign in to comment.