-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #650 from WatWowMap/develop
Sync Dev to Main
- Loading branch information
Showing
25 changed files
with
366 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18824 | ||
18881 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,29 +61,10 @@ <h4 class="loading-text">This app requires JavaScript</h4> | |
element.innerText = locales[locale.toLowerCase()] || locales.en | ||
</script> | ||
<div id="root"></div> | ||
<link | ||
rel="stylesheet" | ||
href="https://unpkg.com/[email protected]/dist/leaflet.css" | ||
integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ==" | ||
crossorigin="anonymous" | ||
/> | ||
<link | ||
rel="stylesheet" | ||
href="https://unpkg.com/react-leaflet-markercluster/dist/styles.min.css" | ||
/> | ||
<link | ||
rel="stylesheet" | ||
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/L.Control.Locate.min.css" | ||
/> | ||
|
||
<link | ||
rel="stylesheet" | ||
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" | ||
/> | ||
<link | ||
rel="stylesheet" | ||
href="https://fonts.googleapis.com/icon?family=Material+Icons" | ||
/> | ||
<link | ||
rel="stylesheet" | ||
href="https://use.fontawesome.com/releases/v5.0.7/css/all.css" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "reactmap", | ||
"version": "1.9.3", | ||
"version": "1.9.5", | ||
"description": "React based frontend map.", | ||
"main": "ReactMap.js", | ||
"author": "TurtIeSocks <[email protected]>", | ||
|
@@ -35,7 +35,7 @@ | |
}, | ||
"devDependencies": { | ||
"@sentry/cli": "^2.7.0", | ||
"@vitejs/plugin-react": "^3.0.0", | ||
"@vitejs/plugin-react": "^3.0.1", | ||
"eslint": "^8.9.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-config-prettier": "^8.3.0", | ||
|
@@ -69,7 +69,7 @@ | |
"apollo-server-express": "^3.5.0", | ||
"bcrypt": "^5.0.1", | ||
"compression": "^1.7.4", | ||
"config": "^3.3.6", | ||
"config": "^3.3.9", | ||
"discord.js": "^12.5.3", | ||
"dotenv": "^10.0.0", | ||
"express": "^4.17.3", | ||
|
@@ -94,7 +94,7 @@ | |
"node-fetch": "2", | ||
"node-geocoder": "^4.0.0", | ||
"nodes2ts": "^2.0.0", | ||
"objection": "^3.0.0", | ||
"objection": "^3.0.1", | ||
"ohbem": "^1.4.1", | ||
"passport": "^0.6.0", | ||
"passport-discord": "https://github.com/tonestrike/passport-discord.git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.