Skip to content

Commit 56380b5

Browse files
authored
Upgrade yarn to v4.10.3 (#160)
1 parent 41e2cfd commit 56380b5

File tree

5 files changed

+12009
-7725
lines changed

5 files changed

+12009
-7725
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

.yarn/releases/yarn-4.10.3.cjs

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

.yarnrc.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
nodeLinker: node-modules
2+
3+
yarnPath: .yarn/releases/yarn-4.10.3.cjs
4+
5+
npmMinimalAgeGate: 10080 # 7 days in minutes
6+
npmPreapprovedPackages:
7+
- '@grafana/*'

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,6 @@
6969
"rollup-plugin-esbuild": "^6.1.1",
7070
"rollup-plugin-node-externals": "^8.0.0",
7171
"typescript": "5.9.2"
72-
}
72+
},
73+
"packageManager": "yarn@4.10.3"
7374
}

0 commit comments

Comments
 (0)