aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-25 17:34:12 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-05-26 00:45:04 +0200
commit8371ef1f29e879d980da966b5c3342b216c6f61b (patch)
treefab4929c8ec9c6c78587323562663cf835bd5bf2 /package.json
parentfix(main): show location bar menu item enable (diff)
downloadsophie-8371ef1f29e879d980da966b5c3342b216c6f61b.tar.gz
sophie-8371ef1f29e879d980da966b5c3342b216c6f61b.tar.zst
sophie-8371ef1f29e879d980da966b5c3342b216c6f61b.zip
chore(deps): bump dependencies
Signed-off-by: Kristóf Marussy <kristof@marussy.com>
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 a7d9c0d..512adf4 100644
--- a/package.json
+++ b/package.json
@@ -63,15 +63,15 @@
63 "@types/is-ci": "^3.0.0", 63 "@types/is-ci": "^3.0.0",
64 "@types/jest": "^27.5.1", 64 "@types/jest": "^27.5.1",
65 "@types/prettier": "^2.6.1", 65 "@types/prettier": "^2.6.1",
66 "@typescript-eslint/eslint-plugin": "^5.23.0", 66 "@typescript-eslint/eslint-plugin": "^5.26.0",
67 "@typescript-eslint/parser": "^5.23.0", 67 "@typescript-eslint/parser": "^5.26.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.6", 71 "electron": "^19.0.1",
72 "electron-builder": "^23.0.9", 72 "electron-builder": "^23.0.9",
73 "esbuild": "^0.14.39", 73 "esbuild": "^0.14.39",
74 "eslint": "^8.15.0", 74 "eslint": "^8.16.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",
77 "eslint-config-airbnb-typescript": "^17.0.0", 77 "eslint-config-airbnb-typescript": "^17.0.0",
@@ -83,7 +83,7 @@
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",
86 "eslint-plugin-react": "^7.29.4", 86 "eslint-plugin-react": "^7.30.0",
87 "eslint-plugin-react-hooks": "^4.5.0", 87 "eslint-plugin-react-hooks": "^4.5.0",
88 "eslint-plugin-security": "^1.5.0", 88 "eslint-plugin-security": "^1.5.0",
89 "eslint-plugin-unicorn": "^42.0.0", 89 "eslint-plugin-unicorn": "^42.0.0",
@@ -97,7 +97,7 @@
97 "prettier": "^2.6.2", 97 "prettier": "^2.6.2",
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.7.2",
101 "vite": "^2.9.9" 101 "vite": "^2.9.9"
102 }, 102 },
103 "packageManager": "yarn@3.2.0" 103 "packageManager": "yarn@3.2.0"