Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 4dd6aad

Browse files
committed
Update all
1 parent 7b6071d commit 4dd6aad

File tree

42 files changed

+1389
-2068
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1389
-2068
lines changed

dapps/admin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"date-fns": "^2.0.0",
3939
"express": "^4.17.1",
4040
"graphiql": "^0.17.0",
41-
"graphql": "^14.4.0",
41+
"graphql": "^15.0.0",
4242
"graphql-tag": "^2.10.1",
4343
"node-fetch": "^2.6.0",
44-
"prettier": "^1.18.2",
44+
"prettier": "^2.0.0",
4545
"qrcode.react": "^1.0.0",
4646
"react": "^16.8.6",
4747
"react-apollo": "^3.0.0",
@@ -110,9 +110,9 @@
110110
"eslint": "6.8.0",
111111
"eslint-plugin-babel": "5.3.0",
112112
"eslint-plugin-react": "7.18.3",
113-
"file-loader": "5.0.2",
113+
"file-loader": "6.0.0",
114114
"hdkey": "1.1.1",
115-
"html-webpack-plugin": "3.2.0",
115+
"html-webpack-plugin": "4.0.4",
116116
"ignore-loader": "0.1.2",
117117
"mini-css-extract-plugin": "0.9.0",
118118
"opener": "1.5.1",

dapps/marketplace/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"jest-docblock": "^25.0.0",
5858
"json-prune": "^1.1.0",
5959
"myetherwallet-blockies": "^0.1.1",
60-
"prettier": "^1.19.1",
60+
"prettier": "^2.0.0",
6161
"puppeteer": "^2.0.0",
6262
"query-string": "^6.8.1",
6363
"react": "^16.8.6",
@@ -131,10 +131,10 @@
131131
"eslint": "6.8.0",
132132
"eslint-plugin-babel": "5.3.0",
133133
"eslint-plugin-react": "7.18.3",
134-
"file-loader": "5.0.2",
134+
"file-loader": "6.0.0",
135135
"git-revision-webpack-plugin": "3.0.4",
136136
"hdkey": "1.1.1",
137-
"html-webpack-plugin": "3.2.0",
137+
"html-webpack-plugin": "4.0.4",
138138
"ignore-loader": "0.1.2",
139139
"mini-css-extract-plugin": "0.9.0",
140140
"mocha": "7.0.1",
@@ -145,7 +145,7 @@
145145
"terser-webpack-plugin": "2.3.4",
146146
"typeface-lato": "0.0.75",
147147
"typeface-poppins": "0.0.72",
148-
"url-loader": "3.0.0",
148+
"url-loader": "4.0.0",
149149
"webpack": "4.41.5",
150150
"webpack-cli": "3.3.10",
151151
"webpack-dev-server": "3.10.3"

dapps/shop/backend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"license": "MIT",
1717
"dependencies": {
1818
"aws-sdk": "^2.572.0",
19-
"bcrypt": "^3.0.7",
19+
"bcrypt": "^4.0.0",
2020
"body-parser": "^1.19.0",
2121
"bottleneck": "^2.19.5",
2222
"bs58": "^4.0.1",
23-
"commander": "^4.1.1",
23+
"commander": "^5.0.0",
2424
"connect-session-sequelize": "^6.1.1",
2525
"cookie-parser": "^1.4.4",
2626
"cors": "^2.8.5",
@@ -36,7 +36,7 @@
3636
"node-fetch": "^2.6.0",
3737
"nodemailer": "^6.3.1",
3838
"openpgp": "^4.6.2",
39-
"pg": "7.18.1",
39+
"pg": "8.0.0",
4040
"randomstring": "^1.1.5",
4141
"reconnecting-websocket": "^4.4.0",
4242
"sequelize": "^5.21.2",
@@ -49,6 +49,6 @@
4949
"ws": "^7.2.0"
5050
},
5151
"devDependencies": {
52-
"prettier": "1.19.1"
52+
"prettier": "2.0.2"
5353
}
5454
}

dapps/shop/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"aws-sdk": "^2.572.0",
3030
"babel-plugin-module-resolver": "^4.0.0",
3131
"body-parser": "^1.19.0",
32-
"commander": "^4.0.1",
32+
"commander": "^5.0.0",
3333
"connect-session-sequelize": "^6.1.1",
3434
"cors": "^2.8.5",
3535
"dayjs": "^1.8.14",
@@ -41,7 +41,7 @@
4141
"mjml": "^4.5.1",
4242
"nodemailer": "^6.3.1",
4343
"openpgp": "^4.6.2",
44-
"prettier": "^1.18.2",
44+
"prettier": "^2.0.0",
4545
"query-string": "^6.8.1",
4646
"react": "^16.8.6",
4747
"react-apollo": "^3.0.0",
@@ -116,8 +116,8 @@
116116
"eslint": "6.8.0",
117117
"eslint-plugin-babel": "5.3.0",
118118
"eslint-plugin-react": "7.18.3",
119-
"file-loader": "5.0.2",
120-
"html-webpack-plugin": "3.2.0",
119+
"file-loader": "6.0.0",
120+
"html-webpack-plugin": "4.0.4",
121121
"ignore-loader": "0.1.2",
122122
"inquirer": "7.0.4",
123123
"ipfs-deploy": "7.14.0",
@@ -130,7 +130,7 @@
130130
"sharp": "0.24.0",
131131
"style-loader": "1.1.3",
132132
"terser-webpack-plugin": "2.3.4",
133-
"url-loader": "3.0.0",
133+
"url-loader": "4.0.0",
134134
"web3": "1.0.0-beta.34",
135135
"webpack": "4.41.5",
136136
"webpack-dev-server": "3.10.3"

devops/cloud-functions/gcb-discord-notifications/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Google Cloud Function for sending Google Cloud Build results to Discord",
55
"main": "index.js",
66
"dependencies": {
7-
"@octokit/rest": "^16.0.0",
8-
"discord.js": "^11.4.2"
7+
"@octokit/rest": "^17.0.0",
8+
"discord.js": "^12.0.0"
99
},
1010
"devDependencies": {},
1111
"scripts": {

devops/cloud-functions/gcf-pin-ipfs-hash/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

devops/cloud-functions/gcf-pin-ipfs-hash/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"chai": "4.2.0",
88
"eslint": "6.8.0",
99
"mocha": "7.0.1",
10-
"prettier": "1.19.1"
10+
"prettier": "2.0.2"
1111
},
1212
"scripts": {
1313
"lint": "eslint '*.js' && npm run prettier:check",

infra/auth-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint": "6.8.0",
4343
"mocha": "7.0.1",
4444
"nodemon": "2.0.2",
45-
"prettier": "1.19.1"
45+
"prettier": "2.0.2"
4646
},
4747
"prettier": {
4848
"semi": false,

infra/bridge/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@origin/growth-shared": "^0.1.0",
3535
"@origin/identity": "^0.1.0",
3636
"@origin/ip2geo": "^0.1.0",
37-
"@sendgrid/mail": "^6.4.0",
37+
"@sendgrid/mail": "^7.0.0",
3838
"body-parser": "^1.19.0",
3939
"bottleneck": "^2.19.5",
4040
"connect-session-sequelize": "^6.0.0",
@@ -50,16 +50,16 @@
5050
"lodash": "^4.17.15",
5151
"logplease": "^1.2.15",
5252
"mock-session": "0.0.5",
53-
"nock": "^11.0.0",
53+
"nock": "^12.0.0",
5454
"oauth": "^0.9.15",
5555
"per-env": "^1.0.2",
56-
"pg": "^7.11.0",
56+
"pg": "^8.0.0",
5757
"pg-hstore": "^2.3.3",
58-
"prettier": "^1.18.2",
59-
"redis": "^2.8.0",
58+
"prettier": "^2.0.0",
59+
"redis": "^3.0.0",
6060
"sequelize": "^5.8.12",
6161
"sequelize-cli": "^5.5.0",
62-
"sinon": "^8.0.0",
62+
"sinon": "^9.0.0",
6363
"superagent": "^5.1.0",
6464
"web3": "1.0.0-beta.34"
6565
},

infra/consistency/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"logplease": "1.2.15"
2222
},
2323
"devDependencies": {
24-
"prettier": "1.19.1"
24+
"prettier": "2.0.2"
2525
},
2626
"prettier": {
2727
"semi": false,

0 commit comments

Comments
 (0)