Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade yarn to v4 #1682

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .yarn/install-state.gz
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Binary file not shown.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
4 changes: 2 additions & 2 deletions libs/cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"rxjs": "^6.5.3 || ^7.4.0"
},
"dependencies": {
"tslib": "^2.4.1",
"ng-morph": "^4.0.3"
"ng-morph": "^4.0.3",
"tslib": "^2.4.1"
},
"schematics": "./schematics/collection.json",
"ng-add": {
Expand Down
4 changes: 2 additions & 2 deletions libs/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "@rx-angular/eslint-plugin",
"version": "2.0.0",
"peerDependencies": {
"@typescript-eslint/parser": "^6.10.0",
"eslint": ">=8.0.0",
"typescript": ">=4.3.5",
"@typescript-eslint/parser": "^6.10.0"
"typescript": ">=4.3.5"
},
"dependencies": {
"@typescript-eslint/utils": "^6.10.0"
Expand Down
4 changes: 2 additions & 2 deletions libs/state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"rxjs": "^6.5.3 || ^7.4.0"
},
"dependencies": {
"tslib": "^2.4.1",
"ng-morph": "^4.0.3"
"ng-morph": "^4.0.3",
"tslib": "^2.4.1"
},
"ng-add": {
"save": "dependencies"
Expand Down
8 changes: 4 additions & 4 deletions libs/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
},
"peerDependencies": {
"@angular/core": "^17.0.0",
"rxjs": "^6.5.3 || ^7.4.0",
"@rx-angular/cdk": "^17.0.0"
"@rx-angular/cdk": "^17.0.0",
"rxjs": "^6.5.3 || ^7.4.0"
},
"dependencies": {
"tslib": "^2.4.1",
"ng-morph": "^4.0.3"
"ng-morph": "^4.0.3",
"tslib": "^2.4.1"
},
"schematics": "./schematics/collection.json",
"ng-add": {
Expand Down
1 change: 0 additions & 1 deletion libs/test-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@test-helpers/rx-angular",
"version": "0.0.1",
"peerDependencies": {},
"dependencies": {
"tslib": "^2.4.1"
},
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"engines": {
"node": "^18.13.0 || ^20.9.0",
"yarn": "^1.22.0"
"yarn": "^4.0.2"
},
"scripts": {
"nx": "nx",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "17.0.1",
"@angular-devkit/core": "17.0.01",
"@angular-devkit/core": "17.0.1",
"@angular-devkit/schematics": "17.0.1",
"@angular-eslint/eslint-plugin": "17.1.0",
"@angular-eslint/eslint-plugin-template": "17.1.0",
Expand Down Expand Up @@ -115,5 +115,6 @@
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.2.2"
}
},
"packageManager": "yarn@4.0.2"
}
Loading
Loading