aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-01-19 02:11:13 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-01-28 23:56:00 +0100
commit80d8bfef8879e0661069b3a0abf542da9fbc0ed9 (patch)
tree9345e946b09ec77155a7e09c7cb31685813f343e /package.json
parentfix(frontend): do not scroll initially (diff)
downloadrefinery-80d8bfef8879e0661069b3a0abf542da9fbc0ed9.tar.gz
refinery-80d8bfef8879e0661069b3a0abf542da9fbc0ed9.tar.zst
refinery-80d8bfef8879e0661069b3a0abf542da9fbc0ed9.zip
chore(deps): bump dependencies
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 5bbd54c8..510e4a4c 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@4.0.0-rc.34", 11 "packageManager": "yarn@4.0.0-rc.35",
12 "devDependencies": { 12 "devDependencies": {
13 "eslint": "^8.30.0", 13 "eslint": "^8.32.0",
14 "typescript": "4.9.4" 14 "typescript": "4.9.4"
15 } 15 }
16} 16}