Skip to content

Commit 2c47f99

Browse files
committed
feat: angular 13.3.0
1 parent c7e8b2b commit 2c47f99

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"license": "MIT",
55
"scripts": {
6-
"setup": "npx rimraf node_modules package-lock.json dist tmp yarn.lock && yarn config set ignore-engines true && ns package-manager set npm && yarn",
6+
"setup": "npx rimraf node_modules package-lock.json dist tmp yarn.lock && yarn config set ignore-engines true && yarn",
77
"start": "nps",
88
"add": "nx g @nativescript/plugin-tools:add-package",
99
"add-angular": "nx g @nativescript/plugin-tools:add-angular",
@@ -16,37 +16,37 @@
1616
},
1717
"private": true,
1818
"devDependencies": {
19-
"@angular/animations": "^13.2.0",
20-
"@angular/common": "^13.2.0",
21-
"@angular/compiler": "^13.2.0",
22-
"@angular/compiler-cli": "^13.2.0",
23-
"@angular/core": "^13.2.0",
24-
"@angular/forms": "^13.2.0",
25-
"@angular/platform-browser": "^13.2.0",
26-
"@angular/platform-browser-dynamic": "^13.2.0",
27-
"@angular/router": "^13.2.0",
19+
"@angular/animations": "13.3.0",
20+
"@angular/common": "13.3.0",
21+
"@angular/compiler": "13.3.0",
22+
"@angular/compiler-cli": "13.3.0",
23+
"@angular/core": "13.3.0",
24+
"@angular/forms": "13.3.0",
25+
"@angular/platform-browser": "13.3.0",
26+
"@angular/platform-browser-dynamic": "13.3.0",
27+
"@angular/router": "13.3.0",
2828
"@nativescript/angular": "^13.0.0",
2929
"@nativescript/core": "~8.2.0",
30-
"@nativescript/plugin-tools": "3.0.2",
30+
"@nativescript/plugin-tools": "3.0.3",
3131
"@nativescript/types": "~8.2.0",
3232
"@nativescript/webpack": "~5.0.5",
33-
"@ngtools/webpack": "^13.0.0",
33+
"@ngtools/webpack": "13.3.0",
3434
"@types/mkdirp": "^1.0.1",
3535
"@types/sprintf-js": "^1.1.0",
3636
"husky": "^7.0.0",
3737
"mkdirp": "^1.0.4",
3838
"nativescript-permissions": "1.3.11",
3939
"nativescript-vue": "~2.9.0",
4040
"nativescript-vue-template-compiler": "~2.9.0",
41-
"ng-packagr": "^13.2.0",
41+
"ng-packagr": "13.3.0",
4242
"rxjs": "~7.5.0",
4343
"shorthash": "0.0.2",
4444
"simple-plist": "^1.1.0",
4545
"sprintf-js": "^1.1.1",
4646
"typescript": "~4.5.5",
4747
"vue": "~2.6.12",
4848
"zone.js": "~0.11.1",
49-
"@angular-devkit/build-angular": "^13.2.0"
49+
"@angular-devkit/build-angular": "13.3.0"
5050
},
5151
"lint-staged": {
5252
"**/*.{js,ts,scss,json,html,xml}": [

0 commit comments

Comments
 (0)