aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <marussy@mit.bme.hu>2024-02-19 00:44:05 +0100
committerLibravatar GitHub <noreply@github.com>2024-02-19 00:44:05 +0100
commit201c3da912aeaab8a3f51b84198b35c7936d0446 (patch)
treee427986134c41b540b10b9a9576f5a1788d8fbed /package.json
parentchore(deps): bump dependencies (diff)
parentdocs: update README (diff)
downloadrefinery-201c3da912aeaab8a3f51b84198b35c7936d0446.tar.gz
refinery-201c3da912aeaab8a3f51b84198b35c7936d0446.tar.zst
refinery-201c3da912aeaab8a3f51b84198b35c7936d0446.zip
Merge pull request #53 from kris7t/imports
Module and import resolution support
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index a61c71d4..7822bcc1 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
23 "scripts": { 23 "scripts": {
24 "frontend": "yarn workspace @refinery/frontend" 24 "frontend": "yarn workspace @refinery/frontend"
25 }, 25 },
26 "packageManager": "yarn@4.0.2", 26 "packageManager": "yarn@4.1.0",
27 "devDependencies": { 27 "devDependencies": {
28 "eslint": "^8.56.0", 28 "eslint": "^8.56.0",
29 "typescript": "5.3.3" 29 "typescript": "5.3.3"