Skip to content

Commit

Permalink
feat: update angular to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
HitkoDev committed May 4, 2023
1 parent 292877d commit b4a4915
Show file tree
Hide file tree
Showing 2 changed files with 1,666 additions and 158 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"release": "lerna version --ignore-changes 'packages/demo/**'"
},
"dependencies": {
"@angular/animations": "^15.2.4",
"@angular/animations": "^16.0.0",
"@angular/cdk": "^15.2.4",
"@angular/common": "^15.2.4",
"@angular/compiler": "^15.2.4",
"@angular/core": "^15.2.4",
"@angular/forms": "^15.2.4",
"@angular/localize": "^15.2.4",
"@angular/platform-browser": "^15.2.4",
"@angular/common": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/forms": "^16.0.0",
"@angular/localize": "^16.0.0",
"@angular/platform-browser": "^16.0.0",
"dropzone": "^6.0.0-beta.2",
"moment": "^2.29.4",
"rxjs": "^7.8.0",
Expand All @@ -46,17 +46,17 @@
},
"devDependencies": {
"@angular-builders/custom-webpack": "^15.0.0",
"@angular-devkit/architect": "^0.1502.4",
"@angular-devkit/build-angular": "^15.2.4",
"@angular-devkit/core": "^15.2.4",
"@angular-devkit/schematics": "^15.2.4",
"@angular-devkit/architect": "^0.1600.0",
"@angular-devkit/build-angular": "^16.0.0",
"@angular-devkit/core": "^16.0.0",
"@angular-devkit/schematics": "^16.0.0",
"@angular-eslint/builder": "^15.2.1",
"@angular-eslint/eslint-plugin": "^15.2.1",
"@angular-eslint/eslint-plugin-template": "^15.2.1",
"@angular-eslint/schematics": "^15.2.1",
"@angular-eslint/template-parser": "^15.2.1",
"@angular/cli": "^15.2.4",
"@angular/compiler-cli": "^15.2.4",
"@angular/cli": "^16.0.0",
"@angular/compiler-cli": "^16.0.0",
"@commitlint/cli": "^17.5.0",
"@commitlint/config-conventional": "^17.4.4",
"@compodoc/compodoc": "^1.1.19",
Expand Down Expand Up @@ -88,7 +88,7 @@
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"lerna": "^6.6.0",
"ng-packagr": "^15.2.2",
"ng-packagr": "^16.0.0",
"npm-check-updates": "^16.8.0",
"postcss": "^8.4.21",
"rimraf": "^4.4.1",
Expand Down
Loading

0 comments on commit b4a4915

Please sign in to comment.