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 Jan 16, 2025
1 parent dfa479b commit 46bc69f
Show file tree
Hide file tree
Showing 8 changed files with 97 additions and 103 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: 🦋 Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/[email protected].8
uses: changesets/[email protected].9
with:
# This expects you to have a script called release which does a build for your packages and calls changeset publish
publish: pnpm release
Expand Down
8 changes: 4 additions & 4 deletions apps/ghost-blog-buster/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,22 @@
"jiti": "^1.21.0",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "5.6.2",
"typescript": "5.7.3",
"vite": "^5.2.10",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.0"
},
"dependencies": {
"@clack/core": "^0.3.3",
"@clack/prompts": "^0.7.0",
"@clack/core": "^0.4.0",
"@clack/prompts": "^0.9.0",
"@ts-ghost/admin-api": "^4.2.1",
"@ts-ghost/content-api": "^4.1.0",
"configstore": "^7.0.0",
"js-yaml": "^4.1.0",
"node-html-markdown": "^1.3.0",
"picocolors": "^1.0.0",
"yargs": "^17.7.2",
"zod": "3.23.8"
"zod": "3.24.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@vercel/analytics": "^1.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "0.445.0",
"lucide-react": "0.471.1",
"next": "^14.2.3",
"next-themes": "^0.3.0",
"next-themes": "^0.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-wrap-balancer": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
"node": ">=16.15.0",
"pnpm": ">=9"
},
"packageManager": "pnpm@9.11.0"
"packageManager": "pnpm@9.15.4"
}
4 changes: 2 additions & 2 deletions packages/ts-ghost-admin-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"eslint": "^8.57.0",
"jiti": "^1.21.0",
"tsup": "^8.0.2",
"typescript": "5.6.2",
"typescript": "5.7.3",
"vite": "^5.2.10",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.0",
Expand All @@ -58,7 +58,7 @@
"dependencies": {
"@ts-ghost/core-api": "^6.1.0",
"validator": "^13.11.0",
"zod": "3.23.8"
"zod": "3.24.1"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/ts-ghost-content-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@
"eslint": "^8.57.0",
"jiti": "^1.21.0",
"tsup": "^8.0.2",
"typescript": "5.6.2",
"typescript": "5.7.3",
"vite": "^5.2.10",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.0",
"vitest-fetch-mock": "^0.3.0",
"vitest-fetch-mock": "^0.4.0",
"zod": "^3.22.2"
},
"dependencies": {
"@ts-ghost/core-api": "^6.1.0",
"zod": "3.23.8"
"zod": "3.24.1"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/ts-ghost-core-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"@vitest/coverage-v8": "^1.5.0",
"eslint": "^8.57.0",
"tsup": "^8.0.2",
"typescript": "5.6.2",
"typescript": "5.7.3",
"vite": "^5.2.10",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.0",
"vitest-fetch-mock": "^0.3.0"
"vitest-fetch-mock": "^0.4.0"
},
"dependencies": {
"jose": "^5.1.3",
"zod": "3.23.8"
"zod": "3.24.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 46bc69f

Please sign in to comment.