aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
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 f3bdcd3..a3754dd 100644
--- a/package.json
+++ b/package.json
@@ -34,16 +34,16 @@
34 "packages/shared" 34 "packages/shared"
35 ], 35 ],
36 "devDependencies": { 36 "devDependencies": {
37 "@typescript-eslint/eslint-plugin": "5.8.0", 37 "@typescript-eslint/eslint-plugin": "^5.8.0",
38 "@typescript-eslint/parser": "^5.8.0", 38 "@typescript-eslint/parser": "^5.8.0",
39 "cross-env": "7.0.3", 39 "cross-env": "^7.0.3",
40 "electron": "16.0.5", 40 "electron": "16.0.5",
41 "electron-builder": "22.14.11", 41 "electron-builder": "^22.14.11",
42 "eslint": "8.5.0", 42 "eslint": "^8.5.0",
43 "rimraf": "^3.0.2", 43 "rimraf": "^3.0.2",
44 "rollup": "^2.61.1", 44 "rollup": "^2.61.1",
45 "typescript": "4.5.4", 45 "typescript": "^4.5.4",
46 "vite": "2.7.6" 46 "vite": "^2.7.6"
47 }, 47 },
48 "packageManager": "yarn@3.1.1" 48 "packageManager": "yarn@3.1.1"
49} 49}