aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-24 05:23:01 -0500
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-04-24 06:12:36 -0500
commit20f91c8094fd1ba26d21f41874ed75a621a1d549 (patch)
treef5cc5f2265a7816901b6df2342b8ffa9280607fc /package.json
parentAdded missing fields into the GH issue template [skip ci] (diff)
downloadferdium-app-20f91c8094fd1ba26d21f41874ed75a621a1d549.tar.gz
ferdium-app-20f91c8094fd1ba26d21f41874ed75a621a1d549.tar.zst
ferdium-app-20f91c8094fd1ba26d21f41874ed75a621a1d549.zip
Made 'macos-notification-state' an optional dependency so that it doesn't affect non-mac builds; Updated many node modules
Diffstat (limited to 'package.json')
-rw-r--r--package.json132
1 files changed, 66 insertions, 66 deletions
diff --git a/package.json b/package.json
index 67ddfed4b..0f07528bc 100644
--- a/package.json
+++ b/package.json
@@ -43,51 +43,50 @@
43 }, 43 },
44 "keywords": [], 44 "keywords": [],
45 "dependencies": { 45 "dependencies": {
46 "@adonisjs/ace": "^5.0.8", 46 "@adonisjs/ace": "^5.1.0",
47 "@adonisjs/auth": "^3.1.0", 47 "@adonisjs/auth": "^3.2.0",
48 "@adonisjs/bodyparser": "^2.0.9", 48 "@adonisjs/bodyparser": "^2.3.0",
49 "@adonisjs/cors": "^1.0.7", 49 "@adonisjs/cors": "^1.0.7",
50 "@adonisjs/drive": "^1.0.4", 50 "@adonisjs/drive": "^1.0.4",
51 "@adonisjs/fold": "^4.0.9", 51 "@adonisjs/fold": "^4.1.0",
52 "@adonisjs/framework": "^5.0.13", 52 "@adonisjs/framework": "^5.0.13",
53 "@adonisjs/ignitor": "^2.0.8", 53 "@adonisjs/ignitor": "^2.0.8",
54 "@adonisjs/lucid": "^6.1.3", 54 "@adonisjs/lucid": "^6.3.0",
55 "@adonisjs/session": "^1.0.29", 55 "@adonisjs/session": "^1.1.0",
56 "@adonisjs/shield": "^1.0.8", 56 "@adonisjs/shield": "^1.1.0",
57 "@adonisjs/validator": "^5.0.6", 57 "@adonisjs/validator": "^5.1.0",
58 "@electron/remote": "2.0.8", 58 "@electron/remote": "2.0.8",
59 "@mdi/js": "^6.3.95", 59 "@mdi/js": "^6.6.96",
60 "@mdi/react": "^1.5.0", 60 "@mdi/react": "^1.6.0",
61 "@sentry/electron": "^2.5.4", 61 "@sentry/electron": "^2.5.4",
62 "auto-launch": "^5.0.5", 62 "auto-launch": "^5.0.5",
63 "btoa": "^1.2.1", 63 "btoa": "^1.2.1",
64 "classnames": "^2.3.1", 64 "classnames": "^2.3.1",
65 "cld": "^2.7.1", 65 "cld": "^2.7.1",
66 "color": "^4.0.1", 66 "color": "^4.2.3",
67 "csstype": "^3.0.9", 67 "csstype": "^3.0.11",
68 "darkreader": "^4.9.39", 68 "darkreader": "^4.9.46",
69 "dbus-next": "^0.10.2", 69 "dbus-next": "^0.10.2",
70 "debug": "4.3.4", 70 "debug": "4.3.4",
71 "electron-dl": "^3.2.1", 71 "electron-dl": "^3.3.1",
72 "electron-find": "^1.0.7", 72 "electron-find": "^1.0.7",
73 "electron-react-titlebar": "^1.1.0", 73 "electron-react-titlebar": "^1.1.0",
74 "electron-updater": "^4.6.5", 74 "electron-updater": "^4.6.5",
75 "electron-window-state": "^5.0.3", 75 "electron-window-state": "^5.0.3",
76 "fast-folder-size": "^1.5.0", 76 "fast-folder-size": "^1.6.1",
77 "fs-extra": "^10.0.0", 77 "fs-extra": "^10.1.0",
78 "jsonwebtoken": "^8.5.1", 78 "jsonwebtoken": "^8.5.1",
79 "jss": "^10.8.1", 79 "jss": "^10.9.0",
80 "lodash": "^4.17.21", 80 "lodash": "^4.17.21",
81 "macos-notification-state": "github:nbashkankov/macos-notification-state#fix-monterey-detect",
82 "macos-version": "^5.2.1", 81 "macos-version": "^5.2.1",
83 "mime-types": "^2.1.33", 82 "mime-types": "^2.1.35",
84 "minimist": "^1.2.6", 83 "minimist": "^1.2.6",
85 "mobx": "^5.15.0", 84 "mobx": "^5.15.7",
86 "mobx-localstorage": "^1.2.0", 85 "mobx-localstorage": "^1.2.0",
87 "mobx-react": "^6.3.1", 86 "mobx-react": "^6.3.1",
88 "mobx-react-form": "^2.0.9", 87 "mobx-react-form": "^2.0.9",
89 "mobx-react-router": "^3.1.2", 88 "mobx-react-router": "^3.1.2",
90 "moment": "^2.29.1", 89 "moment": "^2.29.3",
91 "ms": "^2.1.3", 90 "ms": "^2.1.3",
92 "node-fetch": "^2.6.7", 91 "node-fetch": "^2.6.7",
93 "normalize-url": "^6.1.0", 92 "normalize-url": "^6.1.0",
@@ -98,70 +97,70 @@
98 "react-addons-css-transition-group": "^15.6.2", 97 "react-addons-css-transition-group": "^15.6.2",
99 "react-confetti": "^6.0.1", 98 "react-confetti": "^6.0.1",
100 "react-dom": "^17.0.2", 99 "react-dom": "^17.0.2",
101 "react-dropzone": "^11.4.2", 100 "react-dropzone": "^11.7.1",
102 "react-electron-web-view": "^2.0.1", 101 "react-electron-web-view": "^2.0.1",
103 "react-intl": "^5.24.1", 102 "react-intl": "^5.25.0",
104 "react-jss": "^10.8.2", 103 "react-jss": "^10.9.0",
105 "react-loader": "^2.4.7", 104 "react-loader": "^2.4.7",
106 "react-modal": "^3.14.3", 105 "react-modal": "^3.14.4",
107 "react-router": "^3.2.6", 106 "react-router": "^3.2.6",
108 "react-sortable-hoc": "^2.0.0", 107 "react-sortable-hoc": "^2.0.0",
109 "react-tooltip": "^4.2.21", 108 "react-tooltip": "^4.2.21",
110 "route-parser": "^0.0.5", 109 "route-parser": "^0.0.5",
111 "semver": "^7.3.5", 110 "semver": "^7.3.7",
112 "sqlite3": "5.0.5", 111 "sqlite3": "5.0.5",
113 "tar": "^6.1.11", 112 "tar": "^6.1.11",
114 "tslib": "^2.3.1", 113 "tslib": "^2.4.0",
115 "useragent-generator": "^1.1.1-amkt-22079-finish.0", 114 "useragent-generator": "^1.1.1-amkt-22079-finish.0",
116 "uuid": "^8.3.2", 115 "uuid": "^8.3.2",
117 "validator": "^13.6.0", 116 "validator": "^13.7.0",
118 "ws": "^8.4.0" 117 "ws": "^8.5.0"
119 }, 118 },
120 "devDependencies": { 119 "devDependencies": {
121 "@babel/core": "^7.17.9", 120 "@babel/core": "^7.17.9",
122 "@babel/eslint-parser": "^7.16.3", 121 "@babel/eslint-parser": "^7.17.0",
123 "@babel/plugin-proposal-class-properties": "^7.16.7", 122 "@babel/plugin-proposal-class-properties": "^7.16.7",
124 "@babel/plugin-proposal-decorators": "^7.16.7", 123 "@babel/plugin-proposal-decorators": "^7.17.9",
125 "@babel/preset-env": "^7.16.7", 124 "@babel/preset-env": "^7.16.11",
126 "@babel/preset-react": "^7.16.7", 125 "@babel/preset-react": "^7.16.7",
127 "@babel/register": "^7.16.7", 126 "@babel/register": "^7.17.7",
128 "@commitlint/cli": "^15.0.0", 127 "@commitlint/cli": "^15.0.0",
129 "@commitlint/config-conventional": "^15.0.0", 128 "@commitlint/config-conventional": "^15.0.0",
130 "@formatjs/cli": "^4.7.0", 129 "@formatjs/cli": "^4.8.3",
131 "@types/color": "^3.0.2", 130 "@types/color": "^3.0.3",
132 "@types/expect.js": "^0.3.29", 131 "@types/expect.js": "^0.3.29",
133 "@types/fs-extra": "^9.0.13", 132 "@types/fs-extra": "^9.0.13",
134 "@types/lodash": "^4.14.176", 133 "@types/lodash": "^4.14.182",
135 "@types/mime-types": "^2.1.1", 134 "@types/mime-types": "^2.1.1",
136 "@types/mocha": "^9.0.0", 135 "@types/mocha": "^9.1.1",
137 "@types/ms": "^0.7.31", 136 "@types/ms": "^0.7.31",
138 "@types/node": "^16.11.6", 137 "@types/node": "^16.11.27",
139 "@types/react": "^17.0.38", 138 "@types/react": "^17.0.44",
140 "@types/react-dom": "^17.0.10", 139 "@types/react-dom": "^17.0.15",
141 "@types/route-parser": "^0.1.3", 140 "@types/route-parser": "^0.1.4",
142 "@types/tar": "^6.1.0", 141 "@types/tar": "^6.1.1",
143 "@types/uuid": "^8.3.4", 142 "@types/uuid": "^8.3.4",
144 "@types/validator": "^13.7.1", 143 "@types/validator": "^13.7.2",
145 "@typescript-eslint/eslint-plugin": "^5.9.0", 144 "@typescript-eslint/eslint-plugin": "^5.20.0",
146 "@typescript-eslint/parser": "^5.9.0", 145 "@typescript-eslint/parser": "^5.20.0",
147 "all-contributors-cli": "^6.20.0", 146 "all-contributors-cli": "^6.20.0",
148 "babel-plugin-formatjs": "^10.3.14", 147 "babel-plugin-formatjs": "^10.3.19",
149 "concurrently": "^7.0.0", 148 "concurrently": "^7.1.0",
150 "cross-env": "^7.0.3", 149 "cross-env": "^7.0.3",
151 "dotenv": "^10.0.0", 150 "dotenv": "^10.0.0",
152 "electron": "18.1.0", 151 "electron": "18.1.0",
153 "electron-builder": "23.0.7", 152 "electron-builder": "23.0.8",
154 "electron-notarize": "^1.1.1", 153 "electron-notarize": "^1.2.1",
155 "eslint": "^8.6.0", 154 "eslint": "^8.13.0",
156 "eslint-config-airbnb": "^19.0.4", 155 "eslint-config-airbnb": "^19.0.4",
157 "eslint-config-airbnb-typescript": "^16.0.0", 156 "eslint-config-airbnb-typescript": "^16.2.0",
158 "eslint-config-prettier": "^8.3.0", 157 "eslint-config-prettier": "^8.5.0",
159 "eslint-plugin-import": "^2.25.4", 158 "eslint-plugin-import": "^2.26.0",
160 "eslint-plugin-jest": "^25.3.4", 159 "eslint-plugin-jest": "^25.7.0",
161 "eslint-plugin-jsx-a11y": "^6.5.1", 160 "eslint-plugin-jsx-a11y": "^6.5.1",
162 "eslint-plugin-prettier": "^4.0.0", 161 "eslint-plugin-prettier": "^4.0.0",
163 "eslint-plugin-react": "^7.28.0", 162 "eslint-plugin-react": "^7.29.4",
164 "eslint-plugin-react-hooks": "^4.3.0", 163 "eslint-plugin-react-hooks": "^4.4.0",
165 "eslint-plugin-unicorn": "^39.0.0", 164 "eslint-plugin-unicorn": "^39.0.0",
166 "expect.js": "^0.3.1", 165 "expect.js": "^0.3.1",
167 "gulp": "^4.0.2", 166 "gulp": "^4.0.2",
@@ -180,26 +179,27 @@
180 "html-webpack-plugin": "^4.5.2", 179 "html-webpack-plugin": "^4.5.2",
181 "husky": "^7.0.4", 180 "husky": "^7.0.4",
182 "is-ci": "^3.0.1", 181 "is-ci": "^3.0.1",
183 "jest": "^27.4.7", 182 "jest": "^27.5.1",
184 "kebab-case": "^1.0.1", 183 "kebab-case": "^1.0.1",
185 "mocha": "^9.1.3", 184 "mocha": "^9.2.2",
186 "node-gyp": "9.0.0", 185 "node-gyp": "9.0.0",
187 "prettier": "^2.4.1", 186 "prettier": "^2.6.2",
188 "preval-build-info": "^1.0.3", 187 "preval-build-info": "^1.0.3",
189 "rimraf": "^3.0.2", 188 "rimraf": "^3.0.2",
190 "sass": "^1.47.0", 189 "sass": "^1.50.1",
191 "simple-git": "^3.3.0", 190 "simple-git": "^3.7.0",
192 "ts-loader": "^5.4.5", 191 "ts-loader": "^5.4.5",
193 "ts-mocha": "^8.0.0", 192 "ts-mocha": "^8.0.0",
194 "ts-node": "^10.2.1", 193 "ts-node": "^10.7.0",
195 "typescript": "^4.5.4", 194 "typescript": "^4.6.3",
196 "wait-on": "^6.0.0", 195 "wait-on": "^6.0.1",
197 "webpack": "^4.46.0", 196 "webpack": "^4.46.0",
198 "webpack-cli": "^3.3.12", 197 "webpack-cli": "^3.3.12",
199 "webpack-dev-server": "^3.11.2" 198 "webpack-dev-server": "^3.11.3"
200 }, 199 },
201 "optionalDependencies": { 200 "optionalDependencies": {
202 "node-mac-permissions": "git@github.com:vraravam/node-mac-permissions.git#3cffec37379e6584627d831611a8ff12b57bbcdb" 201 "macos-notification-state": "github:nbashkankov/macos-notification-state#fix-monterey-detect",
202 "node-mac-permissions": "github:codebytere/node-mac-permissions#e5519ad11e02768bfa2f6bbbdd74ff4030d5341d"
203 }, 203 },
204 "browserslist": [ 204 "browserslist": [
205 "last 2 Chrome versions" 205 "last 2 Chrome versions"