summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2020-04-25 14:25:00 +0300
committerGitHub <noreply@github.com>2020-04-25 14:25:00 +0300
commit71eee5fe1385ba479e82ec01b5a4ca0dda05cfb0 (patch)
tree5b00fd60699afeeaed559bd150154a7887e19a1e /package.json
parentb592b3368bbb355d0019457bbaaddb5048fc3434 (diff)
Bump up dependencies and release v5.2 (#17)v5.2.0
* Run npm audit fix * Bump package version to 5.2.0 * Bump mapbox-gl to 1.9.1 * Bump react-mapbox-gl to 4.8.2 * Small formatting cleanup
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 9ea4129..4341274 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "geshem",
- "version": "5.0.0",
+ "version": "5.2.0",
"description": "Geshem.space Rain Radar",
"main": "geshem.js",
"homepage": "https://geshem.space",
@@ -11,13 +11,13 @@
"dependencies": {
"axios": "^0.19.0",
"luxon": "^1.19.3",
- "mapbox-gl": "^1.4.1",
+ "mapbox-gl": "^1.9.1",
"rc-slider": "^8.7.1",
"react": "^16.10.2",
"react-dom": "^16.10.2",
- "react-mapbox-gl": "^4.6.1",
+ "react-mapbox-gl": "^4.8.2",
"react-router-dom": "^5.1.2",
- "react-scripts": "3.2.0"
+ "react-scripts": "^3.4.1"
},
"scripts": {
"start": "react-scripts start",