aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 89068493..b3a0ffab 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.3.0", 11 "packageManager": "yarn@4.0.0-rc.33",
12 "devDependencies": { 12 "devDependencies": {
13 "eslint": "^8.29.0", 13 "eslint": "^8.29.0",
14 "typescript": "4.9.3" 14 "typescript": "4.9.4"
15 } 15 }
16} 16}