aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-05-04 02:52:38 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-05-04 02:54:07 +0200
commite6303743ac9238019308e9b7b835a386197eca21 (patch)
tree4b56a324f241b94f2cf47bef399762c9b471be1e /package.json
parentfeat(frontend): icon for error edges (diff)
downloadrefinery-e6303743ac9238019308e9b7b835a386197eca21.tar.gz
refinery-e6303743ac9238019308e9b7b835a386197eca21.tar.zst
refinery-e6303743ac9238019308e9b7b835a386197eca21.zip
chore(deps): bump dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index f16ffe07..5be2a703 100644
--- a/package.json
+++ b/package.json
@@ -30,16 +30,16 @@
30 "g:lint": "node scripts/eslintReport.cjs", 30 "g:lint": "node scripts/eslintReport.cjs",
31 "g:tsc": "tsc" 31 "g:tsc": "tsc"
32 }, 32 },
33 "packageManager": "yarn@4.1.1", 33 "packageManager": "yarn@4.2.1",
34 "dependencies": { 34 "dependencies": {
35 "react": "^18.3.1" 35 "react": "^18.3.1"
36 }, 36 },
37 "devDependencies": { 37 "devDependencies": {
38 "@types/eslint": "^8.56.10", 38 "@types/eslint": "^8.56.10",
39 "@types/node": "^20.12.7", 39 "@types/node": "^20.12.8",
40 "@types/react": "^18.3.0", 40 "@types/react": "^18.3.1",
41 "@typescript-eslint/eslint-plugin": "^7.7.1", 41 "@typescript-eslint/eslint-plugin": "^7.8.0",
42 "@typescript-eslint/parser": "^7.7.1", 42 "@typescript-eslint/parser": "^7.8.0",
43 "corepack": "^0.28.0", 43 "corepack": "^0.28.0",
44 "eslint": "^8.57.0", 44 "eslint": "^8.57.0",
45 "eslint-config-airbnb": "^19.0.4", 45 "eslint-config-airbnb": "^19.0.4",