aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/package.json b/package.json
index e7087faae..495506ad2 100644
--- a/package.json
+++ b/package.json
@@ -60,7 +60,7 @@
60 "@krisdages/electron-process-manager": "3.0.0", 60 "@krisdages/electron-process-manager": "3.0.0",
61 "@mdi/js": "6.9.96", 61 "@mdi/js": "6.9.96",
62 "@mdi/react": "1.6.1", 62 "@mdi/react": "1.6.1",
63 "@octokit/core": "4.0.5", 63 "@octokit/core": "4.1.0",
64 "@superwf/mobx-react-router": "7.4.0", 64 "@superwf/mobx-react-router": "7.4.0",
65 "auto-launch": "5.0.5", 65 "auto-launch": "5.0.5",
66 "btoa": "1.2.1", 66 "btoa": "1.2.1",
@@ -70,7 +70,7 @@
70 "darkreader": "4.9.58", 70 "darkreader": "4.9.58",
71 "dbus-next": "0.10.2", 71 "dbus-next": "0.10.2",
72 "debug": "4.3.4", 72 "debug": "4.3.4",
73 "electron-dl": "3.4.0", 73 "electron-dl": "3.4.1",
74 "electron-find": "1.0.7", 74 "electron-find": "1.0.7",
75 "electron-react-titlebar": "1.2.1", 75 "electron-react-titlebar": "1.2.1",
76 "electron-updater": "5.3.0", 76 "electron-updater": "5.3.0",
@@ -87,7 +87,7 @@
87 "macos-version": "5.2.1", 87 "macos-version": "5.2.1",
88 "markdown-to-jsx": "7.1.7", 88 "markdown-to-jsx": "7.1.7",
89 "mime-types": "2.1.35", 89 "mime-types": "2.1.35",
90 "minimist": "1.2.6", 90 "minimist": "1.2.7",
91 "mobx": "6.6.2", 91 "mobx": "6.6.2",
92 "mobx-localstorage": "1.2.0", 92 "mobx-localstorage": "1.2.0",
93 "mobx-react": "7.5.3", 93 "mobx-react": "7.5.3",
@@ -105,13 +105,13 @@
105 "react-dom": "17.0.2", 105 "react-dom": "17.0.2",
106 "react-dropzone": "11.7.1", 106 "react-dropzone": "11.7.1",
107 "react-electron-web-view": "2.0.1", 107 "react-electron-web-view": "2.0.1",
108 "react-intl": "6.1.2", 108 "react-intl": "6.2.1",
109 "react-jss": "10.9.2", 109 "react-jss": "10.9.2",
110 "react-loader": "2.4.7", 110 "react-loader": "2.4.7",
111 "react-modal": "3.15.1", 111 "react-modal": "3.16.1",
112 "react-router-dom": "6.4.2", 112 "react-router-dom": "6.4.2",
113 "react-sortable-hoc": "2.0.0", 113 "react-sortable-hoc": "2.0.0",
114 "react-tooltip": "4.2.21", 114 "react-tooltip": "4.4.3",
115 "react-topbar-progress-indicator": "4.1.1", 115 "react-topbar-progress-indicator": "4.1.1",
116 "react-transition-group": "1.2.1", 116 "react-transition-group": "1.2.1",
117 "route-parser": "0.0.5", 117 "route-parser": "0.0.5",
@@ -119,25 +119,25 @@
119 "semver": "7.3.8", 119 "semver": "7.3.8",
120 "sqlite3": "5.1.2", 120 "sqlite3": "5.1.2",
121 "tar": "6.1.11", 121 "tar": "6.1.11",
122 "tslib": "2.4.0", 122 "tslib": "2.4.1",
123 "useragent-generator": "1.1.1-amkt-22079-finish.0", 123 "useragent-generator": "1.1.1-amkt-22079-finish.0",
124 "uuid": "8.3.2", 124 "uuid": "8.3.2",
125 "validator": "13.7.0", 125 "validator": "13.7.0",
126 "ws": "8.9.0" 126 "ws": "8.10.0"
127 }, 127 },
128 "devDependencies": { 128 "devDependencies": {
129 "@babel/core": "7.19.3", 129 "@babel/core": "7.19.6",
130 "@babel/eslint-parser": "7.19.1", 130 "@babel/eslint-parser": "7.19.1",
131 "@babel/plugin-proposal-class-properties": "7.18.6", 131 "@babel/plugin-proposal-class-properties": "7.18.6",
132 "@babel/plugin-proposal-decorators": "7.19.3", 132 "@babel/plugin-proposal-decorators": "7.20.0",
133 "@babel/preset-env": "7.19.3", 133 "@babel/preset-env": "7.19.4",
134 "@babel/preset-react": "7.18.6", 134 "@babel/preset-react": "7.18.6",
135 "@babel/preset-typescript": "7.18.6", 135 "@babel/preset-typescript": "7.18.6",
136 "@babel/register": "7.18.9", 136 "@babel/register": "7.18.9",
137 "@commitlint/cli": "17.1.2", 137 "@commitlint/cli": "17.2.0",
138 "@commitlint/config-conventional": "17.1.0", 138 "@commitlint/config-conventional": "17.2.0",
139 "@electron/notarize": "1.2.3", 139 "@electron/notarize": "1.2.3",
140 "@formatjs/cli": "5.1.1", 140 "@formatjs/cli": "5.1.3",
141 "@types/color": "3.0.3", 141 "@types/color": "3.0.3",
142 "@types/expect.js": "0.3.29", 142 "@types/expect.js": "0.3.29",
143 "@types/fs-extra": "9.0.13", 143 "@types/fs-extra": "9.0.13",
@@ -151,7 +151,7 @@
151 "@types/gulp-sass-variables": "1.2.2", 151 "@types/gulp-sass-variables": "1.2.2",
152 "@types/gulp-terser": "1.2.1", 152 "@types/gulp-terser": "1.2.1",
153 "@types/jest": "28.1.4", 153 "@types/jest": "28.1.4",
154 "@types/lodash": "4.14.186", 154 "@types/lodash": "4.14.187",
155 "@types/mime-types": "2.1.1", 155 "@types/mime-types": "2.1.1",
156 "@types/ms": "0.7.31", 156 "@types/ms": "0.7.31",
157 "@types/node": "16.11.33", 157 "@types/node": "16.11.33",
@@ -161,17 +161,17 @@
161 "@types/sass": "1.43.1", 161 "@types/sass": "1.43.1",
162 "@types/tar": "6.1.3", 162 "@types/tar": "6.1.3",
163 "@types/uuid": "8.3.4", 163 "@types/uuid": "8.3.4",
164 "@types/validator": "13.7.7", 164 "@types/validator": "13.7.10",
165 "@typescript-eslint/eslint-plugin": "5.38.1", 165 "@typescript-eslint/eslint-plugin": "5.42.0",
166 "@typescript-eslint/parser": "5.38.1", 166 "@typescript-eslint/parser": "5.42.0",
167 "all-contributors-cli": "6.23.1", 167 "all-contributors-cli": "6.24.0",
168 "babel-plugin-formatjs": "10.3.29", 168 "babel-plugin-formatjs": "10.3.31",
169 "concurrently": "7.4.0", 169 "concurrently": "7.5.0",
170 "cross-env": "7.0.3", 170 "cross-env": "7.0.3",
171 "dotenv": "16.0.3", 171 "dotenv": "16.0.3",
172 "electron": "21.2.1", 172 "electron": "21.2.1",
173 "electron-builder": "23.6.0", 173 "electron-builder": "23.6.0",
174 "eslint": "8.25.0", 174 "eslint": "8.26.0",
175 "eslint-config-airbnb": "19.0.4", 175 "eslint-config-airbnb": "19.0.4",
176 "eslint-config-airbnb-typescript": "17.0.0", 176 "eslint-config-airbnb-typescript": "17.0.0",
177 "eslint-config-prettier": "8.5.0", 177 "eslint-config-prettier": "8.5.0",
@@ -179,7 +179,7 @@
179 "eslint-plugin-jest": "26.5.3", 179 "eslint-plugin-jest": "26.5.3",
180 "eslint-plugin-jsx-a11y": "6.6.1", 180 "eslint-plugin-jsx-a11y": "6.6.1",
181 "eslint-plugin-prettier": "4.2.1", 181 "eslint-plugin-prettier": "4.2.1",
182 "eslint-plugin-react": "7.31.9", 182 "eslint-plugin-react": "7.31.10",
183 "eslint-plugin-react-hooks": "4.6.0", 183 "eslint-plugin-react-hooks": "4.6.0",
184 "eslint-plugin-unicorn": "42.0.0", 184 "eslint-plugin-unicorn": "42.0.0",
185 "gulp": "4.0.2", 185 "gulp": "4.0.2",
@@ -198,7 +198,7 @@
198 "husky": "8.0.1", 198 "husky": "8.0.1",
199 "is-ci": "3.0.1", 199 "is-ci": "3.0.1",
200 "jest": "28.1.2", 200 "jest": "28.1.2",
201 "kebab-case": "1.0.1", 201 "kebab-case": "1.0.2",
202 "prettier": "2.7.1", 202 "prettier": "2.7.1",
203 "preval-build-info": "1.0.3", 203 "preval-build-info": "1.0.3",
204 "rimraf": "3.0.2", 204 "rimraf": "3.0.2",