Skip to content

Commit 55583e3

Browse files
committed
fix: upgrade dependencies
1 parent 5838e6e commit 55583e3

File tree

5 files changed

+3586
-3155
lines changed

5 files changed

+3586
-3155
lines changed

.yarn/releases/yarn-4.0.0-rc.47.cjs

Lines changed: 0 additions & 881 deletions
This file was deleted.

.yarn/releases/yarn-4.6.0.cjs

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

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ plugins:
88
- path: .yarn/plugins/@yarnpkg/plugin-postinstall-dev.cjs
99
spec: "https://raw.githubusercontent.com/sachinraja/yarn-plugin-postinstall-dev/main/bundles/%40yarnpkg/plugin-postinstall-dev.js"
1010

11-
yarnPath: .yarn/releases/yarn-4.0.0-rc.47.cjs
11+
yarnPath: .yarn/releases/yarn-4.6.0.cjs

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,20 +87,20 @@
8787
"tagFormat": "${version}"
8888
},
8989
"dependencies": {
90-
"@graphql-codegen/plugin-helpers": "^5.0.1",
91-
"@graphql-codegen/visitor-plugin-common": "^4.0.1",
90+
"@graphql-codegen/plugin-helpers": "^5.1.0",
91+
"@graphql-codegen/visitor-plugin-common": "^5.6.0",
9292
"auto-bind": "^4.0.0",
9393
"pascal-case": "^3.1.2"
9494
},
9595
"devDependencies": {
96-
"@niieani/scaffold": "^1.7.7",
97-
"graphql": "^16.8.0"
96+
"@niieani/scaffold": "^1.7.41",
97+
"graphql": "^16.10.0"
9898
},
9999
"publishConfig": {
100100
"access": "public"
101101
},
102102
"collaborators": [
103103
"Bazyli Brzóska <[email protected]>"
104104
],
105-
"packageManager": "yarn@4.0.2"
105+
"packageManager": "yarn@4.6.0"
106106
}

0 commit comments

Comments
 (0)