Skip to content

Commit 4b53f68

Browse files
committed
npm updated.
1 parent b60c9f3 commit 4b53f68

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

electron/capacitor.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"appId": "com.xfoss.yagr",
3-
"appName": "Yet-Another-Gitbook-Reader",
2+
"appId": "com.xfoss.ccna60d",
3+
"appName": "Gitbook-Reader-CCNA60D",
44
"bundledWebRuntime": false,
55
"npmClient": "npm",
66
"webDir": "www",

electron/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"node-static": "^0.7.11",
1616
"nodegit": "^0.27.0",
1717
"sqlite3": "^5.0.0",
18-
"typeorm": "^0.2.29",
18+
"typeorm": "^0.2.30",
1919
"yargs": "^16.2.0"
2020
},
2121
"devDependencies": {
2222
"@types/filesystem": "^0.0.29",
23-
"@types/fs-extra": "^9.0.5",
24-
"@types/node": "^14.14.13",
23+
"@types/fs-extra": "^9.0.6",
24+
"@types/node": "^14.14.20",
2525
"@types/nodegit": "^0.26.12",
26-
"@types/yargs": "^15.0.11",
26+
"@types/yargs": "^15.0.12",
2727
"electron": "^10.2.0",
2828
"electron-builder": "^22.9.1",
2929
"electron-packager": "^15.2.0",

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
"private": true,
1717
"dependencies": {
1818
"@akebifiky/remark-simple-plantuml": "^1.0.2",
19-
"@angular/animations": "^11.0.5",
19+
"@angular/animations": "^11.0.9",
2020
"@angular/cdk": "^11.0.3",
2121
"@angular/common": "^10.2.4",
2222
"@angular/core": "^10.2.4",
23-
"@angular/elements": "^11.0.5",
23+
"@angular/elements": "^11.0.9",
2424
"@angular/flex-layout": "^11.0.0-beta.33",
2525
"@angular/forms": "^10.2.4",
2626
"@angular/material": "^11.0.3",
2727
"@angular/platform-browser": "^10.2.4",
2828
"@angular/platform-browser-dynamic": "^10.2.4",
2929
"@angular/router": "^10.2.4",
3030
"@capacitor-community/electron": "^1.3.2",
31-
"@capacitor/core": "^2.4.5",
31+
"@capacitor/core": "^2.4.6",
3232
"@ionic-native/core": "^5.30.0",
3333
"@ionic-native/splash-screen": "^5.30.0",
3434
"@ionic-native/status-bar": "^5.30.0",
@@ -57,7 +57,7 @@
5757
"normalize-path": "^3.0.0",
5858
"parse-numeric-range": "^1.2.0",
5959
"path": "^0.12.7",
60-
"prismjs": "^1.22.0",
60+
"prismjs": "^1.23.0",
6161
"quick-lru": "^5.1.1",
6262
"reflect-metadata": "^0.1.13",
6363
"regex-escape": "^3.4.10",
@@ -76,14 +76,14 @@
7676
"remark-sectionize": "^1.1.1",
7777
"remark-slug": "^6.0.0",
7878
"remark-stringify": "^9.0.1",
79-
"remark-strip-html": "^1.0.1",
79+
"remark-strip-html": "^1.0.2",
8080
"rxjs": "^6.6.3",
8181
"space-separated-tokens": "^1.1.5",
8282
"style-loader": "^2.0.0",
8383
"tapable": "^1.1.3",
8484
"throttleit": "^1.0.0",
85-
"tslib": "^2.0.0",
86-
"typeorm": "^0.2.29",
85+
"tslib": "^2.1.0",
86+
"typeorm": "^0.2.30",
8787
"unified": "^9.2.0",
8888
"unist-util-visit": "^2.0.3",
8989
"vfile": "^4.2.1",
@@ -92,17 +92,17 @@
9292
},
9393
"devDependencies": {
9494
"@angular-devkit/build-angular": "^0.1000.0",
95-
"@angular-devkit/build-optimizer": "^0.1100.4",
96-
"@angular/cli": "^10.2.0",
95+
"@angular-devkit/build-optimizer": "^0.1100.7",
96+
"@angular/cli": "^10.2.1",
9797
"@angular/compiler": "^10.2.4",
9898
"@angular/compiler-cli": "^10.2.4",
9999
"@angular/language-service": "^10.2.4",
100-
"@capacitor/cli": "^2.4.5",
100+
"@capacitor/cli": "^2.4.6",
101101
"@ionic/angular-toolkit": "^2.3.0",
102102
"@types/filesystem": "0.0.29",
103103
"@types/jasmine": "^3.6.2",
104104
"@types/jasminewd2": "^2.0.3",
105-
"@types/node": "^12.19.9",
105+
"@types/node": "^12.19.13",
106106
"@types/vfile": "^4.0.0",
107107
"angular-cli-ghpages": "^1.0.0-rc.1",
108108
"codelyzer": "^6.0.0",

0 commit comments

Comments
 (0)