Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update pnpm to v7 #268

Merged
merged 4 commits into from May 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/remix-sandbox.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
# cache: pnpm
cache-dependency-path: remix-sandbox/pnpm-lock.yaml
- run: pnpm i
- run: cp app/env.sample.ts app/env.ts
Expand Down
1 change: 1 addition & 0 deletions next-runtime/.npmrc
@@ -0,0 +1 @@
strict-peer-dependencies=false
2 changes: 1 addition & 1 deletion next-runtime/package.json
Expand Up @@ -34,5 +34,5 @@
"prisma": {
"seed": "node -r esbuild-register prisma/seed.ts"
},
"packageManager": "pnpm@6.32.13"
"packageManager": "pnpm@7.1.0"
}
3 changes: 2 additions & 1 deletion remix-sandbox/.npmrc
@@ -1 +1,2 @@
shamefully-hoist=true
shamefully-hoist=true
strict-peer-dependencies=false
4 changes: 2 additions & 2 deletions remix-sandbox/package.json
Expand Up @@ -13,7 +13,7 @@
"lint": "eslint . --ext .ts,.tsx --ignore-path .gitignore",
"fmt": "prettier --write .",
"fix:all": "pnpm run lint --fix && pnpm run fmt && prisma format && tsc --noEmit",
"check:all": "pnpm run lint && pnpm run fmt -- --check && tsc --noEmit"
"check:all": "pnpm run lint && pnpm run fmt --check && tsc --noEmit"
},
"dependencies": {
"@hookform/resolvers": "2.8.8",
Expand Down Expand Up @@ -60,5 +60,5 @@
"prisma": {
"seed": "node --require esbuild-register prisma/seed.ts"
},
"packageManager": "pnpm@6.32.13"
"packageManager": "pnpm@7.1.0"
}
98 changes: 49 additions & 49 deletions remix-sandbox/pnpm-lock.yaml

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