aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2023-09-20 00:29:22 +0200
committerLibravatar GitHub <noreply@github.com>2023-09-19 22:29:22 +0000
commit9c26dc77c149dd9f7691803a621749bd2982cf25 (patch)
tree7345b89259cf7c064a449e181b9395d3247c6985 /package.json
parent6.5.0-nightly.14 [skip ci] (diff)
downloadferdium-app-9c26dc77c149dd9f7691803a621749bd2982cf25.tar.gz
ferdium-app-9c26dc77c149dd9f7691803a621749bd2982cf25.tar.zst
ferdium-app-9c26dc77c149dd9f7691803a621749bd2982cf25.zip
chore: upgrade all non major dependencies (#1358)
- upgrade all non-major dependencies to latest - add ts-expect-error to code which errors due to typescript upgrade
Diffstat (limited to 'package.json')
-rw-r--r--package.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/package.json b/package.json
index a33fc187c..f70913f32 100644
--- a/package.json
+++ b/package.json
@@ -67,10 +67,10 @@
67 "@krisdages/electron-process-manager": "3.0.0", 67 "@krisdages/electron-process-manager": "3.0.0",
68 "@mdi/js": "7.2.96", 68 "@mdi/js": "7.2.96",
69 "@mdi/react": "1.6.1", 69 "@mdi/react": "1.6.1",
70 "@mui/icons-material": "5.14.7", 70 "@mui/icons-material": "5.14.9",
71 "@mui/material": "5.14.7", 71 "@mui/material": "5.14.10",
72 "@octokit/core": "5.0.0", 72 "@octokit/core": "5.0.0",
73 "@sentry/electron": "4.1.2", 73 "@sentry/electron": "4.10.0",
74 "@superwf/mobx-react-router": "7.4.0", 74 "@superwf/mobx-react-router": "7.4.0",
75 "auto-launch": "5.0.6", 75 "auto-launch": "5.0.6",
76 "classnames": "2.3.2", 76 "classnames": "2.3.2",
@@ -99,7 +99,7 @@
99 "mobx": "6.10.2", 99 "mobx": "6.10.2",
100 "mobx-localstorage": "1.2.0", 100 "mobx-localstorage": "1.2.0",
101 "mobx-react": "7.6.0", 101 "mobx-react": "7.6.0",
102 "mobx-react-form": "6.3.6", 102 "mobx-react-form": "6.3.7",
103 "moment": "2.29.4", 103 "moment": "2.29.4",
104 "ms": "2.1.3", 104 "ms": "2.1.3",
105 "node-fetch": "2.6.11", 105 "node-fetch": "2.6.11",
@@ -114,53 +114,53 @@
114 "react-dom": "18.2.0", 114 "react-dom": "18.2.0",
115 "react-dropzone": "14.2.3", 115 "react-dropzone": "14.2.3",
116 "react-electron-web-view": "2.0.1", 116 "react-electron-web-view": "2.0.1",
117 "react-intl": "6.4.4", 117 "react-intl": "6.4.7",
118 "react-jss": "10.10.0", 118 "react-jss": "10.10.0",
119 "react-loader": "2.4.7", 119 "react-loader": "2.4.7",
120 "react-modal": "3.16.1", 120 "react-modal": "3.16.1",
121 "react-router-dom": "6.15.0", 121 "react-router-dom": "6.15.0",
122 "react-sortable-hoc": "2.0.0", 122 "react-sortable-hoc": "2.0.0",
123 "react-tooltip": "5.20.0", 123 "react-tooltip": "5.21.4",
124 "react-topbar-progress-indicator": "4.1.1", 124 "react-topbar-progress-indicator": "4.1.1",
125 "react-transition-group": "4.4.5", 125 "react-transition-group": "4.4.5",
126 "route-parser": "0.0.5", 126 "route-parser": "0.0.5",
127 "sanitize-filename": "1.6.3", 127 "sanitize-filename": "1.6.3",
128 "semver": "7.5.4", 128 "semver": "7.5.4",
129 "sqlite3": "5.1.6", 129 "sqlite3": "5.1.6",
130 "tar": "6.1.15", 130 "tar": "6.2.0",
131 "tslib": "2.6.2", 131 "tslib": "2.6.2",
132 "useragent-generator": "1.1.1-amkt-22079-finish.0", 132 "useragent-generator": "1.1.1-amkt-22079-finish.0",
133 "uuid": "9.0.0", 133 "uuid": "9.0.1",
134 "validator": "13.11.0", 134 "validator": "13.11.0",
135 "ws": "8.13.0" 135 "ws": "8.14.2"
136 }, 136 },
137 "devDependencies": { 137 "devDependencies": {
138 "@commitlint/cli": "17.7.1", 138 "@commitlint/cli": "17.7.1",
139 "@commitlint/config-conventional": "17.7.0", 139 "@commitlint/config-conventional": "17.7.0",
140 "@electron/notarize": "1.2.3", 140 "@electron/notarize": "1.2.3",
141 "@formatjs/cli": "6.1.3", 141 "@formatjs/cli": "6.1.5",
142 "@jest/types": "29.6.3", 142 "@jest/types": "29.6.3",
143 "@types/auto-launch": "5.0.2", 143 "@types/auto-launch": "5.0.2",
144 "@types/color": "3.0.3", 144 "@types/color": "3.0.4",
145 "@types/fs-extra": "11.0.1", 145 "@types/fs-extra": "11.0.2",
146 "@types/jest": "29.5.4", 146 "@types/jest": "29.5.5",
147 "@types/lodash": "4.14.197", 147 "@types/lodash": "4.14.198",
148 "@types/minimist": "1.2.2", 148 "@types/minimist": "1.2.2",
149 "@types/ms": "0.7.31", 149 "@types/ms": "0.7.31",
150 "@types/node": "18.15.3", 150 "@types/node": "18.15.3",
151 "@types/prop-types": "15.7.5", 151 "@types/prop-types": "15.7.6",
152 "@types/react": "18.2.21", 152 "@types/react": "18.2.22",
153 "@types/react-color": "3.0.6", 153 "@types/react-color": "3.0.6",
154 "@types/react-dom": "18.2.7", 154 "@types/react-dom": "18.2.7",
155 "@types/react-loader": "2.4.5", 155 "@types/react-loader": "2.4.5",
156 "@types/react-transition-group": "4.4.6", 156 "@types/react-transition-group": "4.4.6",
157 "@types/route-parser": "0.1.4", 157 "@types/route-parser": "0.1.4",
158 "@types/semver": "7.5.1", 158 "@types/semver": "7.5.2",
159 "@types/tar": "6.1.5", 159 "@types/tar": "6.1.6",
160 "@types/uuid": "9.0.3", 160 "@types/uuid": "9.0.4",
161 "@types/validator": "13.11.1", 161 "@types/validator": "13.11.1",
162 "@typescript-eslint/eslint-plugin": "6.4.0", 162 "@typescript-eslint/eslint-plugin": "6.7.2",
163 "@typescript-eslint/parser": "6.4.0", 163 "@typescript-eslint/parser": "6.7.2",
164 "all-contributors-cli": "6.26.1", 164 "all-contributors-cli": "6.26.1",
165 "chalk": "5.3.0", 165 "chalk": "5.3.0",
166 "concurrently": "8.2.1", 166 "concurrently": "8.2.1",
@@ -170,8 +170,8 @@
170 "esbuild": "0.16.17", 170 "esbuild": "0.16.17",
171 "esbuild-plugin-copy": "2.1.1", 171 "esbuild-plugin-copy": "2.1.1",
172 "esbuild-runner": "2.2.2", 172 "esbuild-runner": "2.2.2",
173 "esbuild-sass-plugin": "2.10.0", 173 "esbuild-sass-plugin": "2.15.0",
174 "eslint": "8.47.0", 174 "eslint": "8.49.0",
175 "eslint-config-airbnb": "19.0.4", 175 "eslint-config-airbnb": "19.0.4",
176 "eslint-config-airbnb-typescript": "17.1.0", 176 "eslint-config-airbnb-typescript": "17.1.0",
177 "eslint-config-prettier": "8.8.0", 177 "eslint-config-prettier": "8.8.0",
@@ -186,14 +186,14 @@
186 "gulp-livereload": "4.0.2", 186 "gulp-livereload": "4.0.2",
187 "husky": "8.0.3", 187 "husky": "8.0.3",
188 "is-ci": "3.0.1", 188 "is-ci": "3.0.1",
189 "jest": "29.6.4", 189 "jest": "29.7.0",
190 "prettier": "3.0.3", 190 "prettier": "3.0.3",
191 "preval-build-info": "1.0.3", 191 "preval-build-info": "1.0.3",
192 "rimraf": "5.0.1", 192 "rimraf": "5.0.1",
193 "simple-git": "3.19.1", 193 "simple-git": "3.19.1",
194 "tiny-glob": "0.2.9", 194 "tiny-glob": "0.2.9",
195 "ts-node": "10.9.1", 195 "ts-node": "10.9.1",
196 "typescript": "5.0.4", 196 "typescript": "5.2.2",
197 "wait-on": "7.0.1" 197 "wait-on": "7.0.1"
198 }, 198 },
199 "pnpm": { 199 "pnpm": {