dependabot[bot]
f573305d8b
build(deps): bump http-proxy-middleware from 1.0.4 to 2.0.7 in /app
...
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware ) from 1.0.4 to 2.0.7.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases )
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md )
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v1.0.4...v2.0.7 )
---
updated-dependencies:
- dependency-name: http-proxy-middleware
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-10-25 18:12:18 +00:00
Oliver Gugger
b66e46b872
app: use git restore to re-create .gitkeep file
...
This uses the more reliable way to restore the file in git after a
build, preventing differences in line endings to cause the file to be
seen as dirty in some situations.
2024-10-23 09:44:20 +02:00
djkazic
9c9d8bceef
build: bump google-protobuf dep
2024-09-22 12:58:19 -04:00
Viktor Tigerström
1165e4d85a
proto + app: bump node + protoc & make protos
...
In the next commit, we'll bump our lnd dependency to `v0.18.3-beta`.
That version adds explicitly declared optional protos fields with commit
3de6c5415a
Optional proto fields are only available in Proto3 after protoc version
`3.15+`, and we therefore need to bump our protoc version for the protos
generation script to support them.
When doing so, we mimic the protobuf-compiler version used in `lnd`,
which is `3.21.12`. As protobuf-compiler 3.21.x+ is only available for
Node.js base images with Debian 12 (bookworm), we also update our NodeJS
base image to version 22.8.0-bookworm.
2024-09-16 12:50:55 +07:00
jamaljsr
b61a20b880
chore: update d3 to v7.8.5
2023-11-30 10:42:02 -06:00
jamaljsr
f028622e64
chore update react-i18next to v13.5.0
2023-11-30 10:42:02 -06:00
jamaljsr
24e0c09790
chore: move react-scripts to dev dependencies
...
the dependencies of react-scripts are not used in production, so it
makes sense to move them to dev dependencies to minimize the false
positives when running `yarn audit --groups dependencies`. After making
this change, I needed to add some module resolutions in order to keep
storybook and jest working.
2023-11-30 10:42:02 -06:00
jamaljsr
2c693f2cb3
chore: update storybook to v7.5.3
2023-11-30 10:42:02 -06:00
jamaljsr
e716b86ffd
chore: update webpack to v5.89.0
2023-11-30 10:42:02 -06:00
dependabot[bot]
cdf0e833f3
build(deps): bump debug from 4.1.1 to 4.3.1 in /app
...
Bumps [debug](https://github.com/debug-js/debug ) from 4.1.1 to 4.3.1.
- [Release notes](https://github.com/debug-js/debug/releases )
- [Commits](https://github.com/debug-js/debug/compare/4.1.1...4.3.1 )
---
updated-dependencies:
- dependency-name: debug
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-03 03:51:26 +00:00
dependabot[bot]
710e5b8e9e
build(deps): bump semver from 7.3.5 to 7.5.2 in /app
...
Bumps [semver](https://github.com/npm/node-semver ) from 7.3.5 to 7.5.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v7.3.5...v7.5.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-24 05:13:09 +00:00
Olaoluwa Osuntokun
df1e0f910b
build: update lnd version to v0.16.1
2023-04-25 18:16:28 +02:00
Oliver Gugger
2466f82b4a
app: re-create .gitkeep file after build
...
To avoid showing the .gitkeep as being deleted after running the
frontend build, we add it back through a postbuild step.
2023-04-17 10:54:42 +02:00
Rachel Fish
084f0a2737
deps: Installed react-collapse
2022-11-05 00:59:21 -06:00
Rachel Fish
ae43df0a88
deps: Installed rc-switch and terminal-web FormSwitch component
2022-11-04 23:41:28 -06:00
jamaljsr
3cd4ad2a15
ui+connect: add QR code and magic links for sessions
2022-08-23 15:10:52 -04:00
jamaljsr
87e066eae2
chore: update @storybook/* packages
2022-08-01 13:57:42 -04:00
jamaljsr
64a3152494
chore: update react-scripts to v5.0.1
2022-08-01 13:30:18 -04:00
Rohit Nair
b49f4d55ce
Upgrade storybook to v6.5
...
Ran `npx sb upgrade` to upgrade storybook from v5.3 to v6.5.
Answer `Yes` to use webpack5 manager.
2022-06-02 10:21:44 -06:00
Rohit Nair
555ae7c0c8
Upgrade react-router
...
* Removed `react-router`
* Install react-router-dom`
* Removed `history` resolution
2022-06-02 08:15:34 -06:00
Rohit Nair
7bacc8dab8
Standalone LiT client development
...
This implements a new script (`yarn develop`) that lets developers to do
LiT frontend client development without having to setup an `lnd` backend.
This script uses the mock responses configured in `sampleData` to resolve API
requests.
Limitations:
* The implementation depends on `sampleData` to be up-to-date as the APIs
evolve.
* Currently it only supports `GET` requests.
Alternatives considered:
* Use `REACT_APP_DEV_HOST` to point to a `testnet` public server so as to avoid
configuring and running `lnd`.
* Set up a webpack devserver to proxy responses to a node server running
locally that in-turn reads mock responses configured as `<endpoint>.json`
files, ex `GetInfo.json`, and sends it as response.
2022-06-02 03:12:43 -04:00
jamaljsr
31ae6aba8d
deps: install semver package from npm
2022-04-04 12:14:31 -04:00
jamaljsr
43e26dcf10
deps: add buffer package to resolve a webpack breaking change
2022-04-03 17:18:28 -04:00
jamaljsr
cd3384786f
deps: update react-scripts to v5.0.0
2022-04-03 17:18:25 -04:00
jamaljsr
c132f60ee9
deps: replace node-sass package with sass
...
The node-sass package will not support Apple M1 processors
2021-11-24 13:44:27 -05:00
jamaljsr
dc80c67717
deps: update big.js to v6.1.1
2021-07-16 17:35:59 -04:00
jamaljsr
54fa6afc25
deps: update emotion monorepo to v11.3.0
2021-07-02 01:11:33 -04:00
jamaljsr
690442b433
deps: update @improbable-eng/grpc-web tp v0.14.0
2021-07-02 00:22:53 -04:00
jamaljsr
816bb35788
deps: update typescript to v4.1.6
2021-07-02 00:04:55 -04:00
jamaljsr
ff8284f141
deps: update react-scripts to v4.0.2
2021-07-01 21:54:22 -04:00
jamaljsr
f6be0aa945
deps: update mobx to v6.3.2
2021-07-01 14:27:57 -04:00
jamaljsr
778810d82d
deps: update react to v17.0.2
2021-07-01 13:47:47 -04:00
dependabot[bot]
f1dfd5e5c2
build(deps): bump lodash from 4.17.19 to 4.17.21 in /app
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 21:53:51 +00:00
jamaljsr
d82518eedd
pool+chart: add initial chart with bottom, left, and right axes
2021-01-27 11:11:22 -05:00
jamaljsr
2baef58533
pool+orders: add minNodeTier to the Bid order form
2021-01-27 11:11:19 -05:00
jamaljsr
19add11c08
deps+tests: upgrade react-testing-library dependencies
2021-01-27 11:11:17 -05:00
jamaljsr
cc943d9b2b
deps+react: upgrade typescript and eslint dependencies
2021-01-27 11:11:16 -05:00
jamaljsr
17c740ff28
deps+react: update react dependencies to the latest versions
2021-01-27 11:11:16 -05:00
jamaljsr
97b71beea8
deps+mobx: remove outdated mobx-react-router
2021-01-27 11:11:14 -05:00
jamaljsr
fe1bd947e7
deps+mobx: upgrade mobx to v6.0.2 and fix typing errors
2021-01-27 11:11:14 -05:00
Oliver Gugger
f6b16e49a3
app+docker: don't compile protos when building or installing
...
Because we now have the compiled protos in the git repository, we don't
need to compile them with each installation or build.
2020-12-10 10:56:59 +01:00
dependabot[bot]
00f055bc57
build(deps): bump lodash from 4.17.15 to 4.17.19 in /app
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-11-16 21:34:03 +00:00
Jamal James
28c9a96feb
Merge pull request #75 from lightninglabs/tour
...
loop: add in-app tour of the Loop process
2020-07-28 17:22:32 -04:00
jamaljsr
ee408217df
chore: remove JS code generated from protos
2020-07-24 16:49:48 -04:00
jamaljsr
be65dbe66f
tour: add in-app walk through
2020-07-23 12:45:33 -04:00
jamaljsr
2d10473873
app: rename client app to Lightning Terminal
2020-07-22 21:38:42 -04:00
jamaljsr
8be4b74bed
settings: add pubkey/alias/url to the settings page
2020-06-30 01:52:43 -04:00
jamaljsr
26644b6a3c
history: fix misaligned columns on history page
2020-06-30 01:52:25 -04:00
Jamal James
766ae685e9
chore: update npm dependencies ( #68 )
2020-06-30 01:49:43 -04:00
jamaljsr
bf530d0b9c
store: add url based routing
2020-06-18 15:54:36 -04:00