aboutsummaryrefslogtreecommitdiffstats
path: root/gradle.properties
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-10-07 19:44:41 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-11-05 19:41:14 +0100
commitabe176d0888c0fdcc803ddafe71a5cee9f4b63a0 (patch)
treeea7d5722c8e981ba540e648fbacbfd0e4a55768a /gradle.properties
parentfix: test and lint failures (diff)
downloadrefinery-abe176d0888c0fdcc803ddafe71a5cee9f4b63a0.tar.gz
refinery-abe176d0888c0fdcc803ddafe71a5cee9f4b63a0.tar.zst
refinery-abe176d0888c0fdcc803ddafe71a5cee9f4b63a0.zip
refactor(frontend): improve HMR experience
Use a HMR acceptor as in https://github.com/vitejs/vite/issues/10227#issuecomment-1256969751 Also updates frontend tooling to the latest version (yarn now support typescript 4.8.4)
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties
index 78065c08..2321686e 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,6 +1,6 @@
1file.encoding=UTF-8 1file.encoding=UTF-8
2frontend.nodeVersion=16.17.1 2frontend.nodeVersion=18.12.0
3frontend.yarnVersion=3.2.3 3frontend.yarnVersion=3.2.4
4frontend.yarn1Version=1.22.19 4frontend.yarn1Version=1.22.19
5group=tools.refinery 5group=tools.refinery
6systemProp.sonar.projectKey=graphs4value_refinery 6systemProp.sonar.projectKey=graphs4value_refinery