Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Downgrade bull-board
Browse files Browse the repository at this point in the history
  • Loading branch information
nick committed Jan 13, 2021
1 parent 2536eb0 commit 6bb715f
Show file tree
Hide file tree
Showing 3 changed files with 731 additions and 539 deletions.
44 changes: 22 additions & 22 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,29 @@
"author": "Nick Poulden <[email protected]>",
"license": "MIT",
"dependencies": {
"@google-cloud/bigquery": "^5.3.0",
"@google-cloud/compute": "^2.2.0",
"@google-cloud/dns": "^2.0.2",
"@google-cloud/storage": "^5.3.0",
"@google-cloud/bigquery": "^5.5.0",
"@google-cloud/compute": "^2.4.2",
"@google-cloud/dns": "^2.1.0",
"@google-cloud/storage": "^5.7.2",
"@origin/dshop-validation": "^0.1.0",
"@origin/ipfs": "^0.1.0",
"@origin/utils": "^0.1.0",
"@paypal/checkout-server-sdk": "^1.0.2",
"@sentry/node": "^5.27.0",
"@unstoppabledomains/resolution": "^1.8.3",
"aws-sdk": "^2.776.0",
"@sentry/node": "^5.30.0",
"@unstoppabledomains/resolution": "^1.16.1",
"aws-sdk": "^2.826.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"bottleneck": "^2.19.5",
"bs58": "^4.0.1",
"bull": "^3.18.0",
"bull-board": "^1.0.0",
"cids": "^1.0.2",
"bull": "^3.20.0",
"bull-board": "^0.10.0",
"cids": "^1.1.5",
"cloudflare": "^2.7.0",
"commander": "^6.1.0",
"connect-session-sequelize": "^7.0.4",
"commander": "^6.2.1",
"connect-session-sequelize": "^7.1.0",
"cors": "^2.8.5",
"dayjs": "^1.9.3",
"dayjs": "^1.10.3",
"dotenv": "^8.2.0",
"envkey": "^1.2.8",
"ethereumjs-util": "^7.0.7",
Expand All @@ -54,30 +54,30 @@
"fast-crc32c": "^2.0.0",
"form-data": "^3.0.0",
"formidable": "^1.2.2",
"google-auth-library": "^6.1.1",
"google-auth-library": "^6.1.4",
"inquirer": "^7.3.3",
"ipfs-deploy": "8.0.1",
"ipfs-http-client": "^48.0.0",
"ipfs-http-client": "^48.1.3",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.20",
"logplease": "^1.2.15",
"mjml": "^4.7.1",
"mjml": "^4.8.1",
"mv": "^2.1.1",
"node-fetch": "^2.6.1",
"nodemailer": "^6.4.14",
"openpgp": "^4.10.8",
"nodemailer": "^6.4.17",
"openpgp": "^4.10.9",
"pg": "8.5.1",
"randomstring": "^1.1.5",
"reconnecting-websocket": "^4.4.0",
"sequelize": "^5.21.10",
"sequelize-cli": "^5.5.1",
"serve-static": "^1.14.1",
"sharp": "0.27.0",
"sqlite3": "^5.0.0",
"stripe": "^8.115.0",
"uuid": "^8.3.1",
"sqlite3": "^5.0.1",
"stripe": "^8.130.0",
"uuid": "^8.3.2",
"write-file-atomic": "^3.0.3",
"ws": "^7.3.1"
"ws": "^7.4.2"
},
"devDependencies": {
"chai": "4.2.0",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
"sequelize",
"sequelize-cli",
"ipfs",
"tailwindcss"
"tailwindcss",
"bull-board"
],
"ignorePaths": [],
"schedule": "before 11am",
Expand Down
Loading

0 comments on commit 6bb715f

Please sign in to comment.