aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-05 13:58:15 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-12-12 14:30:09 +0100
commit0213fb3f0829919bfe158aa87216f0279266067c (patch)
treedb15be6ef9f368ec74fa4a31cece9724a2a1a2be /package.json
parentchore: bump typescript to 4.5 (diff)
downloadrefinery-0213fb3f0829919bfe158aa87216f0279266067c.tar.gz
refinery-0213fb3f0829919bfe158aa87216f0279266067c.tar.zst
refinery-0213fb3f0829919bfe158aa87216f0279266067c.zip
chore(web): bump frontend dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index a1ce9857..3a4e2053 100644
--- a/package.json
+++ b/package.json
@@ -6,9 +6,9 @@
6 "language-web" 6 "language-web"
7 ], 7 ],
8 "devDependencies": { 8 "devDependencies": {
9 "eslint": "^8.3.0", 9 "eslint": "^8.4.1",
10 "stylelint": "^14.1.0", 10 "stylelint": "^14.1.0",
11 "typescript": "~4.5.2" 11 "typescript": "~4.5.3"
12 }, 12 },
13 "packageManager": "yarn@3.2.0-rc.5" 13 "packageManager": "yarn@3.1.1"
14} 14}