aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
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 /package.json
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 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 3d906501..2f047d76 100644
--- a/package.json
+++ b/package.json
@@ -8,9 +8,9 @@
8 "scripts": { 8 "scripts": {
9 "frontend": "yarn workspace @refinery/frontend" 9 "frontend": "yarn workspace @refinery/frontend"
10 }, 10 },
11 "packageManager": "yarn@3.2.3", 11 "packageManager": "yarn@3.2.4",
12 "devDependencies": { 12 "devDependencies": {
13 "eslint": "^8.24.0", 13 "eslint": "^8.26.0",
14 "typescript": "4.8.2" 14 "typescript": "4.8.4"
15 } 15 }
16} 16}