aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAge
...
* 5.6.1-nightly.33 [skip ci]v5.6.1-nightly.33Libravatar github-actions2021-08-19
|
* revert: reverting back from 'dayjs' to 'momentjs'Libravatar Vijay A2021-08-18
|
* 5.6.1-nightly.32 [skip ci]v5.6.1-nightly.32Libravatar github-actions2021-08-18
|
* chore: upgrade electron to 13.2.1Libravatar Vijay A2021-08-18
|
* 5.6.1-nightly.31 [skip ci]v5.6.1-nightly.31Libravatar github-actions2021-08-18
|
* chore: upgrade electron to 13.2.0Libravatar Vijay A2021-08-17
|
* 5.6.1-nightly.30 [skip ci]v5.6.1-nightly.30Libravatar github-actions2021-08-17
|
* 5.6.1-nightly.29 [skip ci]v5.6.1-nightly.29Libravatar github-actions2021-08-17
|
* Revert "chore: update outdated node_modules (#1807)"Libravatar Vijay A2021-08-16
| | | | This reverts commit 26a9dba22236bc22a7612107630282cfe02d20e0.
* chore: update outdated node_modules (#1807)Libravatar Markus Hatvan2021-08-16
| | | | - upgrade 'uuid', '@types/uuid', 'macos-version', 'normalize-url' and 'os-name' dependencies to latest - updated 'macos-version' imports to named imports
* chore: replace moment.js with day.js (#1804)Libravatar Markus Hatvan2021-08-16
|
* 5.6.1-nightly.28 [skip ci]v5.6.1-nightly.28Libravatar github-actions2021-08-16
|
* chore: dependency cleanup (#1794)Libravatar Markus Hatvan2021-08-15
| | | | | | - removed unnecessary smoothscroll-polyfill (electron is Chromium-only) - removed deprecated mobx-react-devtools (can be used through browser extension) - changed settings icon back to original (now called mdi-cog) - removed electron-rebuild (handled by electron-builder install-app-deps)
* Downgraded 'sqlite3' back to '5.0.0' since it doesn't compile on macos (in ↵Libravatar Vijay A2021-08-15
| | | | dev mode alone).
* chore: typescript conversion of some minor utilitiesLibravatar Vijay A2021-08-15
| | | | Also removed 'targz' unused package from runtime.
* chore: npm upgradesLibravatar Vijay A2021-08-15
|
* Initial plumbing and conversion of a simple javascript to typescript (#1790)Libravatar Vijay Raghavan Aravamudhan2021-08-15
| | | | | * initial conversion of a simple script * Moved some of the 'gulp' and related npm modules from being runtime dependencies to development dependencies.
* 5.6.1-nightly.27 [skip ci]v5.6.1-nightly.27Libravatar github-actions2021-08-15
|
* cleanup: moved 'gulp'-related packages to 'devDependencies'Libravatar Vijay A2021-08-15
|
* chore: Setting some config rules for typescriptLibravatar Vijay A2021-08-14
|
* 5.6.1-nightly.26 [skip ci]v5.6.1-nightly.26Libravatar github-actions2021-08-14
|
* chore: Replace old '@meetfranz/electron-notification-state' with ↵Libravatar Vijay A2021-08-13
| | | | 'macos-notification-state'
* 5.6.1-nightly.25 [skip ci]v5.6.1-nightly.25Libravatar github-actions2021-08-13
|
* 5.6.1-nightly.24 [skip ci]v5.6.1-nightly.24v5.6.1-beta.1Libravatar github-actions2021-08-12
|
* fix: fixing issue with packaged app throwing an error about missing 'tslib' ↵Libravatar Vijay A2021-08-12
| | | | (but ran in dev mode)
* 5.6.1-nightly.23 [skip ci]v5.6.1-nightly.23Libravatar github-actions2021-08-12
|
* refactor: removed legacy properties from recipesLibravatar Vijay A2021-08-11
| | | | (Addendum to getferdi/recipes#605)
* 5.6.1-nightly.22 [skip ci]v5.6.1-nightly.22Libravatar github-actions2021-08-11
|
* 5.6.1-nightly.21 [skip ci]v5.6.1-nightly.21Libravatar github-actions2021-08-10
|
* chore: Upgraded 'electron' to '13.1.9'.Libravatar Vijay A2021-08-10
|
* 5.6.1-nightly.20 [skip ci]Libravatar github-actions2021-08-10
|
* chore: upgraded 'electron-builder' to '22.12.0'Libravatar Vijay A2021-08-09
|
* 5.6.1-nightly.19 [skip ci]v5.6.1-nightly.19Libravatar github-actions2021-08-09
|
* chore: upgraded npm modules (minor and tiny version)Libravatar Vijay A2021-08-08
|
* 5.6.1-nightly.18 [skip ci]v5.6.1-nightly.18Libravatar github-actions2021-08-08
|
* 5.6.1-nightly.17 [skip ci]v5.6.1-nightly.17Libravatar github-actions2021-08-07
|
* chore: removed nested 'package-lock' files (#1750)Libravatar Vijay Raghavan Aravamudhan2021-08-07
| | | | | | | | | | - remove nested 'package-lock.json' occurrences - remove unused 'react-html-attributes' in 'packages/forms' - add missing 'tslib' devDependency - change barrel export to named exports Signed-off-by: Vijay A <avijayr@protonmail.com> Co-authored-by: mhatvan <markus_hatvan@aon.at>
* 5.6.1-nightly.16 [skip ci]v5.6.1-nightly.16Libravatar github-actions2021-08-06
|
* 5.6.1-nightly.15 [skip ci]v5.6.1-nightly.15Libravatar github-actions2021-08-06
|
* refactor: minor refactoring: solve name-clash of env vars vs vars in the programLibravatar Vijay A2021-08-05
|
* 5.6.1-nightly.14 [skip ci]Libravatar github-actions2021-08-05
|
* ci(commits): git commit comments are now enforcedLibravatar Vijay A2021-08-04
| | | | Use 'commitlint' to enforce commit comment structure.
* chore: incorporate commitizen as a git pre-commit hookLibravatar Vijay A2021-08-04
|
* 5.6.1-nightly.13 [skip ci]v5.6.1-nightly.13Libravatar github-actions2021-08-04
|
* Bump tar from 4.4.13 to 4.4.15Libravatar dependabot[bot]2021-08-03
| | | | | | | | | | | | | | Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.15. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-tar/compare/v4.4.13...v4.4.15) --- updated-dependencies: - dependency-name: tar dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Upgraded 'electron' to '13.1.8'.Libravatar Vijay A2021-08-03
|
* 5.6.1-nightly.12 [skip ci]v5.6.1-nightly.12Libravatar github-actions2021-08-03
|
* 5.6.1-nightly.11 [skip ci]v5.6.1-nightly.11Libravatar github-actions2021-08-02
|
* Moved 'internal-server' into a sub-folder as opposed to a git submodule. (#1715)Libravatar Vijay Raghavan Aravamudhan2021-08-01
| | | | * Ignored tests in 'internal-server' folder since there are none. * Linter fixes
* 5.6.1-nightly.10 [skip ci]v5.6.1-nightly.10Libravatar github-actions2021-08-01
|