aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-03-30 21:55:17 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-16 00:54:58 +0200
commit3248fed6e57b7986596e21197a9583b3770fac2a (patch)
treee417f4315d4f6d2a61109ab29aac0bcb487908bd /package.json
parentfeat(renderer): Renderer translations (diff)
downloadsophie-3248fed6e57b7986596e21197a9583b3770fac2a.tar.gz
sophie-3248fed6e57b7986596e21197a9583b3770fac2a.tar.zst
sophie-3248fed6e57b7986596e21197a9583b3770fac2a.zip
chore(deps): Bump but keep from react 18 for now
We need mui and mobx-react-like support before we can upgrade. See https://github.com/mobxjs/mobx/issues/2526 for discussion about the ramifications of concurrent rendering for mobx. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json32
1 files changed, 16 insertions, 16 deletions
diff --git a/package.json b/package.json
index 7f0d9f9..c4d3cc4 100644
--- a/package.json
+++ b/package.json
@@ -59,40 +59,40 @@
59 "@types/is-ci": "^3.0.0", 59 "@types/is-ci": "^3.0.0",
60 "@types/jest": "^27.4.1", 60 "@types/jest": "^27.4.1",
61 "@types/prettier": "^2.4.4", 61 "@types/prettier": "^2.4.4",
62 "@typescript-eslint/eslint-plugin": "^5.12.1", 62 "@typescript-eslint/eslint-plugin": "^5.17.0",
63 "@typescript-eslint/parser": "^5.12.1", 63 "@typescript-eslint/parser": "^5.17.0",
64 "@vitejs/plugin-react": "^1.2.0", 64 "@vitejs/plugin-react": "^1.3.0",
65 "chokidar": "^3.5.3", 65 "chokidar": "^3.5.3",
66 "cross-env": "^7.0.3", 66 "cross-env": "^7.0.3",
67 "electron": "17.1.0", 67 "electron": "17.3.1",
68 "electron-builder": "^22.14.13", 68 "electron-builder": "^22.14.13",
69 "esbuild": "^0.14.23", 69 "esbuild": "^0.14.29",
70 "eslint": "^8.9.0", 70 "eslint": "^8.12.0",
71 "eslint-config-airbnb": "^19.0.4", 71 "eslint-config-airbnb": "^19.0.4",
72 "eslint-config-airbnb-base": "^15.0.0", 72 "eslint-config-airbnb-base": "^15.0.0",
73 "eslint-config-airbnb-typescript": "^16.1.0", 73 "eslint-config-airbnb-typescript": "^16.1.4",
74 "eslint-config-prettier": "^8.4.0", 74 "eslint-config-prettier": "^8.5.0",
75 "eslint-formatter-gitlab": "^3.0.0", 75 "eslint-formatter-gitlab": "^3.0.0",
76 "eslint-import-resolver-typescript": "^2.5.0", 76 "eslint-import-resolver-typescript": "^2.7.0",
77 "eslint-plugin-import": "^2.25.4", 77 "eslint-plugin-import": "^2.25.4",
78 "eslint-plugin-jest": "^26.1.1", 78 "eslint-plugin-jest": "^26.1.3",
79 "eslint-plugin-jsx-a11y": "^6.5.1", 79 "eslint-plugin-jsx-a11y": "^6.5.1",
80 "eslint-plugin-prettier": "^4.0.0", 80 "eslint-plugin-prettier": "^4.0.0",
81 "eslint-plugin-promise": "^6.0.0", 81 "eslint-plugin-promise": "^6.0.0",
82 "eslint-plugin-react": "^7.28.0", 82 "eslint-plugin-react": "^7.29.4",
83 "eslint-plugin-react-hooks": "^4.3.0", 83 "eslint-plugin-react-hooks": "^4.4.0",
84 "eslint-plugin-security": "^1.4.0", 84 "eslint-plugin-security": "^1.4.0",
85 "eslint-plugin-unicorn": "^41.0.0", 85 "eslint-plugin-unicorn": "^41.0.1",
86 "git-repo-info": "^2.1.1", 86 "git-repo-info": "^2.1.1",
87 "is-ci": "^3.0.1", 87 "is-ci": "^3.0.1",
88 "jest": "^27.5.1", 88 "jest": "^27.5.1",
89 "jest-junit": "^13.0.0", 89 "jest-junit": "^13.0.0",
90 "nano-staged": "^0.6.0", 90 "nano-staged": "^0.6.0",
91 "prettier": "^2.5.1", 91 "prettier": "^2.6.1",
92 "rimraf": "^3.0.2", 92 "rimraf": "^3.0.2",
93 "simple-git-hooks": "^2.7.0", 93 "simple-git-hooks": "^2.7.0",
94 "typescript": "^4.5.5", 94 "typescript": "^4.6.3",
95 "vite": "^2.8.4" 95 "vite": "^2.9.0"
96 }, 96 },
97 "packageManager": "yarn@3.1.1" 97 "packageManager": "yarn@3.1.1"
98} 98}