aboutsummaryrefslogtreecommitdiffstats
path: root/.yarn
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 /.yarn
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 '.yarn')
-rw-r--r--.yarn/sdks/eslint/package.json2
-rw-r--r--.yarn/sdks/typescript/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/.yarn/sdks/eslint/package.json b/.yarn/sdks/eslint/package.json
index a244033a..3910b861 100644
--- a/.yarn/sdks/eslint/package.json
+++ b/.yarn/sdks/eslint/package.json
@@ -1,6 +1,6 @@
1{ 1{
2 "name": "eslint", 2 "name": "eslint",
3 "version": "8.37.0-sdk", 3 "version": "8.38.0-sdk",
4 "main": "./lib/api.js", 4 "main": "./lib/api.js",
5 "type": "commonjs" 5 "type": "commonjs"
6} 6}
diff --git a/.yarn/sdks/typescript/package.json b/.yarn/sdks/typescript/package.json
index f1d7ffa4..925b839e 100644
--- a/.yarn/sdks/typescript/package.json
+++ b/.yarn/sdks/typescript/package.json
@@ -1,6 +1,6 @@
1{ 1{
2 "name": "typescript", 2 "name": "typescript",
3 "version": "5.0.3-sdk", 3 "version": "5.0.4-sdk",
4 "main": "./lib/typescript.js", 4 "main": "./lib/typescript.js",
5 "type": "commonjs" 5 "type": "commonjs"
6} 6}