Skip to content

Commit 40d928c

Browse files
committed
chore: update plugin-tools
1 parent 0b78cb4 commit 40d928c

File tree

18 files changed

+2719
-1670
lines changed

18 files changed

+2719
-1670
lines changed

apps/demo-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@valor/nativescript-feedback": "file:../../dist/packages/nativescript-feedback"
99
},
1010
"devDependencies": {
11-
"@nativescript/android": "~8.2.0",
12-
"@nativescript/ios": "~8.2.0"
11+
"@nativescript/android": "~8.3.0",
12+
"@nativescript/ios": "~8.3.0"
1313
}
1414
}

apps/demo-angular/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"root": "apps/demo-angular/",
2+
"$schema": "../../node_modules/nx/schemas/project-schema.json",
33
"sourceRoot": "apps/demo-angular/src",
44
"projectType": "application",
55
"prefix": "demo",

apps/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@valor/nativescript-feedback": "file:../../packages/nativescript-feedback"
1111
},
1212
"devDependencies": {
13-
"@nativescript/android": "~8.2.0",
14-
"@nativescript/ios": "~8.2.0"
13+
"@nativescript/android": "~8.3.0",
14+
"@nativescript/ios": "~8.3.0"
1515
}
1616
}

apps/demo/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"root": "apps/demo/",
2+
"$schema": "../../node_modules/nx/schemas/project-schema.json",
33
"sourceRoot": "apps/demo/src",
44
"projectType": "application",
55
"prefix": "demo",

jest.config.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

jest.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
const { getJestProjects } = require('@nrwl/jest');
2+
3+
export default { projects: [...getJestProjects()] };

jest.preset.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
const nxPreset = require('@nrwl/jest/preset');
1+
const nxPreset = require('@nrwl/jest/preset').default;
22

33
module.exports = { ...nxPreset };

nx.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,5 @@
2828
}
2929
}
3030
},
31-
"cli": {
32-
"defaultCollection": "@nrwl/workspace"
33-
}
31+
"$schema": "./node_modules/nx/schemas/nx-schema.json"
3432
}

package.json

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,47 +16,49 @@
1616
},
1717
"private": true,
1818
"devDependencies": {
19-
"@angular-devkit/build-angular": "^14.0.0",
19+
"@angular-devkit/build-angular": "^14.2.0",
2020
"@angular-eslint/eslint-plugin": "^14.0.0",
2121
"@angular-eslint/eslint-plugin-template": "^14.0.0",
2222
"@angular-eslint/template-parser": "^14.0.0",
23-
"@angular/animations": "^14.0.0",
24-
"@angular/cli": "^14.0.0",
25-
"@angular/common": "^14.0.0",
26-
"@angular/compiler": "^14.0.0",
27-
"@angular/compiler-cli": "^14.0.0",
28-
"@angular/core": "^14.0.0",
29-
"@angular/forms": "^14.0.0",
30-
"@angular/language-service": "^14.0.0",
31-
"@angular/platform-browser": "^14.0.0",
32-
"@angular/platform-browser-dynamic": "^14.0.0",
33-
"@angular/router": "^14.0.0",
34-
"@nativescript/angular": "^14.0.0",
35-
"@nativescript/core": "~8.2.0",
36-
"@nativescript/plugin-tools": "4.0.3",
37-
"@nativescript/types": "~8.2.0",
23+
"@angular/animations": "^14.2.0",
24+
"@angular/cli": "^14.2.0",
25+
"@angular/common": "^14.2.0",
26+
"@angular/compiler": "^14.2.0",
27+
"@angular/compiler-cli": "^14.2.0",
28+
"@angular/core": "^14.2.0",
29+
"@angular/forms": "^14.2.0",
30+
"@angular/language-service": "^14.2.0",
31+
"@angular/platform-browser": "^14.2.0",
32+
"@angular/platform-browser-dynamic": "^14.2.0",
33+
"@angular/router": "^14.2.0",
34+
"@nativescript/angular": "^14.2.0",
35+
"@nativescript/core": "~8.3.0",
36+
"@nativescript/plugin-tools": "4.1.1",
37+
"@nativescript/types": "~8.3.0",
3838
"@nativescript/webpack": "~5.0.5",
3939
"@ngrx/effects": "^14.0.0",
4040
"@ngrx/store": "^14.0.0",
4141
"@ngrx/store-devtools": "^14.0.0",
42-
"@ngtools/webpack": "^14.0.0",
42+
"@ngtools/webpack": "^14.2.0",
4343
"@types/jest": "27.0.2",
4444
"@types/jsan": "^3.1.2",
4545
"@types/socketcluster-client": "^13.0.0",
4646
"husky": "^8.0.0",
4747
"jest": "27.2.3",
48+
"jest-environment-jsdom": "28.1.1",
4849
"jest-preset-angular": "11.1.1",
4950
"jsan": "^3.1.14",
5051
"nativescript-permissions": "1.3.11",
5152
"nativescript-vue": "~2.9.0",
5253
"nativescript-vue-template-compiler": "~2.9.0",
53-
"ng-packagr": "^14.0.0",
54+
"ng-packagr": "^14.2.0",
5455
"postcss": "^8.4.5",
5556
"postcss-import": "^14.0.2",
5657
"postcss-preset-env": "^6.7.0",
5758
"postcss-url": "^10.1.1",
5859
"rxjs": "~7.5.0",
5960
"socketcluster-client": "^14.3.2",
61+
"ts-node": "10.9.1",
6062
"typescript": "~4.7.3",
6163
"zone.js": "~0.11.5"
6264
},
@@ -65,5 +67,6 @@
6567
"nx format:write --files",
6668
"nx affected:lint --fix --files"
6769
]
68-
}
70+
},
71+
"dependencies": {}
6972
}

packages/nativescript-barcodescanner/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"root": "packages/nativescript-barcodescanner",
2+
"$schema": "../../node_modules/nx/schemas/project-schema.json",
33
"projectType": "library",
44
"sourceRoot": "packages/nativescript-barcodescanner",
55
"targets": {

0 commit comments

Comments
 (0)