aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
Commit message (Collapse)AuthorAge
* Upgrade 'node' (16.14 -> 16.15); Upgrade 'pnpm' (6 --> 7) (#128)Libravatar Kishan B2022-05-10
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* 6.0.0-nightly.31 [skip ci]v6.0.0-nightly.31Libravatar github-actions2022-05-10
|
* 6.0.0-nightly.30 [skip ci]v6.0.0-nightly.30Libravatar github-actions2022-05-09
|
* 6.0.0-nightly.29 [skip ci]v6.0.0-nightly.29Libravatar github-actions2022-05-08
|
* 6.0.0-nightly.28 [skip ci]v6.0.0-nightly.28Libravatar github-actions2022-05-07
|
* Update npm modules.Libravatar Vijay A2022-05-06
|
* 6.0.0-nightly.27 [skip ci]v6.0.0-nightly.27Libravatar github-actions2022-05-06
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2022-05-06
|
* 6.0.0-nightly.26 [skip ci]v6.0.0-nightly.26Libravatar github-actions2022-05-05
|
* 6.0.0-nightly.25 [skip ci]v6.0.0-nightly.25Libravatar github-actions2022-05-04
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2022-05-04
|
* Update node modulesLibravatar Vijay A2022-05-03
|
* 6.0.0-nightly.24 [skip ci]v6.0.0-nightly.24Libravatar github-actions2022-05-03
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2022-05-03
|
* 6.0.0-nightly.23 [skip ci]v6.0.0-nightly.23Libravatar github-actions2022-05-02
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2022-05-02
|
* Update node modulesLibravatar Vijay A2022-05-01
|
* Resurrect the electron-process-manager for Ferdium (#80)Libravatar Vijay Aravamudhan2022-05-01
|
* 6.0.0-nightly.22 [skip ci]v6.0.0-nightly.22Libravatar github-actions2022-05-01
|
* 6.0.0-nightly.21 [skip ci]v6.0.0-nightly.21Libravatar github-actions2022-05-01
|
* 6.0.0-nightly.20 [skip ci]v6.0.0-nightly.20Libravatar github-actions2022-05-01
|
* 6.0.0-nightly.19 [skip ci]v6.0.0-nightly.19Libravatar github-actions2022-05-01
|
* 6.0.0-nightly.18 [skip ci]v6.0.0-nightly.18Libravatar github-actions2022-05-01
|
* Remove native compilation ('python', 'node-gyp') since we no longer have ↵Libravatar Vijay Aravamudhan2022-05-01
| | | | such dependencies (#73)
* Replace dependency on 'cld' with 'languagedetect' to remove native ↵Libravatar Vijay A2022-04-30
| | | | compilation issu
* 6.0.0-nightly.17 [skip ci]v6.0.0-nightly.17Libravatar github-actions2022-05-01
|
* 6.0.0-nightly.16 [skip ci]v6.0.0-nightly.16Libravatar github-actions2022-04-29
|
* Upgrade 'electron' to '18.2.0'Libravatar Vijay A2022-04-29
|
* 6.0.0-nightly.15 [skip ci]v6.0.0-nightly.15Libravatar github-actions2022-04-29
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2022-04-29
|
* 6.0.0-nightly.14 [skip ci]v6.0.0-nightly.14Libravatar github-actions2022-04-28
|
* 6.0.0-nightly.13 [skip ci]v6.0.0-nightly.13Libravatar github-actions2022-04-27
|
* 6.0.0-nightly.12 [skip ci]v6.0.0-nightly.12Libravatar github-actions2022-04-26
|
* Use published version of 'node-mac-permissions' instead of the github SHALibravatar Vijay A2022-04-25
|
* 6.0.0-nightly.11 [skip ci]v6.0.0-nightly.11Libravatar github-actions2022-04-25
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2022-04-25
|
* Made 'macos-notification-state' an optional dependency so that it doesn't ↵Libravatar Vijay A2022-04-24
| | | | affect non-mac builds; Updated many node modules
* 6.0.0-nightly.10 [skip ci]v6.0.0-nightly.10Libravatar github-actions2022-04-24
|
* Downgraded 'node' to '16.14.2' so that the 'pnpm' conversion can happen smoothlyLibravatar Vijay A2022-04-23
| | | | This also gets us back to the LTS version of 'node'
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2022-04-24
|
* Upgrade 'electron-builder' to '23.0.7'Libravatar Vijay A2022-04-23
|
* Upgrade 'sqlite3'Libravatar Vijay A2022-04-23
| | | | | | | | | Add missing dev dependency '@babel/core' [prep for pnpm] Combine 'prebuild' into 'build' script since pre-scripts automagic is not supported by pnpm [cleanup] Use 'pnpm' instead of 'pnpm run' [cleanup] Clean npm cache after cleaning pnpm since pnpm is also managed within npm [cleanup] Delete '~/.electron-gyp' while cleaning
* Update node modules (#31)Libravatar Vijay Aravamudhan2022-04-23
| | | * Suppress eslint rules as warnings (dont turn off completely)
* 6.0.0-nightly.9 [skip ci]v6.0.0-nightly.9Libravatar github-actions2022-04-23
|
* 6.0.0-nightly.8 [skip ci]v6.0.0-nightly.8Libravatar github-actions2022-04-23
|
* Turn off usage of 'debug' npm package using with electron-16 (fixes #17)Libravatar Vijay Aravamudhan2022-04-22
|
* 6.0.0-nightly.7 [skip ci]v6.0.0-nightly.7Libravatar github-actions2022-04-22
|
* 6.0.0-nightly.6 [skip ci]v6.0.0-nightly.6Libravatar github-actions2022-04-22
|
* 6.0.0-nightly.5 [skip ci]v6.0.0-nightly.5Libravatar github-actions2022-04-22
|
* 6.0.0-nightly.4 [skip ci]v6.0.0-nightly.4Libravatar github-actions2022-04-22
|