aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-04-14 15:02:14 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-16 00:55:00 +0200
commitc855592c20c7c3e6058e71697eefe28cbe89f853 (patch)
tree19b9584e837395245a7d4645f6e0e39f12280a29 /package.json
parentfeat(renderer): Localize window title (diff)
downloadsophie-c855592c20c7c3e6058e71697eefe28cbe89f853.tar.gz
sophie-c855592c20c7c3e6058e71697eefe28cbe89f853.tar.zst
sophie-c855592c20c7c3e6058e71697eefe28cbe89f853.zip
chore(deps): Bump dependencies
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 2ba2b85..1ade0bb 100644
--- a/package.json
+++ b/package.json
@@ -58,41 +58,41 @@
58 "@electron/fuses": "^1.5.0", 58 "@electron/fuses": "^1.5.0",
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.6.0",
62 "@typescript-eslint/eslint-plugin": "^5.17.0", 62 "@typescript-eslint/eslint-plugin": "^5.19.0",
63 "@typescript-eslint/parser": "^5.17.0", 63 "@typescript-eslint/parser": "^5.19.0",
64 "@vitejs/plugin-react": "^1.3.0", 64 "@vitejs/plugin-react": "^1.3.1",
65 "chokidar": "^3.5.3", 65 "chokidar": "^3.5.3",
66 "cross-env": "^7.0.3", 66 "cross-env": "^7.0.3",
67 "electron": "18.0.1", 67 "electron": "18.0.3",
68 "electron-builder": "^22.14.13", 68 "electron-builder": "^23.0.6",
69 "esbuild": "^0.14.29", 69 "esbuild": "^0.14.36",
70 "eslint": "^8.12.0", 70 "eslint": "^8.13.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.4", 73 "eslint-config-airbnb-typescript": "^17.0.0",
74 "eslint-config-prettier": "^8.5.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.7.0", 76 "eslint-import-resolver-typescript": "^2.7.1",
77 "eslint-plugin-import": "^2.25.4", 77 "eslint-plugin-import": "^2.26.0",
78 "eslint-plugin-jest": "^26.1.3", 78 "eslint-plugin-jest": "^26.1.4",
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.29.4", 82 "eslint-plugin-react": "^7.29.4",
83 "eslint-plugin-react-hooks": "^4.4.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.1", 85 "eslint-plugin-unicorn": "^42.0.0",
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.1.0",
90 "nano-staged": "^0.6.0", 90 "nano-staged": "^0.6.0",
91 "prettier": "^2.6.1", 91 "prettier": "^2.6.2",
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.6.3", 94 "typescript": "^4.6.3",
95 "vite": "^2.9.0" 95 "vite": "^2.9.5"
96 }, 96 },
97 "packageManager": "yarn@3.1.1" 97 "packageManager": "yarn@3.1.1"
98} 98}