aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-14 23:49:50 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-16 00:55:04 +0200
commit66535c4de9e96f2eaf64a5961580f0519aea4c82 (patch)
treeebf6264d33190b3f11a8df7833df6d17a2587ce1 /package.json
parenttest: tests for infrastructure/electron in main (diff)
downloadsophie-66535c4de9e96f2eaf64a5961580f0519aea4c82.tar.gz
sophie-66535c4de9e96f2eaf64a5961580f0519aea4c82.tar.zst
sophie-66535c4de9e96f2eaf64a5961580f0519aea4c82.zip
chore(deps): bump dependencies
Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json
index 9949f37..a7d9c0d 100644
--- a/package.json
+++ b/package.json
@@ -61,16 +61,16 @@
61 "devDependencies": { 61 "devDependencies": {
62 "@electron/fuses": "^1.5.0", 62 "@electron/fuses": "^1.5.0",
63 "@types/is-ci": "^3.0.0", 63 "@types/is-ci": "^3.0.0",
64 "@types/jest": "^27.5.0", 64 "@types/jest": "^27.5.1",
65 "@types/prettier": "^2.6.0", 65 "@types/prettier": "^2.6.1",
66 "@typescript-eslint/eslint-plugin": "^5.22.0", 66 "@typescript-eslint/eslint-plugin": "^5.23.0",
67 "@typescript-eslint/parser": "^5.22.0", 67 "@typescript-eslint/parser": "^5.23.0",
68 "@vitejs/plugin-react": "^1.3.2", 68 "@vitejs/plugin-react": "^1.3.2",
69 "chokidar": "^3.5.3", 69 "chokidar": "^3.5.3",
70 "cross-env": "^7.0.3", 70 "cross-env": "^7.0.3",
71 "electron": "^19.0.0-beta.4", 71 "electron": "^19.0.0-beta.6",
72 "electron-builder": "^23.0.9", 72 "electron-builder": "^23.0.9",
73 "esbuild": "^0.14.38", 73 "esbuild": "^0.14.39",
74 "eslint": "^8.15.0", 74 "eslint": "^8.15.0",
75 "eslint-config-airbnb": "^19.0.4", 75 "eslint-config-airbnb": "^19.0.4",
76 "eslint-config-airbnb-base": "^15.0.0", 76 "eslint-config-airbnb-base": "^15.0.0",
@@ -79,7 +79,7 @@
79 "eslint-formatter-gitlab": "^3.0.0", 79 "eslint-formatter-gitlab": "^3.0.0",
80 "eslint-import-resolver-typescript": "^2.7.1", 80 "eslint-import-resolver-typescript": "^2.7.1",
81 "eslint-plugin-import": "^2.26.0", 81 "eslint-plugin-import": "^2.26.0",
82 "eslint-plugin-jest": "^26.1.5", 82 "eslint-plugin-jest": "^26.2.2",
83 "eslint-plugin-jsx-a11y": "^6.5.1", 83 "eslint-plugin-jsx-a11y": "^6.5.1",
84 "eslint-plugin-prettier": "^4.0.0", 84 "eslint-plugin-prettier": "^4.0.0",
85 "eslint-plugin-promise": "^6.0.0", 85 "eslint-plugin-promise": "^6.0.0",
@@ -98,7 +98,7 @@
98 "rimraf": "^3.0.2", 98 "rimraf": "^3.0.2",
99 "simple-git-hooks": "^2.7.0", 99 "simple-git-hooks": "^2.7.0",
100 "typescript": "^4.6.4", 100 "typescript": "^4.6.4",
101 "vite": "^2.9.8" 101 "vite": "^2.9.9"
102 }, 102 },
103 "packageManager": "yarn@3.2.0" 103 "packageManager": "yarn@3.2.0"
104} 104}