Skip to content

Commit

Permalink
chore: update components package version
Browse files Browse the repository at this point in the history
  • Loading branch information
BBboy01 committed Aug 9, 2024
1 parent 0b26170 commit 2ea52ce
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@
"url": "https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues"
},
"dependencies": {
"@angular/animations": "^17.0.0",
"@angular/cdk": "^17.0.0",
"@angular/common": "^17.0.0",
"@angular/compiler": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/forms": "^17.0.0",
"@angular/platform-browser": "^17.0.0",
"@angular/platform-browser-dynamic": "^17.0.0",
"@angular/router": "^17.0.0",
"@ant-design/icons-angular": "^17.0.0"
"@angular/animations": "^18.0.0",
"@angular/cdk": "^18.0.0",
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/router": "^18.0.0",
"@ant-design/icons-angular": "^18.0.0"
},
"devDependencies": {
"@angular/upgrade": "^17.0.0",
"@angular-devkit/build-angular": "^17.0.0",
"@angular/cli": "^17.0.0",
"@angular/compiler-cli": "^17.0.0",
"@angular/platform-server": "^17.0.0",
"@angular/upgrade": "^18.0.0",
"@angular-devkit/build-angular": "^18.0.0",
"@angular/cli": "^18.0.0",
"@angular/compiler-cli": "^18.0.0",
"@angular/platform-server": "^18.0.0",
"tslib": "^2.4.1",
"tslint": "~6.1.3",
"typescript": "~5.2.4"
"typescript": "~5.5.4"
},
"lint-staged": {
"{src,docs}/**/*.{scss}": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"rollup-plugin-replace": "~2.2.0",
"rollup-plugin-sourcemaps": "~0.4.2",
"rollup-plugin-uglify": "~6.0.0",
"rxjs": "~7.6.0",
"rxjs": "~7.8.1",
"ts-node": "~10.9.1",
"tslib": "^2.4.1",
"typescript": "~5.5.4",
Expand Down Expand Up @@ -146,4 +146,4 @@
"Android > 4.4"
],
"repository": "https://github.com/NG-ZORRO/ng-zorro-antd-mobile.git"
}
}

0 comments on commit 2ea52ce

Please sign in to comment.