Skip to content

Commit 0f741f9

Browse files
committed
build: upgrade yarn
1 parent 09b8398 commit 0f741f9

File tree

4 files changed

+10431
-7385
lines changed

4 files changed

+10431
-7385
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,11 @@ typings/
6262

6363
# webstorm files
6464
.idea/
65+
66+
67+
# yarn v2
68+
.yarn/cache
69+
.yarn/unplugged
70+
.yarn/build-state.yml
71+
.yarn/install-state.gz
72+
.pnp.*

.yarnrc.yml

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

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"url": "https://github.com/codefresh-io/service-base/issues"
2525
},
2626
"resolutions": {
27-
"eslint/**/ansi-regex": "^4.0.0",
2827
"js-yaml": "^3.13.1",
2928
"json-schema": "^0.4.0",
3029
"request/qs": "6.5.3",
@@ -72,7 +71,7 @@
7271
"eslint-plugin-mocha": "^10.5.0",
7372
"jest": "^29.7.0",
7473
"mocha": "^8.2.1",
75-
"mongodb-memory-server": "^9.1.6"
74+
"mongodb-memory-server": "^10.1.3"
7675
},
77-
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
76+
"packageManager": "yarn@4.6.0"
7877
}

0 commit comments

Comments
 (0)