Skip to content

Commit

Permalink
feat: upgrade ng to 16 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy authored Aug 15, 2023
1 parent 3dbffd0 commit c5afdda
Show file tree
Hide file tree
Showing 3 changed files with 3,005 additions and 1,928 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,46 +21,46 @@
"pub-only-next": "cd ./dist/store && npm publish --tag next"
},
"engines": {
"node": "^14.15.0 || >=16.10.0",
"node": "^16.14.0 || >=18.10.0",
"yarn": ">=1.22.4 <2",
"npm": "Please use yarn instead of NPM to install dependencies"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.1.2",
"@angular/animations": "^16.2.0",
"@angular/cdk": "^15.1.2",
"@angular/common": "^15.1.2",
"@angular/compiler": "^15.1.2",
"@angular/core": "^15.1.2",
"@angular/forms": "^15.1.2",
"@angular/platform-browser": "^15.1.2",
"@angular/platform-browser-dynamic": "^15.1.2",
"@angular/router": "^15.1.2",
"@tethys/cdk": "^15.0.0-next.1",
"@angular/common": "^16.2.0",
"@angular/compiler": "^16.2.0",
"@angular/core": "^16.2.0",
"@angular/forms": "^16.2.0",
"@angular/platform-browser": "^16.2.0",
"@angular/platform-browser-dynamic": "^16.2.0",
"@angular/router": "^16.2.0",
"@tethys/cdk": "^16.0.0@next",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
"zone.js": "~0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.1.4",
"@angular-eslint/builder": "15.2.0",
"@angular-eslint/eslint-plugin": "15.2.0",
"@angular-eslint/eslint-plugin-template": "15.2.0",
"@angular-eslint/schematics": "15.2.0",
"@angular-eslint/template-parser": "15.2.0",
"@angular/cli": "^15.1.4",
"@angular/compiler-cli": "^15.1.2",
"@angular-devkit/build-angular": "^16.2.0",
"@angular-eslint/builder": "16.1.0",
"@angular-eslint/eslint-plugin": "16.1.0",
"@angular-eslint/eslint-plugin-template": "16.1.0",
"@angular-eslint/schematics": "16.1.0",
"@angular-eslint/template-parser": "16.1.0",
"@angular/cli": "^16.2.0",
"@angular/compiler-cli": "^16.2.0",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-angular": "^12.0.1",
"@docgeni/cli": "^2.0.1",
"@docgeni/template": "^2.0.1",
"@docgeni/cli": "^2.2.0",
"@docgeni/template": "^2.2.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@worktile/pkg-manager": "0.0.9",
"coveralls": "^3.0.9",
"eslint": "^8.28.0",
"eslint": "^8.39.0",
"husky": "^6.0.0",
"jasmine-core": "~4.5.0",
"jasmine-spec-reporter": "~5.0.0",
Expand All @@ -69,7 +69,7 @@
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"ng-packagr": "^15.1.1",
"ng-packagr": "^16.2.0",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"todomvc-app-css": "^2.4.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "@tethys/store",
"version": "15.1.0",
"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@tethys/cdk": "^15.0.0"
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"@tethys/cdk": "^16.0.0@next"
},
"dependencies": {
"tslib": "^2.0.0",
"@tethys/cdk": "^15.0.0"
"@tethys/cdk": "^16.0.0@next"
}
}
Loading

0 comments on commit c5afdda

Please sign in to comment.