Skip to content

Commit 5ce75fd

Browse files
committed
chore: update yarn to v4
1 parent 405669b commit 5ce75fd

File tree

5 files changed

+7915
-4820
lines changed

5 files changed

+7915
-4820
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@ yarn*.log
88
dist
99
tsconfig.tsbuildinfo
1010
TEST-*
11+
12+
# yarn
13+
.pnp.*
14+
.yarn/*
15+
!.yarn/patches
16+
!.yarn/plugins
17+
!.yarn/releases
18+
!.yarn/sdks
19+
!.yarn/versions

.yarn/releases/yarn-4.0.2.cjs

Lines changed: 893 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nodeLinker: node-modules
2+
3+
yarnPath: .yarn/releases/yarn-4.0.2.cjs

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@
3535
"format": "eslint --fix ./src",
3636
"check-src-and-examples": "yarn test && yarn tscheck && cd examples/inputs-simple-sqlite && yarn generate && yarn tscheck"
3737
},
38-
"bin": {
39-
"prisma-generator-pothos-codegen": "./src/bin.js"
40-
},
38+
"bin": "./src/bin.js",
4139
"peerDependencies": {
4240
"@pothos/core": "^3.23.0",
4341
"@pothos/plugin-prisma": "^3.37.0",
@@ -66,5 +64,6 @@
6664
},
6765
"dependencies": {
6866
"@prisma/generator-helper": "^4.7.0 || ^5.1.1 || ^5.5.2"
69-
}
67+
},
68+
"packageManager": "yarn@4.0.2"
7069
}

0 commit comments

Comments
 (0)