aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-04-08 23:12:55 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-04-08 23:12:55 +0200
commit22303fa57aaf822f1109b18413d16638f464d06e (patch)
tree0e8045e951fafa7bf54ec6a49ca297e827de59c3 /package.json
parentbuild: convert Gradle scripts to Kotlin (diff)
downloadrefinery-22303fa57aaf822f1109b18413d16638f464d06e.tar.gz
refinery-22303fa57aaf822f1109b18413d16638f464d06e.tar.zst
refinery-22303fa57aaf822f1109b18413d16638f464d06e.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 e3443202..2da37157 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
10 }, 10 },
11 "packageManager": "yarn@4.0.0-rc.42", 11 "packageManager": "yarn@4.0.0-rc.42",
12 "devDependencies": { 12 "devDependencies": {
13 "eslint": "^8.37.0", 13 "eslint": "^8.38.0",
14 "typescript": "5.0.3" 14 "typescript": "5.0.4"
15 } 15 }
16} 16}