aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-14 02:13:59 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-14 02:28:31 +0100
commita2a5e91e3c243ddb775c50a96912be455b77e3df (patch)
treef5f5efe86fb352980cf144cceb68d1a1101b274f /package.json
parentbuild: make sure slf4j is used instead of log4j (diff)
downloadrefinery-a2a5e91e3c243ddb775c50a96912be455b77e3df.tar.gz
refinery-a2a5e91e3c243ddb775c50a96912be455b77e3df.tar.zst
refinery-a2a5e91e3c243ddb775c50a96912be455b77e3df.zip
chore(frontend): bump frontend dependencies
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 1df63f5d..5402ca62 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
8 "devDependencies": { 8 "devDependencies": {
9 "eslint": "^8.4.1", 9 "eslint": "^8.4.1",
10 "stylelint": "^14.1.0", 10 "stylelint": "^14.1.0",
11 "typescript": "~4.5.3" 11 "typescript": "~4.5.4"
12 }, 12 },
13 "packageManager": "yarn@3.1.1" 13 "packageManager": "yarn@3.1.1"
14} 14}