Skip to content

Commit d2550ba

Browse files
committed
Upgraded to yarn modern
1 parent bb81ea8 commit d2550ba

File tree

7 files changed

+20838
-14524
lines changed

7 files changed

+20838
-14524
lines changed

.gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,12 @@ Thumbs.db
5555
packages/phoenix-ng/projects/phoenix-app/cypress/videos
5656
packages/phoenix-ng/projects/phoenix-app/cypress/screenshots
5757
packages/phoenix-ng/projects/phoenix-app/cypress/downloads
58+
59+
# Added as per https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored
60+
.pnp.*
61+
.yarn/*
62+
!.yarn/patches
63+
!.yarn/plugins
64+
!.yarn/releases
65+
!.yarn/sdks
66+
!.yarn/versions

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

+541
Large diffs are not rendered by default.

.yarn/releases/yarn-3.3.1.cjs

+823
Large diffs are not rendered by default.

.yarnrc.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
nodeLinker: node-modules
2+
3+
plugins:
4+
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
5+
spec: "@yarnpkg/plugin-interactive-tools"
6+
7+
yarnPath: .yarn/releases/yarn-3.3.1.cjs

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@
3838
"rimraf": "^3.0.2",
3939
"ts-jest-mock-import-meta": "^1.0.0",
4040
"typescript": "~4.8.4"
41-
}
41+
},
42+
"packageManager": "[email protected]"
4243
}

packages/phoenix-event-display/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@tweenjs/tween.js": "^18.6.4",
4242
"dat.gui": "^0.7.9",
4343
"html2canvas": "^1.4.1",
44-
"jsroot": "github:9inpachi/jsroot#7.2.0-types",
44+
"jsroot": "^7.3.0",
4545
"jszip": "^3.10.1",
4646
"stats-js": "^1.0.1",
4747
"three": "^0.148.0"

0 commit comments

Comments
 (0)