aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
Commit message (Collapse)AuthorAge
* 5.6.4-nightly.10 [skip ci]v5.6.4-nightly.10Libravatar github-actions2021-11-18
|
* 5.6.4-nightly.9 [skip ci]v5.6.4-nightly.9Libravatar github-actions2021-11-18
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-11-18
|
* 5.6.4-nightly.8 [skip ci]v5.6.4-nightly.8Libravatar github-actions2021-11-17
|
* chore: upgrade 'electron' to '15.3.2' (#2243)Libravatar Vijay Aravamudhan2021-11-16
|
* 5.6.4-nightly.7 [skip ci]v5.6.4-nightly.7Libravatar github-actions2021-11-16
|
* 5.6.4-nightly.6 [skip ci]v5.6.4-nightly.6Libravatar github-actions2021-11-15
|
* 5.6.4-nightly.5 [skip ci]v5.6.4-nightly.5Libravatar github-actions2021-11-14
|
* chore: upgrade npm modulesLibravatar Vijay A2021-11-13
|
* 5.6.4-nightly.4 [skip ci]v5.6.4-nightly.4Libravatar github-actions2021-11-13
|
* chore: upgrade npm modulesLibravatar Vijay A2021-11-13
|
* chore: update typescript to latest (#2214)Libravatar Markus Hatvan2021-11-12
|
* chore: update eslint deps to latest (#2213)Libravatar Markus Hatvan2021-11-12
| | | | | - update eslint deps to latest - disable new react/function-component-definition rule - fix/disable newly reported issues
* Use forked version of 'node-mac-permissions' till the PR gets merged (#2216)Libravatar Vijay Aravamudhan2021-11-12
|
* 5.6.4-nightly.3 [skip ci]v5.6.4-nightly.3Libravatar github-actions2021-11-12
|
* 5.6.4-nightly.2 [skip ci]v5.6.4-nightly.2Libravatar github-actions2021-11-10
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-11-10
|
* chore: upgrade 'electron-builder' to '22.14.6' and 'electron-updater' to ↵Libravatar Vijay Aravamudhan2021-11-10
| | | | '4.6.2' to check if the in-app updater works (#2196)
* fix: move 'cld' back from 'optionalDeps' to fix issue (#2195)Libravatar Vijay Aravamudhan2021-11-09
|
* 5.6.4-nightly.1 [skip ci]v5.6.4-nightly.1Libravatar github-actions2021-11-09
|
* chore: upgrade electron to 15.3.1Libravatar Vijay A2021-11-09
|
* Bumped up ferdi to '5.6.4-nightly.0' [skip ci]Libravatar Vijay A2021-11-07
|
* 5.6.3-nightly.54 [skip ci]v5.6.3-nightly.54Libravatar github-actions2021-11-07
|
* chore: upgrade npm modules so that they build on ARM macsLibravatar Vijay A2021-11-07
|
* chore: update 'node-gyp' and '@types/tar' modules; (#2183)Libravatar Vijay Aravamudhan2021-11-06
| | | replace 'terser' with 'gulp-terser' to reduce custom code
* 5.6.3-nightly.53 [skip ci]v5.6.3-nightly.53Libravatar github-actions2021-11-06
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-11-06
|
* 5.6.3-nightly.52 [skip ci]v5.6.3-nightly.52Libravatar github-actions2021-11-05
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-11-05
|
* 5.6.3-nightly.51 [skip ci]v5.6.3-nightly.51Libravatar github-actions2021-11-04
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-11-04
|
* 5.6.3-nightly.50 [skip ci]v5.6.3-nightly.50Libravatar github-actions2021-11-02
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-11-02
|
* 5.6.3-nightly.49 [skip ci]v5.6.3-nightly.49Libravatar github-actions2021-11-01
|
* chore: downgrade '@types/validator' since that passes locally, but fails on CILibravatar Vijay A2021-11-01
|
* chore: upgrade various npm modulesLibravatar Vijay A2021-11-01
|
* chore: Fixing issue with 'npm version' leaving out version change in the ↵Libravatar Vijay A2021-10-31
| | | | nested location
* 5.6.3-nightly.48 [skip ci]v5.6.3-nightly.48Libravatar github-actions2021-10-31
|
* Update submodules, browserslist data updates and linter fixes [skip ci]Libravatar github-actions2021-10-31
|
* chore: commit package-lock.json (not sure why it was missed by GH actions)Libravatar Vijay A2021-10-30
|
* 5.6.3-nightly.47 [skip ci]v5.6.3-nightly.47Libravatar github-actions2021-10-30
|
* chore: use caret for dependencies instead of locked versions (#2162)Libravatar Markus Hatvan2021-10-29
| | | | | - use caret for all dependencies except brittle ones like e.g. typescript - remove 'save-exact' true from .npmrc - fix various prettier formatting issues
* 5.6.3-nightly.46 [skip ci]v5.6.3-nightly.46Libravatar github-actions2021-10-29
|
* build: use node 16 and npm 8 (#2157)Libravatar Markus Hatvan2021-10-28
| | | | | | | | | | | - change node version from 14.18.1 to 16.13.0 - change npm version from 6.14.13 to 8.1.0 - update package-lock.json to lockfileVersion 2 - use @sindresorhus/do-not-disturb instead of macos-notification-state to avoid failing CI - run ferdi build on latest macos and windows - skip husky in CI builds - move 'cld' and 'node-mac-permissions' to optionalDependency Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* use local 'node-gyp' instead of global one (#2160)Libravatar Vijay Aravamudhan2021-10-28
|
* chore: remove @mdi/font in favor of using icons with @mdi/js directly (#2158)Libravatar Markus Hatvan2021-10-28
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* 5.6.3-nightly.45 [skip ci]v5.6.3-nightly.45Libravatar github-actions2021-10-28
|
* 5.6.3-nightly.44 [skip ci]v5.6.3-nightly.44Libravatar github-actions2021-10-27
|
* 5.6.3-nightly.43 [skip ci]v5.6.3-nightly.43Libravatar github-actions2021-10-26
|
* 5.6.3-nightly.42 [skip ci]v5.6.3-nightly.42Libravatar github-actions2021-10-25
|