Skip to content

Commit e078430

Browse files
authored
(chore) Upgrade yarn (#717)
1 parent d89f75f commit e078430

File tree

6 files changed

+1427
-791
lines changed

6 files changed

+1427
-791
lines changed

.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

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

.yarn/releases/yarn-3.2.3.cjs

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

.yarn/releases/yarn-3.6.0.cjs

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

.yarnrc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-3.2.3.cjs
3+
plugins:
4+
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
5+
spec: "@yarnpkg/plugin-interactive-tools"
6+
7+
yarnPath: .yarn/releases/yarn-3.6.0.cjs

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@openmrs/esm-patient-management",
33
"private": true,
4-
"description": "Patient Management MicroFrontend for OpenMRS SPA",
4+
"description": "Patient management microfrontend for the OpenMRS 3.x frontend",
55
"workspaces": [
66
"packages/*"
77
],
@@ -76,5 +76,5 @@
7676
"webpack": "^5.74.0",
7777
"webpack-cli": "^4.10.0"
7878
},
79-
"packageManager": "yarn@3.2.3"
79+
"packageManager": "yarn@3.6.0"
8080
}

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10486,7 +10486,7 @@ __metadata:
1048610486

1048710487
"fsevents@patch:fsevents@^2.3.2#~builtin<compat/fsevents>, fsevents@patch:fsevents@~2.3.2#~builtin<compat/fsevents>":
1048810488
version: 2.3.2
10489-
resolution: "fsevents@patch:fsevents@npm%3A2.3.2#~builtin<compat/fsevents>::version=2.3.2&hash=18f3a7"
10489+
resolution: "fsevents@patch:fsevents@npm%3A2.3.2#~builtin<compat/fsevents>::version=2.3.2&hash=df0bf1"
1049010490
dependencies:
1049110491
node-gyp: latest
1049210492
conditions: os=darwin
@@ -17399,7 +17399,7 @@ __metadata:
1739917399

1740017400
"resolve@patch:resolve@^1.10.0#~builtin<compat/resolve>, resolve@patch:resolve@^1.14.2#~builtin<compat/resolve>, resolve@patch:resolve@^1.19.0#~builtin<compat/resolve>, resolve@patch:resolve@^1.20.0#~builtin<compat/resolve>, resolve@patch:resolve@^1.9.0#~builtin<compat/resolve>":
1740117401
version: 1.22.1
17402-
resolution: "resolve@patch:resolve@npm%3A1.22.1#~builtin<compat/resolve>::version=1.22.1&hash=07638b"
17402+
resolution: "resolve@patch:resolve@npm%3A1.22.1#~builtin<compat/resolve>::version=1.22.1&hash=c3c19d"
1740317403
dependencies:
1740417404
is-core-module: ^2.9.0
1740517405
path-parse: ^1.0.7
@@ -19572,17 +19572,17 @@ __metadata:
1957219572

1957319573
"typescript@patch:typescript@^4.0.3#~builtin<compat/typescript>, typescript@patch:typescript@^4.2.4#~builtin<compat/typescript>":
1957419574
version: 4.8.4
19575-
resolution: "typescript@patch:typescript@npm%3A4.8.4#~builtin<compat/typescript>::version=4.8.4&hash=a1c5e5"
19575+
resolution: "typescript@patch:typescript@npm%3A4.8.4#~builtin<compat/typescript>::version=4.8.4&hash=1a91c8"
1957619576
bin:
1957719577
tsc: bin/tsc
1957819578
tsserver: bin/tsserver
19579-
checksum: 563a0ef47abae6df27a9a3ab38f75fc681f633ccf1a3502b1108e252e187787893de689220f4544aaf95a371a4eb3141e4a337deb9895de5ac3c1ca76430e5f0
19579+
checksum: c981e82b77a5acdcc4e69af9c56cdecf5b934a87a08e7b52120596701e389a878b8e3f860e73ffb287bf649cc47a8c741262ce058148f71de4cdd88bb9c75153
1958019580
languageName: node
1958119581
linkType: hard
1958219582

1958319583
"typescript@patch:typescript@~4.5.2#~builtin<compat/typescript>":
1958419584
version: 4.5.5
19585-
resolution: "typescript@patch:typescript@npm%3A4.5.5#~builtin<compat/typescript>::version=4.5.5&hash=a1c5e5"
19585+
resolution: "typescript@patch:typescript@npm%3A4.5.5#~builtin<compat/typescript>::version=4.5.5&hash=bcec9a"
1958619586
bin:
1958719587
tsc: bin/tsc
1958819588
tsserver: bin/tsserver

0 commit comments

Comments
 (0)