Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #229 from blockstack/fix/update-next
Browse files Browse the repository at this point in the history
fix: update deps
  • Loading branch information
aulneau authored Nov 30, 2020
2 parents 1de10fc + 614664c commit be6fde9
Show file tree
Hide file tree
Showing 3 changed files with 1,343 additions and 1,138 deletions.
2 changes: 1 addition & 1 deletion env-config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require('dotenv').config();

module.exports = {
'process.env.API_URL': process.env.API_URL || 'https://blockstack-explorer-api.herokuapp.com',
'process.env.API_URL': process.env.API_URL || 'https://explorer-api.blockstack.org',
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"moment": "^2.22.2",
"moment-timezone": "^0.5.21",
"morgan": "^1.9.1",
"next": "^9.2.0",
"next": "^9.3.6",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"papaparse": "^4.6.0",
Expand Down
Loading

0 comments on commit be6fde9

Please sign in to comment.