Skip to content

Commit 414733c

Browse files
Merge pull request #843 from ViktorTigerstrom/2024-09-litd_0_13_4
Bump `litd` to version `v0.13.4-alpha`
2 parents 7631148 + 9bc30fa commit 414733c

26 files changed

+25973
-15459
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Start with a NodeJS base image that also contains yarn.
2-
FROM node:16.14.2-alpine as nodejsbuilder
2+
FROM node:22.8.0-alpine as nodejsbuilder
33

44
# Pass a tag, branch or a commit using build-arg. This allows a docker image to
55
# be built from a specified Git state. The default image will use the Git tip of

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ in remote mode (meaning that `lnd-mode=remote` is set). It shows the
7878

7979
| LiT | LND |
8080
|-------------------|--------------|
81+
| **v0.13.4-alpha** | v0.17.1-beta |
8182
| **v0.13.3-alpha** | v0.17.1-beta |
8283
| **v0.13.2-alpha** | v0.17.0-beta |
8384
| **v0.13.1-alpha** | v0.17.0-beta |
@@ -159,6 +160,7 @@ The following table shows the supported combinations:
159160

160161
| LiT | LND | Loop | Faraday | Pool | Taproot Assets |
161162
|-------------------|--------------|--------------|---------------|--------------|----------------|
163+
| **v0.13.4-alpha** | v0.18.3-beta | v0.28.7-beta | v0.2.13-alpha | v0.6.5-beta | v0.4.1-alpha |
162164
| **v0.13.3-alpha** | v0.18.2-beta | v0.28.6-beta | v0.2.13-alpha | v0.6.5-beta | v0.4.1-alpha |
163165
| **v0.13.2-alpha** | v0.18.2-beta | v0.28.5-beta | v0.2.13-alpha | v0.6.5-beta | v0.3.3-alpha |
164166
| **v0.13.1-alpha** | v0.18.1-beta | v0.28.5-beta | v0.2.13-alpha | v0.6.5-beta | v0.3.3-alpha |

app/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@
9494
"react-scripts": "^5.0.1",
9595
"sass": "1.43.4",
9696
"storybook": "7.5.3",
97-
"ts-protoc-gen": "0.12.0",
97+
"ts-protoc-gen": "0.15.0",
98+
"protoc-gen-js": "3.21.2",
9899
"typescript": "4.1.6",
99100
"webpack": "5.89.0"
100101
},

0 commit comments

Comments
 (0)