aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-08-03 06:38:43 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-08-03 17:13:13 +0530
commit6c054e8be6118aa048977ac7c574dcdffabee8bd (patch)
tree5f43a869393471dc80bf9f463b0b62e9fb6b2d62
parent6.0.1-nightly.8 [skip ci] (diff)
downloadferdium-app-6c054e8be6118aa048977ac7c574dcdffabee8bd.tar.gz
ferdium-app-6c054e8be6118aa048977ac7c574dcdffabee8bd.tar.zst
ferdium-app-6c054e8be6118aa048977ac7c574dcdffabee8bd.zip
Revert to older working version of 'macos-notification-state'
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
2 files changed, 6 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 485e78bdd..baf0a9d8d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -170,7 +170,7 @@
170 "npm": "8.14.0" 170 "npm": "8.14.0"
171 }, 171 },
172 "optionalDependencies": { 172 "optionalDependencies": {
173 "macos-notification-state": "github:ferdium/macos-notification-state#0a168f5b1f94c1fd3c08272b8348884efdc83b83", 173 "macos-notification-state": "github:nbashkankov/macos-notification-state#fix-monterey-detect",
174 "node-mac-permissions": "2.2.1" 174 "node-mac-permissions": "2.2.1"
175 } 175 }
176 }, 176 },
@@ -18110,9 +18110,8 @@
18110 } 18110 }
18111 }, 18111 },
18112 "node_modules/macos-notification-state": { 18112 "node_modules/macos-notification-state": {
18113 "version": "2.0.1", 18113 "version": "1.3.6",
18114 "resolved": "git+ssh://git@github.com/ferdium/macos-notification-state.git#0a168f5b1f94c1fd3c08272b8348884efdc83b83", 18114 "resolved": "git+ssh://git@github.com/nbashkankov/macos-notification-state.git#c7959ecf657020a70b2720d1051fc5a3e4ecb118",
18115 "integrity": "sha512-Uzh3XrSNjxDx7Nf7zoREwRrKFhKagZ0Tij53lvVK8GObWUjGhfEdDeX0UR/IZDj0f7ac62GHAMJBIg+sruOjyA==",
18116 "hasInstallScript": true, 18115 "hasInstallScript": true,
18117 "license": "MIT", 18116 "license": "MIT",
18118 "optional": true, 18117 "optional": true,
@@ -41428,9 +41427,8 @@
41428 } 41427 }
41429 }, 41428 },
41430 "macos-notification-state": { 41429 "macos-notification-state": {
41431 "version": "git+ssh://git@github.com/ferdium/macos-notification-state.git#0a168f5b1f94c1fd3c08272b8348884efdc83b83", 41430 "version": "git+ssh://git@github.com/nbashkankov/macos-notification-state.git#c7959ecf657020a70b2720d1051fc5a3e4ecb118",
41432 "integrity": "sha512-Uzh3XrSNjxDx7Nf7zoREwRrKFhKagZ0Tij53lvVK8GObWUjGhfEdDeX0UR/IZDj0f7ac62GHAMJBIg+sruOjyA==", 41431 "from": "macos-notification-state@github:nbashkankov/macos-notification-state#fix-monterey-detect",
41433 "from": "macos-notification-state@github:ferdium/macos-notification-state#0a168f5b1f94c1fd3c08272b8348884efdc83b83",
41434 "optional": true, 41432 "optional": true,
41435 "requires": { 41433 "requires": {
41436 "bindings": "^1.5.0" 41434 "bindings": "^1.5.0"
diff --git a/package.json b/package.json
index ab005a123..238874baa 100644
--- a/package.json
+++ b/package.json
@@ -201,7 +201,7 @@
201 "webpack-dev-server": "4.9.3" 201 "webpack-dev-server": "4.9.3"
202 }, 202 },
203 "optionalDependencies": { 203 "optionalDependencies": {
204 "macos-notification-state": "github:ferdium/macos-notification-state#0a168f5b1f94c1fd3c08272b8348884efdc83b83", 204 "macos-notification-state": "github:nbashkankov/macos-notification-state#fix-monterey-detect",
205 "node-mac-permissions": "2.2.1" 205 "node-mac-permissions": "2.2.1"
206 }, 206 },
207 "browserslist": [ 207 "browserslist": [