aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-04-26 20:06:23 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-04-26 20:06:23 +0200
commit03ef7850bbe3652b9c441bc93f92df0bc6121b7e (patch)
treea7554de9d813334170eeaaba46793490568b9413 /package.json
parentfix(docs): non-linear time regex (diff)
downloadrefinery-03ef7850bbe3652b9c441bc93f92df0bc6121b7e.tar.gz
refinery-03ef7850bbe3652b9c441bc93f92df0bc6121b7e.tar.zst
refinery-03ef7850bbe3652b9c441bc93f92df0bc6121b7e.zip
chore(deps): bump dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index 4c194ab8..f16ffe07 100644
--- a/package.json
+++ b/package.json
@@ -32,15 +32,15 @@
32 }, 32 },
33 "packageManager": "yarn@4.1.1", 33 "packageManager": "yarn@4.1.1",
34 "dependencies": { 34 "dependencies": {
35 "react": "^18.2.0" 35 "react": "^18.3.1"
36 }, 36 },
37 "devDependencies": { 37 "devDependencies": {
38 "@types/eslint": "^8.56.8", 38 "@types/eslint": "^8.56.10",
39 "@types/node": "^20.12.7", 39 "@types/node": "^20.12.7",
40 "@types/react": "^18.2.75", 40 "@types/react": "^18.3.0",
41 "@typescript-eslint/eslint-plugin": "^7.6.0", 41 "@typescript-eslint/eslint-plugin": "^7.7.1",
42 "@typescript-eslint/parser": "^7.6.0", 42 "@typescript-eslint/parser": "^7.7.1",
43 "corepack": "^0.26.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",
46 "eslint-config-airbnb-typescript": "^18.0.0", 46 "eslint-config-airbnb-typescript": "^18.0.0",
@@ -51,7 +51,7 @@
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.1",
54 "eslint-plugin-react-hooks": "^4.6.0", 54 "eslint-plugin-react-hooks": "^4.6.2",
55 "prettier": "^3.2.5", 55 "prettier": "^3.2.5",
56 "typescript": "5.4.5" 56 "typescript": "5.4.5"
57 }, 57 },