Skip to content

Commit 26cf157

Browse files
committed
chore: bump angular to 13.3.x
1 parent 69f94bf commit 26cf157

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"scripts": {
77
"clean": "npx rimraf hooks node_modules package-lock.json yarn.lock && npm i --legacy-peer-deps",
8-
"clean.all": "npm run clean && npm run demo.clean",
8+
"clean.all": "npm run clean && nx run-many --target=clean --all",
99
"postinstall": "husky install",
1010
"nx": "nx",
1111
"start": "nx serve",
@@ -35,14 +35,14 @@
3535
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
3636
},
3737
"dependencies": {
38-
"@angular/animations": "13.2.1",
39-
"@angular/common": "13.2.1",
40-
"@angular/compiler": "13.2.1",
41-
"@angular/core": "13.2.1",
42-
"@angular/forms": "13.2.1",
43-
"@angular/platform-browser": "13.2.1",
44-
"@angular/platform-browser-dynamic": "13.2.1",
45-
"@angular/router": "13.2.1",
38+
"@angular/animations": "~13.3.0",
39+
"@angular/common": "~13.3.0",
40+
"@angular/compiler": "~13.3.0",
41+
"@angular/core": "~13.3.0",
42+
"@angular/forms": "~13.3.0",
43+
"@angular/platform-browser": "~13.3.0",
44+
"@angular/platform-browser-dynamic": "~13.3.0",
45+
"@angular/router": "~13.3.0",
4646
"@nativescript/core": "~8.1.0",
4747
"@nativescript/theme": "~3.0.0",
4848
"@ngx-translate/core": "~14.0.0",
@@ -55,7 +55,7 @@
5555
"@angular-eslint/eslint-plugin": "13.0.1",
5656
"@angular-eslint/eslint-plugin-template": "13.0.1",
5757
"@angular-eslint/template-parser": "13.0.1",
58-
"@angular/compiler-cli": "13.2.1",
58+
"@angular/compiler-cli": "~13.3.0",
5959
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
6060
"@nativescript/types": "~8.1.0",
6161
"@nativescript/unit-test-runner": "^3.0.2",
@@ -92,7 +92,7 @@
9292
"karma-mocha-reporter": "^2.2.5",
9393
"karma-sinon": "^1.0.5",
9494
"lint-staged": "^11.0.0",
95-
"ng-packagr": "13.2.1",
95+
"ng-packagr": "~13.3.0",
9696
"nyc": "15.1.0",
9797
"postcss": "^8.3.9",
9898
"postcss-import": "^14.0.2",

0 commit comments

Comments
 (0)