summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-07-27 16:34:14 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-07-27 16:34:14 +0200
commitdeaa0580d952b77cf9e6df024d1f71ed29f53fc0 (patch)
tree95a4e538b21c13674de99a6645bae1424714721a /package.json
parentdocs: Add note about proxy settings (diff)
downloadrefinery-deaa0580d952b77cf9e6df024d1f71ed29f53fc0.tar.gz
refinery-deaa0580d952b77cf9e6df024d1f71ed29f53fc0.tar.zst
refinery-deaa0580d952b77cf9e6df024d1f71ed29f53fc0.zip
chore: bump dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 5402ca62..f6c84da1 100644
--- a/package.json
+++ b/package.json
@@ -6,9 +6,9 @@
6 "subprojects/frontend" 6 "subprojects/frontend"
7 ], 7 ],
8 "devDependencies": { 8 "devDependencies": {
9 "eslint": "^8.4.1", 9 "eslint": "^8.20.0",
10 "stylelint": "^14.1.0", 10 "stylelint": "^14.9.1",
11 "typescript": "~4.5.4" 11 "typescript": "~4.7.4"
12 }, 12 },
13 "packageManager": "yarn@3.1.1" 13 "packageManager": "yarn@3.2.2"
14} 14}