Skip to content

Commit e286e2e

Browse files
committed
chore: projects
1 parent eab2481 commit e286e2e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"plugin.watch": "npm run plugin.watch.tsc & npm run plugin.watch.android & npm run plugin.watch.ios"
1919
},
2020
"devDependencies": {
21-
"@angular/animations": "~10.1.0",
22-
"@angular/common": "~10.1.0",
23-
"@angular/compiler": "~10.1.0",
24-
"@angular/compiler-cli": "~10.1.0",
25-
"@angular/core": "~10.1.0",
26-
"@angular/forms": "~10.1.0",
27-
"@angular/platform-browser": "~10.1.0",
28-
"@angular/platform-browser-dynamic": "~10.1.0",
29-
"@angular/router": "~10.1.0",
21+
"@angular/animations": "~10.1.1",
22+
"@angular/common": "~10.1.1",
23+
"@angular/compiler": "~10.1.1",
24+
"@angular/compiler-cli": "~10.1.1",
25+
"@angular/core": "~10.1.1",
26+
"@angular/forms": "~10.1.1",
27+
"@angular/platform-browser": "~10.1.1",
28+
"@angular/platform-browser-dynamic": "~10.1.1",
29+
"@angular/router": "~10.1.1",
3030
"@commitlint/cli": "^9.1.2",
3131
"@commitlint/config-conventional": "^9.1.2",
3232
"@nativescript/angular": "^10.1.0",

src/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"umdModuleIds": {
99
"@nativescript/core": "ns-core",
1010
"@nativescript/angular": "ns-angular",
11-
"@nativescript-community/ui-awebview": "ns-webview"
11+
"@nativescript-community/ui-webview": "ns-webview"
1212
}
1313
},
1414
"whitelistedNonPeerDependencies": [

src/angular/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"baseUrl": "./",
66
"plugins": [],
77
"paths": {
8-
"@nativescript-community/ui-awebview": ["../../plugin"]
8+
"@nativescript-community/ui-webview": ["../../plugin"]
99
}
1010
},
1111
"include": ["./**/*.ts", "../references.d.ts"],

0 commit comments

Comments
 (0)