Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: bump
  • Loading branch information
NathanWalker committed Sep 3, 2020
commit 7d49a4dd2db08309b52119f497e1eb5db11a60e5
30 changes: 15 additions & 15 deletions e2e/animation-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,24 @@
}
},
"dependencies": {
"@angular/animations": "~10.0.0",
"@angular/common": "~10.0.0",
"@angular/compiler": "~10.0.0",
"@angular/core": "~10.0.0",
"@angular/forms": "~10.0.0",
"@angular/platform-browser": "~10.0.0",
"@angular/platform-browser-dynamic": "~10.0.0",
"@angular/router": "~10.0.0",
"@angular/animations": "~10.1.0",
"@angular/common": "~10.1.0",
"@angular/compiler": "~10.1.0",
"@angular/core": "~10.1.0",
"@angular/forms": "~10.1.0",
"@angular/platform-browser": "~10.1.0",
"@angular/platform-browser-dynamic": "~10.1.0",
"@angular/router": "~10.1.0",
"@nativescript/angular": "file:../../dist/nativescript-angular-scoped.tgz",
"nativescript-theme-core": "~1.0.2",
"reflect-metadata": "~0.1.8",
"rxjs": "~6.5.5",
"@nativescript/core": "rc",
"zone.js": "^0.10.3"
"reflect-metadata": "~0.1.13",
"rxjs": "~6.6.0",
"@nativescript/core": "~7.0.0",
"zone.js": "^0.11.1"
},
"devDependencies": {
"@angular/compiler-cli": "~10.0.0",
"@ngtools/webpack": "~10.0.0",
"@angular/compiler-cli": "~10.1.0",
"@ngtools/webpack": "~10.1.0",
"@types/chai": "~4.2.0",
"@types/mocha": "~7.0.0",
"@types/node": "~14.0.0",
Expand All @@ -43,7 +43,7 @@
"mochawesome": "~6.1.1",
"node-sass": "~4.14.1",
"nativescript-css-loader": "~0.26.0",
"@nativescript/webpack": "rc",
"@nativescript/webpack": "~3.0.0",
"typescript": "~3.9.0"
},
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions nativescript-angular/index.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// Initial imports and polyfills
import '@nativescript/core';
import '@nativescript/zone-js';
require('@nativescript/core');
require('@nativescript/zone-js');
// TODO: migrate to standard zone.js if possible
// investigate Ivy with templated-items-comp to allow standard zone below to be used instead of patched {N} zone above
// import 'zone.js/dist/zone';
import './dom-adapter';
import 'nativescript-intl';
require('./dom-adapter');
require('nativescript-intl');
// import "./polyfills/array";
import './polyfills/console';
require('./polyfills/console');

export * from './platform-common';
export * from './platform-providers';
Expand Down
43 changes: 21 additions & 22 deletions nativescript-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/angular",
"version": "10.0.3",
"version": "10.1.0",
"description": "An Angular renderer that lets you build mobile apps with NativeScript.",
"homepage": "https://www.nativescript.org/",
"bugs": "https://github.com/NativeScript/nativescript-angular/issues",
Expand Down Expand Up @@ -58,42 +58,41 @@
},
"dependencies": {
"@nativescript/zone-js": "~1.0.0",
"nativescript-angular": "~10.0.0",
"nativescript-intl": "^4.0.0"
},
"peerDependencies": {
"@angular/common": "^10.0.0",
"@angular/compiler": "^10.0.0",
"@angular/core": "^10.0.0",
"@angular/forms": "^10.0.0",
"@angular/platform-browser": "^10.0.0",
"@angular/platform-browser-dynamic": "^10.0.0",
"@angular/router": "^10.0.0"
"@angular/common": "^10.1.0",
"@angular/compiler": "^10.1.0",
"@angular/core": "^10.1.0",
"@angular/forms": "^10.1.0",
"@angular/platform-browser": "^10.1.0",
"@angular/platform-browser-dynamic": "^10.1.0",
"@angular/router": "^10.1.0"
},
"devDependencies": {
"@angular/animations": "~10.0.0",
"@angular/common": "~10.0.0",
"@angular/compiler": "~10.0.0",
"@angular/compiler-cli": "~10.0.0",
"@angular/core": "~10.0.0",
"@angular/forms": "~10.0.0",
"@angular/platform-browser": "~10.0.0",
"@angular/platform-browser-dynamic": "~10.0.0",
"@angular/router": "~10.0.0",
"@nativescript/core": "rc",
"@angular/animations": "~10.1.0",
"@angular/common": "~10.1.0",
"@angular/compiler": "~10.1.0",
"@angular/compiler-cli": "~10.1.0",
"@angular/core": "~10.1.0",
"@angular/forms": "~10.1.0",
"@angular/platform-browser": "~10.1.0",
"@angular/platform-browser-dynamic": "~10.1.0",
"@angular/router": "~10.1.0",
"@nativescript/core": "~7.0.0",
"codelyzer": "^5.2.0",
"conventional-changelog-cli": "^2.0.34",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"nativescript-typedoc-theme": "git://github.com/NativeScript/nativescript-typedoc-theme.git#master",
"ng-packagr": "~10.0.0",
"ng-packagr": "~10.1.0",
"prettier": "^2.0.5",
"rxjs": "~6.5.5",
"rxjs": "~6.6.0",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"typedoc": "~0.17.0",
"typescript": "~3.9.0",
"zone.js": "^0.10.3"
"zone.js": "^0.11.1"
},
"husky": {
"hooks": {
Expand Down