We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d986dcf commit c71794eCopy full SHA for c71794e
.yarn/releases/yarn-4.5.0.cjs
.yarn/releases/yarn-4.7.0.cjs
.yarnrc.yml
@@ -1,2 +1,2 @@
1
-yarnPath: .yarn/releases/yarn-4.5.0.cjs
+yarnPath: .yarn/releases/yarn-4.7.0.cjs
2
enableGlobalCache: false
package.json
@@ -1,7 +1,7 @@
{
"name": "ordbokapi-sample-ts-client",
3
"private": true,
4
- "packageManager": "yarn@4.5.0",
+ "packageManager": "yarn@4.7.0",
5
"scripts": {
6
"start": "node dist/main.js",
7
"start:dev": "yarn build && yarn start",
@@ -19,7 +19,7 @@
19
},
20
"volta": {
21
"node": "21.7.3",
22
- "yarn": "4.5.0"
+ "yarn": "4.7.0"
23
24
"devDependencies": {
25
"@graphql-codegen/cli": "5.0.2",
0 commit comments