Skip to content

Commit 7d49a4d

Browse files
committed
chore: bump
1 parent 737a5df commit 7d49a4d

File tree

3 files changed

+41
-42
lines changed

3 files changed

+41
-42
lines changed

e2e/animation-examples/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@
1313
}
1414
},
1515
"dependencies": {
16-
"@angular/animations": "~10.0.0",
17-
"@angular/common": "~10.0.0",
18-
"@angular/compiler": "~10.0.0",
19-
"@angular/core": "~10.0.0",
20-
"@angular/forms": "~10.0.0",
21-
"@angular/platform-browser": "~10.0.0",
22-
"@angular/platform-browser-dynamic": "~10.0.0",
23-
"@angular/router": "~10.0.0",
16+
"@angular/animations": "~10.1.0",
17+
"@angular/common": "~10.1.0",
18+
"@angular/compiler": "~10.1.0",
19+
"@angular/core": "~10.1.0",
20+
"@angular/forms": "~10.1.0",
21+
"@angular/platform-browser": "~10.1.0",
22+
"@angular/platform-browser-dynamic": "~10.1.0",
23+
"@angular/router": "~10.1.0",
2424
"@nativescript/angular": "file:../../dist/nativescript-angular-scoped.tgz",
2525
"nativescript-theme-core": "~1.0.2",
26-
"reflect-metadata": "~0.1.8",
27-
"rxjs": "~6.5.5",
28-
"@nativescript/core": "rc",
29-
"zone.js": "^0.10.3"
26+
"reflect-metadata": "~0.1.13",
27+
"rxjs": "~6.6.0",
28+
"@nativescript/core": "~7.0.0",
29+
"zone.js": "^0.11.1"
3030
},
3131
"devDependencies": {
32-
"@angular/compiler-cli": "~10.0.0",
33-
"@ngtools/webpack": "~10.0.0",
32+
"@angular/compiler-cli": "~10.1.0",
33+
"@ngtools/webpack": "~10.1.0",
3434
"@types/chai": "~4.2.0",
3535
"@types/mocha": "~7.0.0",
3636
"@types/node": "~14.0.0",
@@ -43,7 +43,7 @@
4343
"mochawesome": "~6.1.1",
4444
"node-sass": "~4.14.1",
4545
"nativescript-css-loader": "~0.26.0",
46-
"@nativescript/webpack": "rc",
46+
"@nativescript/webpack": "~3.0.0",
4747
"typescript": "~3.9.0"
4848
},
4949
"scripts": {

nativescript-angular/index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// Initial imports and polyfills
2-
import '@nativescript/core';
3-
import '@nativescript/zone-js';
2+
require('@nativescript/core');
3+
require('@nativescript/zone-js');
44
// TODO: migrate to standard zone.js if possible
55
// investigate Ivy with templated-items-comp to allow standard zone below to be used instead of patched {N} zone above
66
// import 'zone.js/dist/zone';
7-
import './dom-adapter';
8-
import 'nativescript-intl';
7+
require('./dom-adapter');
8+
require('nativescript-intl');
99
// import "./polyfills/array";
10-
import './polyfills/console';
10+
require('./polyfills/console');
1111

1212
export * from './platform-common';
1313
export * from './platform-providers';

nativescript-angular/package.json

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/angular",
3-
"version": "10.0.3",
3+
"version": "10.1.0",
44
"description": "An Angular renderer that lets you build mobile apps with NativeScript.",
55
"homepage": "https://www.nativescript.org/",
66
"bugs": "https://github.com/NativeScript/nativescript-angular/issues",
@@ -58,42 +58,41 @@
5858
},
5959
"dependencies": {
6060
"@nativescript/zone-js": "~1.0.0",
61-
"nativescript-angular": "~10.0.0",
6261
"nativescript-intl": "^4.0.0"
6362
},
6463
"peerDependencies": {
65-
"@angular/common": "^10.0.0",
66-
"@angular/compiler": "^10.0.0",
67-
"@angular/core": "^10.0.0",
68-
"@angular/forms": "^10.0.0",
69-
"@angular/platform-browser": "^10.0.0",
70-
"@angular/platform-browser-dynamic": "^10.0.0",
71-
"@angular/router": "^10.0.0"
64+
"@angular/common": "^10.1.0",
65+
"@angular/compiler": "^10.1.0",
66+
"@angular/core": "^10.1.0",
67+
"@angular/forms": "^10.1.0",
68+
"@angular/platform-browser": "^10.1.0",
69+
"@angular/platform-browser-dynamic": "^10.1.0",
70+
"@angular/router": "^10.1.0"
7271
},
7372
"devDependencies": {
74-
"@angular/animations": "~10.0.0",
75-
"@angular/common": "~10.0.0",
76-
"@angular/compiler": "~10.0.0",
77-
"@angular/compiler-cli": "~10.0.0",
78-
"@angular/core": "~10.0.0",
79-
"@angular/forms": "~10.0.0",
80-
"@angular/platform-browser": "~10.0.0",
81-
"@angular/platform-browser-dynamic": "~10.0.0",
82-
"@angular/router": "~10.0.0",
83-
"@nativescript/core": "rc",
73+
"@angular/animations": "~10.1.0",
74+
"@angular/common": "~10.1.0",
75+
"@angular/compiler": "~10.1.0",
76+
"@angular/compiler-cli": "~10.1.0",
77+
"@angular/core": "~10.1.0",
78+
"@angular/forms": "~10.1.0",
79+
"@angular/platform-browser": "~10.1.0",
80+
"@angular/platform-browser-dynamic": "~10.1.0",
81+
"@angular/router": "~10.1.0",
82+
"@nativescript/core": "~7.0.0",
8483
"codelyzer": "^5.2.0",
8584
"conventional-changelog-cli": "^2.0.34",
8685
"husky": "^4.2.5",
8786
"lint-staged": "^10.2.11",
8887
"nativescript-typedoc-theme": "git://github.com/NativeScript/nativescript-typedoc-theme.git#master",
89-
"ng-packagr": "~10.0.0",
88+
"ng-packagr": "~10.1.0",
9089
"prettier": "^2.0.5",
91-
"rxjs": "~6.5.5",
90+
"rxjs": "~6.6.0",
9291
"tslint": "^6.1.2",
9392
"tslint-config-prettier": "^1.18.0",
9493
"typedoc": "~0.17.0",
9594
"typescript": "~3.9.0",
96-
"zone.js": "^0.10.3"
95+
"zone.js": "^0.11.1"
9796
},
9897
"husky": {
9998
"hooks": {

0 commit comments

Comments
 (0)