Skip to content

Commit

Permalink
Merge pull request #30 from xyhomi3/update
Browse files Browse the repository at this point in the history
Update(site)
  • Loading branch information
xyhomi3 authored Oct 22, 2024
2 parents 742e24f + 27a7cb1 commit 51eaf46
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 20 deletions.
23 changes: 23 additions & 0 deletions .changeset/shy-days-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
'@omi3/site': patch
---

- **Update Package Manager**
- The package manager for `@omi3/site` has been updated.
- This is a minor update that doesn't introduce breaking changes or new features.
- The change is likely to improve build processes or resolve dependency issues.

#### Impact:

- This update affects only the `@omi3/site` package within the Omi3 monorepo.
- As a patch update, it should be backwards-compatible and maintain existing functionality.

#### Potential Benefits:

- Improved build times
- Resolution of dependency conflicts
- Access to new package manager features for development

#### Notes:

- This is a maintenance update to keep the project's tooling current.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 9.1.1
version: 9.12.0

- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 9.1.1
version: 9.12.0

- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 9.1.1
version: 9.12.0
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
Expand Down
2 changes: 1 addition & 1 deletion apps/site/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ ENV NODE_ENV=production
ENV PORT=3000
ENV HOSTNAME=0.0.0.0

CMD ["node", "apps/site/server.js"]
CMD ["node", "apps/site/server.js"]
2 changes: 1 addition & 1 deletion apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@omi3/ui": "workspace:*",
"@omi3/utils": "workspace:*",
"@vercel/analytics": "^1.3.1",
"jotai": "^2.9.3",
"jotai": "^2.10.0",
"next": "latest",
"next-intl": "latest",
"next-themes": "^0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"version-packages": "changeset version",
"release": "turbo build lint && changeset publish"
},
"packageManager": "pnpm@9.1.1",
"packageManager": "pnpm@9.12.0",
"engines": {
"node": ">=18"
},
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 51eaf46

Please sign in to comment.