Move app-module-path to the app’s package.json

This commit is contained in:
Ben Gotow 2022-04-17 21:20:33 -05:00
parent 3001c1c282
commit bf32a73659
5 changed files with 14 additions and 12 deletions

View file

@ -33,6 +33,8 @@ addons:
- build-essential
- libgnome-keyring-dev
- libsecret-1-dev
- execstack
- fakeroot
- rpm
- g++-5
- uuid-dev

11
app/package-lock.json generated
View file

@ -11,6 +11,7 @@
"dependencies": {
"@bengotow/slate-edit-list": "github:bengotow/slate-edit-list#b868e108",
"@electron/remote": "^2.0.1",
"app-module-path": "^2.2.0",
"better-sqlite3": "^7.5.0",
"cheerio": "^1.0.0-rc.6",
"chromium-net-errors": "1.0.3",
@ -257,6 +258,11 @@
"node": ">=4"
}
},
"node_modules/app-module-path": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/app-module-path/-/app-module-path-2.2.0.tgz",
"integrity": "sha1-ZBqlXft9am8KgUHEucCqULbCTdU="
},
"node_modules/aproba": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
@ -5408,6 +5414,11 @@
"color-convert": "1.9.3"
}
},
"app-module-path": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/app-module-path/-/app-module-path-2.2.0.tgz",
"integrity": "sha1-ZBqlXft9am8KgUHEucCqULbCTdU="
},
"aproba": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",

View file

@ -11,6 +11,7 @@
"license": "GPL-3.0",
"main": "./src/browser/main.js",
"dependencies": {
"app-module-path": "^2.2.0",
"@bengotow/slate-edit-list": "github:bengotow/slate-edit-list#b868e108",
"@electron/remote": "^2.0.1",
"better-sqlite3": "^7.5.0",

11
package-lock.json generated
View file

@ -47,7 +47,6 @@
"@types/uuid": "^3.4.4",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"app-module-path": "^2.2.0",
"chalk": "1.x.x",
"devtron": "^1.4.0",
"electron": "18.0.3",
@ -1001,11 +1000,6 @@
"node": ">=0.10.0"
}
},
"node_modules/app-module-path": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/app-module-path/-/app-module-path-2.2.0.tgz",
"integrity": "sha1-ZBqlXft9am8KgUHEucCqULbCTdU="
},
"node_modules/appdmg": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/appdmg/-/appdmg-0.6.0.tgz",
@ -12926,11 +12920,6 @@
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
"integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4="
},
"app-module-path": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/app-module-path/-/app-module-path-2.2.0.tgz",
"integrity": "sha1-ZBqlXft9am8KgUHEucCqULbCTdU="
},
"appdmg": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/appdmg/-/appdmg-0.6.0.tgz",

View file

@ -50,7 +50,6 @@
"@types/uuid": "^3.4.4",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"app-module-path": "^2.2.0",
"chalk": "1.x.x",
"devtron": "^1.4.0",
"electron": "18.0.3",