Skip to content

Commit

Permalink
Upgrade dependencies and fix gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanthratna committed Jun 21, 2020
1 parent 4acd141 commit c66a4a3
Show file tree
Hide file tree
Showing 24 changed files with 152 additions and 88 deletions.
Binary file not shown.
Binary file added .yarn/cache/acorn-npm-7.3.1-422605b2d6-3.zip
Binary file not shown.
Binary file removed .yarn/cache/chart.js-npm-2.9.3-8b7649c089-3.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .yarn/cache/enquirer-npm-2.3.5-7ecfa8f293-3.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/gh-pages-npm-2.2.0-7dddbcd165-3.zip
Binary file not shown.
Binary file not shown.
Binary file added .yarn/cache/mapbox-gl-npm-1.11.0-74054832a3-3.zip
Binary file not shown.
Binary file removed .yarn/cache/moment-npm-2.25.3-8a0451cc46-3.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -4,20 +4,20 @@
"private": true,
"homepage": "https://hacktj.org/2020",
"dependencies": {
"chart.js": "^2.9.3",
"eslint": "^7.1.0",
"eslint-plugin-flowtype": "^4.7.0",
"chart.js": "^3.0.0-alpha",
"eslint": "^7.3.0",
"eslint-plugin-flowtype": "^5.1.3",
"lodash": "^4.17.15",
"mapbox-gl": "^1.10.1",
"mapbox-gl": "^1.11.0",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-chartjs-2": "^2.9.0",
"react-dom": "^16.13.1",
"react-map-gl": "^5.2.5",
"react-map-gl": "^5.2.7",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"react-smooth-collapse": "^2.1.0",
"react-tooltip": "^4.2.6"
"react-tooltip": "^4.2.7"
},
"scripts": {
"start": "yarn run switch-homepage && react-scripts start",
Expand All @@ -28,7 +28,7 @@
"tint": "./tint-sponsors '#6BE667'",
"switch-event": "./switch event",
"switch-homepage": "./switch homepage",
"predeploy": "yarn run build && export NODE_DEBUG=gh-pages",
"predeploy": "yarn run build && NODE_DEBUG=gh-pages",
"deploy-event": "yarn run switch-event && yarn run predeploy && timestamp=$(date -u +\"%FT%TZ\") && gh-pages -d build -m \"Update $timestamp\"",
"deploy-homepage": "yarn run switch-homepage && yarn run predeploy && timestamp=$(date -u +\"%FT%TZ\") && gh-pages -b master -d build -m \"Update $timestamp\" && yarn run switch-event",
"deploy-all": "yarn run deploy-event && yarn run deploy-homepage"
Expand All @@ -49,7 +49,7 @@
]
},
"devDependencies": {
"flow-bin": "^0.118.0",
"gh-pages": "^2.2.0"
"flow-bin": "^0.127.0",
"gh-pages": "^3.1.0"
}
}

0 comments on commit c66a4a3

Please sign in to comment.