Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 4a95b1b commit fa266ff
Show file tree
Hide file tree
Showing 8 changed files with 187 additions and 179 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
2 changes: 1 addition & 1 deletion apps/ghost-blog-buster/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"jiti": "^1.21.0",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vite": "^5.2.10",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.0"
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@vercel/analytics": "^1.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "0.445.0",
"lucide-react": "0.452.0",
"next": "^14.2.3",
"next-themes": "^0.3.0",
"react": "^18.3.1",
Expand All @@ -31,8 +31,8 @@
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/node": "^20.12.7",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.2",
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.12.1"
}
2 changes: 1 addition & 1 deletion 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.6.3",
"vite": "^5.2.10",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-ghost-content-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"eslint": "^8.57.0",
"jiti": "^1.21.0",
"tsup": "^8.0.2",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vite": "^5.2.10",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-ghost-core-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@vitest/coverage-v8": "^1.5.0",
"eslint": "^8.57.0",
"tsup": "^8.0.2",
"typescript": "5.6.2",
"typescript": "5.6.3",
"vite": "^5.2.10",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.0",
Expand Down
348 changes: 178 additions & 170 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit fa266ff

Please sign in to comment.