Skip to content

Commit 742bfa3

Browse files
committed
chore: migrate to yarn 4
1 parent 43d512b commit 742bfa3

File tree

48 files changed

+17416
-5323
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+17416
-5323
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ schema.json
1212
.eslintcache
1313

1414
build/
15+
.yarn

.husky/pre-commit

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
33

4-
pnpx lint-staged
4+
yarn lint-staged

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

examples/graphql-server-mikro-orm-postgres/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@
2727
"@accounts/server": "^0.33.1",
2828
"@apollo/server": "4.7.1",
2929
"@apollo/server-plugin-landing-page-graphql-playground": "4.0.1",
30-
"graphql-modules": "2.1.2",
3130
"@graphql-tools/merge": "9.0.0",
3231
"@graphql-tools/schema": "10.0.0",
33-
"graphql": "16.6.0",
3432
"@mikro-orm/cli": "5.7.9",
3533
"@mikro-orm/core": "5.7.9",
3634
"@mikro-orm/entity-generator": "5.7.9",
3735
"@mikro-orm/knex": "5.7.9",
3836
"@mikro-orm/migrations": "5.7.9",
3937
"@mikro-orm/postgresql": "5.7.9",
4038
"@mikro-orm/reflection": "5.7.9",
39+
"graphql": "16.6.0",
40+
"graphql-modules": "2.1.2",
4141
"tslib": "2.5.2"
4242
},
4343
"devDependencies": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.11.0",
3-
"npmClient": "pnpm",
3+
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"version": "0.32.0"
66
}

0 commit comments

Comments
 (0)