diff --git a/apps/automated/.npmrc b/apps/automated/.npmrc new file mode 100644 index 000000000..521a9f7c0 --- /dev/null +++ b/apps/automated/.npmrc @@ -0,0 +1 @@ +legacy-peer-deps=true diff --git a/apps/toolbox/.npmrc b/apps/toolbox/.npmrc new file mode 100644 index 000000000..521a9f7c0 --- /dev/null +++ b/apps/toolbox/.npmrc @@ -0,0 +1 @@ +legacy-peer-deps=true diff --git a/apps/toolbox/package.json b/apps/toolbox/package.json index b48c530fa..179f3f333 100644 --- a/apps/toolbox/package.json +++ b/apps/toolbox/package.json @@ -7,13 +7,13 @@ "url": "https://github.com/NativeScript/NativeScript.git" }, "dependencies": { - "nativescript-theme-core": "file:../../node_modules/nativescript-theme-core", - "@nativescript/core": "file:../../packages/core" + "@nativescript/core": "file:../../packages/core", + "nativescript-theme-core": "file:../../node_modules/nativescript-theme-core" }, "devDependencies": { "@nativescript/android": "7.0.1", "@nativescript/ios": "7.2.0", "@nativescript/webpack": "file:../../dist/packages/nativescript-webpack.tgz", - "typescript": "file:../../node_modules/typescript" + "typescript": "4.0.7" } } diff --git a/apps/toolbox/src/main-page.xml b/apps/toolbox/src/main-page.xml index c5a28ba84..4701aa24a 100644 --- a/apps/toolbox/src/main-page.xml +++ b/apps/toolbox/src/main-page.xml @@ -10,6 +10,7 @@