aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-06-01 19:37:01 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-06-01 20:17:48 +0200
commit172e6dc75014ffb6b03dbf99c76283e23e0daae6 (patch)
tree51ef2a56ec9bd591293d16757363c9b3ddf2905c /package.json
parentrefactor(reasoning): candidate view should always be a refinement of partial (diff)
downloadrefinery-172e6dc75014ffb6b03dbf99c76283e23e0daae6.tar.gz
refinery-172e6dc75014ffb6b03dbf99c76283e23e0daae6.tar.zst
refinery-172e6dc75014ffb6b03dbf99c76283e23e0daae6.zip
chore(deps): bump dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/package.json b/package.json
index 7698d862..25a5e1c2 100644
--- a/package.json
+++ b/package.json
@@ -36,11 +36,11 @@
36 }, 36 },
37 "devDependencies": { 37 "devDependencies": {
38 "@types/eslint": "^8.56.10", 38 "@types/eslint": "^8.56.10",
39 "@types/node": "^20.12.12", 39 "@types/node": "^20.13.0",
40 "@types/react": "^18.3.3", 40 "@types/react": "^18.3.3",
41 "@typescript-eslint/eslint-plugin": "^7.10.0", 41 "@typescript-eslint/eslint-plugin": "^7.11.0",
42 "@typescript-eslint/parser": "^7.10.0", 42 "@typescript-eslint/parser": "^7.11.0",
43 "corepack": "^0.28.1", 43 "corepack": "^0.28.2",
44 "eslint": "^8.57.0", 44 "eslint": "^8.57.0",
45 "eslint-config-airbnb": "^19.0.4", 45 "eslint-config-airbnb": "^19.0.4",
46 "eslint-config-airbnb-typescript": "^18.0.0", 46 "eslint-config-airbnb-typescript": "^18.0.0",
@@ -50,9 +50,9 @@
50 "eslint-plugin-jsx-a11y": "^6.8.0", 50 "eslint-plugin-jsx-a11y": "^6.8.0",
51 "eslint-plugin-mobx": "^0.0.9", 51 "eslint-plugin-mobx": "^0.0.9",
52 "eslint-plugin-prettier": "^5.1.3", 52 "eslint-plugin-prettier": "^5.1.3",
53 "eslint-plugin-react": "^7.34.1", 53 "eslint-plugin-react": "^7.34.2",
54 "eslint-plugin-react-hooks": "^4.6.2", 54 "eslint-plugin-react-hooks": "^4.6.2",
55 "prettier": "^3.2.5", 55 "prettier": "^3.3.0",
56 "typescript": "5.4.5" 56 "typescript": "5.4.5"
57 }, 57 },
58 "resolutions": { 58 "resolutions": {