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

Commit 61b30c1

Browse files
committed
Update all
1 parent 0225526 commit 61b30c1

File tree

45 files changed

+7613
-5831
lines changed

Some content is hidden

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

45 files changed

+7613
-5831
lines changed

.circleci/config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
defaults: &defaults
22
docker:
3-
- image: circleci/node:10-browsers
3+
- image: circleci/node:17-browsers
44
working_directory: ~/origin
55

66
# Node.js and postgres container
77
db: &db
88
docker:
9-
- image: circleci/node:10-browsers
10-
- image: circleci/postgres:9.6-alpine-ram
9+
- image: circleci/node:17-browsers
10+
- image: circleci/postgres:12.1-alpine-ram
1111
environment:
1212
POSTGRES_USER: postgres
1313
POSTGRES_DB: circle_ci_test
@@ -18,16 +18,16 @@ db: &db
1818
# Node.js and redis container
1919
redis: &redis
2020
docker:
21-
- image: circleci/node:10-browsers
22-
- image: circleci/redis:5
21+
- image: circleci/node:17-browsers
22+
- image: circleci/redis:6
2323
working_directory: ~/origin
2424

2525
# Node.js, postgres and redis container
2626
dbandredis: &dbandredis
2727
docker:
28-
- image: circleci/node:10-browsers
29-
- image: circleci/redis:5
30-
- image: circleci/postgres:9.6-alpine-ram
28+
- image: circleci/node:17-browsers
29+
- image: circleci/redis:6
30+
- image: circleci/postgres:12.1-alpine-ram
3131
environment:
3232
POSTGRES_USER: postgres
3333
POSTGRES_DB: circle_ci_test
@@ -149,9 +149,9 @@ jobs:
149149

150150
Discovery:
151151
docker:
152-
- image: circleci/node:10-browsers
153-
- image: circleci/redis:5
154-
- image: circleci/postgres:9.6-alpine-ram
152+
- image: circleci/node:17-browsers
153+
- image: circleci/redis:6
154+
- image: circleci/postgres:12.1-alpine-ram
155155
environment:
156156
POSTGRES_USER: postgres
157157
POSTGRES_DB: circle_ci_test
@@ -260,7 +260,7 @@ jobs:
260260

261261
Builds:
262262
docker:
263-
- image: circleci/node:10-buster
263+
- image: circleci/node:17-buster
264264
working_directory: ~/origin
265265
steps:
266266
- attach_workspace:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:10
1+
FROM node:17
22

33
WORKDIR /app
44

dapps/admin/package.json

Lines changed: 17 additions & 17 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": "^16.0.0",
4242
"graphql-tag": "^2.10.1",
43-
"node-fetch": "^2.6.0",
44-
"prettier": "^1.18.2",
43+
"node-fetch": "^3.0.0",
44+
"prettier": "^2.0.0",
4545
"qrcode.react": "^1.0.0",
4646
"react": "^16.8.6",
4747
"react-apollo": "^3.0.0",
@@ -105,25 +105,25 @@
105105
"babel-eslint": "10.1.0",
106106
"babel-loader": "8.1.0",
107107
"bip39": "2.6.0",
108-
"clean-webpack-plugin": "3.0.0",
109-
"css-loader": "3.4.2",
110-
"eslint": "6.8.0",
108+
"clean-webpack-plugin": "4.0.0",
109+
"css-loader": "6.5.1",
110+
"eslint": "8.5.0",
111111
"eslint-plugin-babel": "5.3.0",
112112
"eslint-plugin-react": "7.18.3",
113-
"file-loader": "5.0.2",
114-
"hdkey": "1.1.1",
115-
"html-webpack-plugin": "3.2.0",
113+
"file-loader": "6.2.0",
114+
"hdkey": "2.0.1",
115+
"html-webpack-plugin": "5.5.0",
116116
"ignore-loader": "0.1.2",
117-
"mini-css-extract-plugin": "0.9.0",
117+
"mini-css-extract-plugin": "2.4.5",
118118
"opener": "1.5.1",
119-
"optimize-css-assets-webpack-plugin": "5.0.3",
119+
"optimize-css-assets-webpack-plugin": "6.0.1",
120120
"react-router-dom": "5.1.2",
121-
"style-loader": "1.1.3",
122-
"terser-webpack-plugin": "2.3.4",
123-
"webpack": "4.41.5",
124-
"webpack-cli": "3.3.10",
125-
"webpack-dev-middleware": "3.7.2",
126-
"webpack-dev-server": "3.10.3"
121+
"style-loader": "3.3.1",
122+
"terser-webpack-plugin": "5.3.0",
123+
"webpack": "5.65.0",
124+
"webpack-cli": "4.9.1",
125+
"webpack-dev-middleware": "5.3.0",
126+
"webpack-dev-server": "4.7.1"
127127
},
128128
"eslintConfig": {
129129
"parser": "babel-eslint",

dapps/marketplace/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"@sentry/browser": "^5.4.3",
4646
"apollo-cache-persist": "^0.1.1",
4747
"babel-plugin-module-resolver": "^4.0.0",
48-
"blueimp-load-image": "^2.22.0",
49-
"clipboard-polyfill": "^2.8.1",
48+
"blueimp-load-image": "^5.0.0",
49+
"clipboard-polyfill": "^3.0.0",
5050
"copy-to-clipboard": "^3.2.0",
5151
"davidshimjs-qrcodejs": "0.0.2",
5252
"dayjs": "^1.8.14",
@@ -57,9 +57,9 @@
5757
"jest-docblock": "^25.0.0",
5858
"json-prune": "^1.1.0",
5959
"myetherwallet-blockies": "^0.1.1",
60-
"prettier": "^1.19.1",
61-
"puppeteer": "^2.0.0",
62-
"query-string": "^6.8.1",
60+
"prettier": "^2.0.0",
61+
"puppeteer": "^13.0.0",
62+
"query-string": "^7.0.0",
6363
"react": "^16.8.6",
6464
"react-apollo": "^3.0.0",
6565
"react-autosize-textarea": "^7.0.0",
@@ -68,7 +68,7 @@
6868
"react-google-maps": "^9.4.5",
6969
"react-image-crop": "^6.0.18",
7070
"react-linkify": "^0.2.2",
71-
"react-popper-tooltip": "^2.8.3",
71+
"react-popper-tooltip": "^4.0.0",
7272
"react-styl": "^0.0.3",
7373
"serve-static": "^1.14.1",
7474
"web3": "1.0.0-beta.34"
@@ -125,30 +125,30 @@
125125
"babel-plugin-fbt": "0.14.0",
126126
"babel-plugin-fbt-runtime": "0.9.9",
127127
"bip39": "2.6.0",
128-
"bootstrap": "4.4.1",
129-
"clean-webpack-plugin": "3.0.0",
130-
"css-loader": "3.4.2",
131-
"eslint": "6.8.0",
128+
"bootstrap": "5.1.3",
129+
"clean-webpack-plugin": "4.0.0",
130+
"css-loader": "6.5.1",
131+
"eslint": "8.5.0",
132132
"eslint-plugin-babel": "5.3.0",
133133
"eslint-plugin-react": "7.18.3",
134-
"file-loader": "5.0.2",
135-
"git-revision-webpack-plugin": "3.0.4",
136-
"hdkey": "1.1.1",
137-
"html-webpack-plugin": "3.2.0",
134+
"file-loader": "6.2.0",
135+
"git-revision-webpack-plugin": "5.0.0",
136+
"hdkey": "2.0.1",
137+
"html-webpack-plugin": "5.5.0",
138138
"ignore-loader": "0.1.2",
139-
"mini-css-extract-plugin": "0.9.0",
140-
"mocha": "7.0.1",
139+
"mini-css-extract-plugin": "2.4.5",
140+
"mocha": "9.1.3",
141141
"opener": "1.5.1",
142-
"optimize-css-assets-webpack-plugin": "5.0.3",
142+
"optimize-css-assets-webpack-plugin": "6.0.1",
143143
"react-router-dom": "5.1.2",
144-
"style-loader": "1.1.3",
145-
"terser-webpack-plugin": "2.3.4",
144+
"style-loader": "3.3.1",
145+
"terser-webpack-plugin": "5.3.0",
146146
"typeface-lato": "0.0.75",
147147
"typeface-poppins": "0.0.72",
148-
"url-loader": "3.0.0",
149-
"webpack": "4.41.5",
150-
"webpack-cli": "3.3.10",
151-
"webpack-dev-server": "3.10.3"
148+
"url-loader": "4.1.1",
149+
"webpack": "5.65.0",
150+
"webpack-cli": "4.9.1",
151+
"webpack-dev-server": "4.7.1"
152152
},
153153
"eslintIgnore": [
154154
"node_modules",

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": "^18.0.0",
8+
"discord.js": "^13.0.0"
99
},
1010
"devDependencies": {},
1111
"scripts": {

0 commit comments

Comments
 (0)