Skip to content

Commit b8afe76

Browse files
committed
chore: Angular 13
1 parent 2a1ddb8 commit b8afe76

File tree

2 files changed

+191
-167
lines changed

2 files changed

+191
-167
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
3333
},
3434
"dependencies": {
35-
"@angular/animations": "12.2.5",
36-
"@angular/common": "12.2.5",
37-
"@angular/compiler": "12.2.5",
38-
"@angular/core": "12.2.5",
39-
"@angular/forms": "12.2.5",
40-
"@angular/platform-browser": "12.2.5",
41-
"@angular/platform-browser-dynamic": "12.2.5",
42-
"@angular/router": "12.2.5",
35+
"@angular/animations": "~13.0.0",
36+
"@angular/common": "~13.0.0",
37+
"@angular/compiler": "~13.0.0",
38+
"@angular/core": "~13.0.0",
39+
"@angular/forms": "~13.0.0",
40+
"@angular/platform-browser": "~13.0.0",
41+
"@angular/platform-browser-dynamic": "~13.0.0",
42+
"@angular/router": "~13.0.0",
4343
"@nativescript/core": "~8.1.0",
4444
"@nativescript/theme": "~3.0.0",
4545
"nativescript-ngx-fonticon": "~7.0.0",
@@ -52,11 +52,11 @@
5252
"@angular-eslint/eslint-plugin": "12.3.1",
5353
"@angular-eslint/eslint-plugin-template": "12.3.1",
5454
"@angular-eslint/template-parser": "12.3.1",
55-
"@angular/compiler-cli": "12.2.5",
55+
"@angular/compiler-cli": "~13.0.0",
5656
"@nativescript/types": "~8.1.0",
5757
"@nativescript/unit-test-runner": "^2.0.5",
5858
"@nativescript/webpack": "~5.0.0",
59-
"@ngtools/webpack": "12.2.5",
59+
"@ngtools/webpack": "next",
6060
"@nrwl/angular": "13.1.3",
6161
"@nrwl/cli": "13.1.3",
6262
"@nrwl/eslint-plugin-nx": "13.1.3",
@@ -88,7 +88,7 @@
8888
"karma-sinon": "^1.0.5",
8989
"karma-webpack": "5.0.0",
9090
"lint-staged": "^11.0.0",
91-
"ng-packagr": "12.2.5",
91+
"ng-packagr": "~13.0.0",
9292
"postcss": "^8.3.9",
9393
"postcss-import": "^14.0.2",
9494
"postcss-preset-env": "^6.7.0",

0 commit comments

Comments
 (0)