Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmohta committed Aug 6, 2022
1 parent 11f4023 commit 4b39db4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Messenger Black: Scheduled Dark Mode",
"short_name": "Messenger Black",
"version": "1.4",
"version": "1.4.1",
"description": "Scheduled Dark Mode for Facebook Messenger, now including Sunset to Sunrise controls.",
"permissions": ["storage", "tabs", "https://*.messenger.com/*"],

Expand Down
10 changes: 5 additions & 5 deletions chrome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.26",
"axios": "^0.27",
"css-loader": "^6.7.1",
"dotenv-webpack": "^7.0",
"mini-css-extract-plugin": "^2.6.0",
"dotenv-webpack": "^8.0",
"mini-css-extract-plugin": "^2.6",
"suncalc": "^1.8",
"webpack": "^5.51",
"webpack-cli": "^4.8"
"webpack": "^5.74",
"webpack-cli": "^4.10"
}
}
2 changes: 1 addition & 1 deletion chrome/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1 id="title" class="fixed">Messenger Black</h1>
<input id="sunsetToSunrise" class="radio-button" type="radio" name="scheduling" value="sunsetToSunrise"><span class="radio-text">Sunset to Sunrise</span></input>
</div>
<div id="copyright" class="fixed">
<h6>Copyright &copy; 2018-2020 Ryan Mohta.<br>All rights reserved.</h6>
<h6>Copyright &copy; 2018-2022 Ryan Mohta.<br>All rights reserved.</h6>
</div>

</body>
Expand Down
16 changes: 8 additions & 8 deletions safari/Messenger Black.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -427,14 +427,14 @@
CODE_SIGN_ENTITLEMENTS = "app/Messenger Black.entitlements";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 16;
CURRENT_PROJECT_VERSION = 17;
DEVELOPMENT_TEAM = XX2UC95MTQ;
INFOPLIST_FILE = app/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.4;
MARKETING_VERSION = 1.4.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.ryanmohta.Messenger-Black";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -449,14 +449,14 @@
CODE_SIGN_ENTITLEMENTS = "app/Messenger Black.entitlements";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 16;
CURRENT_PROJECT_VERSION = 17;
DEVELOPMENT_TEAM = XX2UC95MTQ;
INFOPLIST_FILE = app/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.4;
MARKETING_VERSION = 1.4.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.ryanmohta.Messenger-Black";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -468,15 +468,15 @@
buildSettings = {
CODE_SIGN_ENTITLEMENTS = "extension/Messenger Black for Safari.entitlements";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 16;
CURRENT_PROJECT_VERSION = 17;
DEVELOPMENT_TEAM = XX2UC95MTQ;
INFOPLIST_FILE = extension/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
"@executable_path/../../../../Frameworks",
);
MARKETING_VERSION = 1.4;
MARKETING_VERSION = 1.4.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.ryanmohta.Messenger-Black.Messenger-Black-for-Safari";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand All @@ -489,15 +489,15 @@
buildSettings = {
CODE_SIGN_ENTITLEMENTS = "extension/Messenger Black for Safari.entitlements";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 16;
CURRENT_PROJECT_VERSION = 17;
DEVELOPMENT_TEAM = XX2UC95MTQ;
INFOPLIST_FILE = extension/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
"@executable_path/../../../../Frameworks",
);
MARKETING_VERSION = 1.4;
MARKETING_VERSION = 1.4.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.ryanmohta.Messenger-Black.Messenger-Black-for-Safari";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
4 changes: 2 additions & 2 deletions safari/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"suncalc": "^1.8",
"webpack": "^5.51",
"webpack-cli": "^4.8"
"webpack": "^5.74",
"webpack-cli": "^4.10"
}
}

0 comments on commit 4b39db4

Please sign in to comment.