Skip to content

Commit

Permalink
feat: yarn 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devcui committed Nov 7, 2024
1 parent e43daa3 commit ffbedf1
Show file tree
Hide file tree
Showing 6 changed files with 2,196 additions and 966 deletions.
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.1.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ enableImmutableInstalls: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.3.1.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yelon",
"version": "18.2.0",
"version": "18.3.0",
"description": "Yelon is a set of essential modules for NG-YUNZAI.",
"keywords": [
"yelon",
Expand Down Expand Up @@ -55,6 +55,7 @@
"@angular/cdk": "^18.2.0",
"@angular/common": "^18.2.0",
"@angular/compiler": "^18.2.0",
"@angular/compiler-cli": "^18.2.0",
"@angular/core": "^18.2.0",
"@angular/elements": "^18.2.0",
"@angular/forms": "^18.2.0",
Expand Down Expand Up @@ -89,7 +90,7 @@
"qrious": "^4.0.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
"zone.js": "~0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.7",
Expand All @@ -98,9 +99,11 @@
"@angular-eslint/eslint-plugin-template": "^18.3.1",
"@angular-eslint/schematics": "^18.3.1",
"@angular-eslint/template-parser": "^18.3.1",
"@angular/cli": "^18.2.7",
"@angular/compiler-cli": "^18.2.0",
"@angular/language-service": "^18.2.0",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-angular": "^19.3.0",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-angular": "^19.5.0",
"@types/aos": "^3.0.7",
"@types/deep-extend": "^0.6.2",
"@types/express": "^5.0.0",
Expand Down Expand Up @@ -152,6 +155,8 @@
"mark-twain": "^2.0.3",
"mockjs": "^1.1.0",
"mustache": "^4.2.0",
"ng-alain-plugin-theme": "^18.0.0",
"ng-alain-sts": "^0.0.2",
"ng-packagr": "^18.2.1",
"ng-yunzai-plugin-theme": "latest",
"ng-yunzai-sts": "latest",
Expand Down Expand Up @@ -182,5 +187,5 @@
"npm run lint:style"
]
},
"packageManager": "yarn@4.3.1"
"packageManager": "yarn@4.5.0"
}
Loading

0 comments on commit ffbedf1

Please sign in to comment.