Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
defaults: &defaults
docker:
- image: circleci/node:10-browsers
- image: circleci/node:17-browsers
working_directory: ~/origin

# Node.js and postgres container
db: &db
docker:
- image: circleci/node:10-browsers
- image: circleci/postgres:9.6-alpine-ram
- image: circleci/node:17-browsers
- image: circleci/postgres:12.1-alpine-ram
environment:
POSTGRES_USER: postgres
POSTGRES_DB: circle_ci_test
Expand All @@ -18,16 +18,16 @@ db: &db
# Node.js and redis container
redis: &redis
docker:
- image: circleci/node:10-browsers
- image: circleci/redis:5
- image: circleci/node:17-browsers
- image: circleci/redis:6
working_directory: ~/origin

# Node.js, postgres and redis container
dbandredis: &dbandredis
docker:
- image: circleci/node:10-browsers
- image: circleci/redis:5
- image: circleci/postgres:9.6-alpine-ram
- image: circleci/node:17-browsers
- image: circleci/redis:6
- image: circleci/postgres:12.1-alpine-ram
environment:
POSTGRES_USER: postgres
POSTGRES_DB: circle_ci_test
Expand Down Expand Up @@ -149,9 +149,9 @@ jobs:

Discovery:
docker:
- image: circleci/node:10-browsers
- image: circleci/redis:5
- image: circleci/postgres:9.6-alpine-ram
- image: circleci/node:17-browsers
- image: circleci/redis:6
- image: circleci/postgres:12.1-alpine-ram
environment:
POSTGRES_USER: postgres
POSTGRES_DB: circle_ci_test
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:

Builds:
docker:
- image: circleci/node:10-buster
- image: circleci/node:17-buster
working_directory: ~/origin
steps:
- attach_workspace:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10
FROM node:17

WORKDIR /app

Expand Down
34 changes: 17 additions & 17 deletions dapps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"date-fns": "^2.0.0",
"express": "^4.17.1",
"graphiql": "^0.17.0",
"graphql": "^14.4.0",
"graphql": "^16.0.0",
"graphql-tag": "^2.10.1",
"node-fetch": "^2.6.0",
"prettier": "^1.18.2",
"node-fetch": "^3.0.0",
"prettier": "^2.0.0",
"qrcode.react": "^1.0.0",
"react": "^16.8.6",
"react-apollo": "^3.0.0",
Expand Down Expand Up @@ -105,25 +105,25 @@
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"bip39": "2.6.0",
"clean-webpack-plugin": "3.0.0",
"css-loader": "3.4.2",
"eslint": "6.8.0",
"clean-webpack-plugin": "4.0.0",
"css-loader": "6.5.1",
"eslint": "8.6.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-react": "7.18.3",
"file-loader": "5.0.2",
"hdkey": "1.1.1",
"html-webpack-plugin": "3.2.0",
"file-loader": "6.2.0",
"hdkey": "2.0.1",
"html-webpack-plugin": "5.5.0",
"ignore-loader": "0.1.2",
"mini-css-extract-plugin": "0.9.0",
"mini-css-extract-plugin": "2.4.6",
"opener": "1.5.1",
"optimize-css-assets-webpack-plugin": "5.0.3",
"optimize-css-assets-webpack-plugin": "6.0.1",
"react-router-dom": "5.1.2",
"style-loader": "1.1.3",
"terser-webpack-plugin": "2.3.4",
"webpack": "4.41.5",
"webpack-cli": "3.3.10",
"webpack-dev-middleware": "3.7.2",
"webpack-dev-server": "3.10.3"
"style-loader": "3.3.1",
"terser-webpack-plugin": "5.3.0",
"webpack": "5.65.0",
"webpack-cli": "4.9.1",
"webpack-dev-middleware": "5.3.0",
"webpack-dev-server": "4.7.2"
},
"eslintConfig": {
"parser": "babel-eslint",
Expand Down
46 changes: 23 additions & 23 deletions dapps/marketplace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@sentry/browser": "^5.4.3",
"apollo-cache-persist": "^0.1.1",
"babel-plugin-module-resolver": "^4.0.0",
"blueimp-load-image": "^2.22.0",
"clipboard-polyfill": "^2.8.1",
"blueimp-load-image": "^5.0.0",
"clipboard-polyfill": "^3.0.0",
"copy-to-clipboard": "^3.2.0",
"davidshimjs-qrcodejs": "0.0.2",
"dayjs": "^1.8.14",
Expand All @@ -57,9 +57,9 @@
"jest-docblock": "^25.0.0",
"json-prune": "^1.1.0",
"myetherwallet-blockies": "^0.1.1",
"prettier": "^1.19.1",
"puppeteer": "^2.0.0",
"query-string": "^6.8.1",
"prettier": "^2.0.0",
"puppeteer": "^13.0.0",
"query-string": "^7.0.0",
"react": "^16.8.6",
"react-apollo": "^3.0.0",
"react-autosize-textarea": "^7.0.0",
Expand All @@ -68,7 +68,7 @@
"react-google-maps": "^9.4.5",
"react-image-crop": "^6.0.18",
"react-linkify": "^0.2.2",
"react-popper-tooltip": "^2.8.3",
"react-popper-tooltip": "^4.0.0",
"react-styl": "^0.0.3",
"serve-static": "^1.14.1",
"web3": "1.0.0-beta.34"
Expand Down Expand Up @@ -125,30 +125,30 @@
"babel-plugin-fbt": "0.14.0",
"babel-plugin-fbt-runtime": "0.9.9",
"bip39": "2.6.0",
"bootstrap": "4.4.1",
"clean-webpack-plugin": "3.0.0",
"css-loader": "3.4.2",
"eslint": "6.8.0",
"bootstrap": "5.1.3",
"clean-webpack-plugin": "4.0.0",
"css-loader": "6.5.1",
"eslint": "8.6.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-react": "7.18.3",
"file-loader": "5.0.2",
"git-revision-webpack-plugin": "3.0.4",
"hdkey": "1.1.1",
"html-webpack-plugin": "3.2.0",
"file-loader": "6.2.0",
"git-revision-webpack-plugin": "5.0.0",
"hdkey": "2.0.1",
"html-webpack-plugin": "5.5.0",
"ignore-loader": "0.1.2",
"mini-css-extract-plugin": "0.9.0",
"mocha": "7.0.1",
"mini-css-extract-plugin": "2.4.6",
"mocha": "9.1.3",
"opener": "1.5.1",
"optimize-css-assets-webpack-plugin": "5.0.3",
"optimize-css-assets-webpack-plugin": "6.0.1",
"react-router-dom": "5.1.2",
"style-loader": "1.1.3",
"terser-webpack-plugin": "2.3.4",
"style-loader": "3.3.1",
"terser-webpack-plugin": "5.3.0",
"typeface-lato": "0.0.75",
"typeface-poppins": "0.0.72",
"url-loader": "3.0.0",
"webpack": "4.41.5",
"webpack-cli": "3.3.10",
"webpack-dev-server": "3.10.3"
"url-loader": "4.1.1",
"webpack": "5.65.0",
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.7.2"
},
"eslintIgnore": [
"node_modules",
Expand Down
4 changes: 2 additions & 2 deletions devops/cloud-functions/gcb-discord-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Google Cloud Function for sending Google Cloud Build results to Discord",
"main": "index.js",
"dependencies": {
"@octokit/rest": "^16.0.0",
"discord.js": "^11.4.2"
"@octokit/rest": "^18.0.0",
"discord.js": "^13.0.0"
},
"devDependencies": {},
"scripts": {
Expand Down
Loading