Skip to content
This repository was archived by the owner on Oct 24, 2024. 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
30 changes: 15 additions & 15 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,44 +30,44 @@
"@origin/utils": "^0.1.0",
"@paypal/checkout-server-sdk": "^1.0.2",
"@sentry/node": "^6.0.0",
"@unstoppabledomains/resolution": "^1.16.1",
"@unstoppabledomains/resolution": "^7.0.0",
"aws-sdk": "^2.826.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"bottleneck": "^2.19.5",
"bs58": "^4.0.1",
"bull": "^3.20.0",
"bull": "^4.0.0",
"bull-board": "^0.10.0",
"cids": "^1.1.5",
"cloudflare": "^2.7.0",
"commander": "^7.0.0",
"commander": "^8.0.0",
"connect-session-sequelize": "^7.1.0",
"cors": "^2.8.5",
"dayjs": "^1.10.3",
"dotenv": "^8.2.0",
"dotenv": "^10.0.0",
"envkey": "^1.2.8",
"ethereumjs-util": "^7.0.7",
"ethers": "5.0.29",
"express": "^4.17.1",
"express-promise-router": "4.0.1",
"express-session": "^1.17.1",
"fast-crc32c": "^2.0.0",
"form-data": "^3.0.0",
"form-data": "^4.0.0",
"formidable": "git://github.com/node-formidable/formidable.git#v1.2.3",
"google-auth-library": "^6.1.4",
"inquirer": "^7.3.3",
"ipfs-deploy": "8.0.1",
"ipfs-http-client": "^49.0.0",
"google-auth-library": "^7.0.0",
"inquirer": "^8.0.0",
"ipfs-deploy": "11.1.0",
"ipfs-http-client": "^55.0.0",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.20",
"logplease": "^1.2.15",
"mjml": "^4.8.1",
"mv": "^2.1.1",
"node-fetch": "^2.6.1",
"node-fetch": "^3.0.0",
"nodemailer": "^6.4.17",
"openpgp": "^4.10.9",
"openpgp": "^5.0.0",
"pg": "8.5.1",
"puppeteer": "^7.1.0",
"puppeteer": "^13.0.0",
"puppeteer-extra": "^3.1.16",
"puppeteer-extra-plugin-stealth": "^2.6.7",
"randomstring": "^1.1.5",
Expand All @@ -80,14 +80,14 @@
"stripe": "^8.130.0",
"uuid": "^8.3.2",
"write-file-atomic": "^3.0.3",
"ws": "^7.4.2"
"ws": "^8.0.0"
},
"devDependencies": {
"chai": "4.3.0",
"chai-http": "^4.3.0",
"chai-string": "1.5.0",
"eslint": "7.19.0",
"mocha": "8.2.1",
"eslint": "8.6.0",
"mocha": "9.1.3",
"nodemon": "2.0.7",
"prettier": "2.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion devops/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14
FROM node:17

ARG ENVKEY
ARG APP_DIR=/app
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"@google-cloud/storage": "5.7.4",
"@pinata/sdk": "1.1.11",
"babel-eslint": "10.1.0",
"commander": "7.0.0",
"eslint": "7.19.0",
"commander": "8.3.0",
"eslint": "8.6.0",
"eslint-config-standard": "16.0.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-standard": "4.1.0",
"husky": "4.3.8",
"mocha": "8.2.1",
"husky": "7.0.4",
"mocha": "9.1.3",
"prettier": "2.2.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@babel/plugin-transform-runtime": "7.12.15",
"@babel/preset-env": "7.12.13",
"@babel/runtime": "7.12.13",
"mocha": "8.2.1",
"mocha": "9.1.3",
"prettier-eslint-cli": "5.0.0",
"solc": "0.7.4",
"solidity-coverage": "0.7.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/dshop-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"devDependencies": {
"chai": "4.3.0",
"eslint": "7.19.0",
"mocha": "8.2.1",
"eslint": "8.6.0",
"mocha": "9.1.3",
"prettier": "2.2.1"
},
"prettier": {
Expand Down
4 changes: 2 additions & 2 deletions packages/ipfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@origin/utils": "^0.1.0",
"bs58": "4.0.1",
"cross-fetch": "3.0.6",
"eslint": "7.19.0",
"eslint": "8.6.0",
"prettier": "2.2.1",
"form-data": "3.0.0"
"form-data": "4.0.0"
},
"prettier": {
"semi": false,
Expand Down
6 changes: 3 additions & 3 deletions packages/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"prettier:check": "prettier -c *.js \"**/*.js\""
},
"dependencies": {
"commander": "^7.0.0",
"commander": "^8.0.0",
"ganache-core": "2.13.2",
"ipfs": "^0.54.0",
"memdown": "^5.1.0"
"memdown": "^6.0.0"
},
"devDependencies": {
"eslint": "7.19.0",
"eslint": "8.6.0",
"prettier": "2.2.1"
},
"prettier": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"logplease": "^1.2.15"
},
"devDependencies": {
"eslint": "7.19.0",
"eslint": "8.6.0",
"prettier": "2.2.1"
},
"prettier": {
Expand Down
42 changes: 21 additions & 21 deletions shop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,29 +56,29 @@
"blueimp-load-image": "^5.14.0",
"browserify-zlib": "^0.2.0",
"chartist": "^0.11.4",
"ckeditor4-react": "^1.3.0",
"ckeditor4-react": "^2.0.0",
"crypto-browserify": "^3.12.0",
"css-minimizer-webpack-plugin": "^1.2.0",
"css-minimizer-webpack-plugin": "^3.0.0",
"dayjs": "^1.10.3",
"dotenv": "^8.2.0",
"dotenv": "^10.0.0",
"ethers": "5.0.29",
"fbt": "^0.16.1",
"flexsearch": "^0.6.32",
"html-webpack-plugin": "5.0.0",
"https-browserify": "^1.0.0",
"openpgp": "^4.10.9",
"openpgp": "^5.0.0",
"path-browserify": "^1.0.1",
"postcss": "^8.2.4",
"postcss-loader": "^5.0.0",
"postcss-loader": "^6.0.0",
"prettier": "^2.2.1",
"process": "^0.11.10",
"query-string": "^6.13.8",
"query-string": "^7.0.0",
"randomstring": "^1.1.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-image-crop": "^8.6.6",
"react-select": "^4.0.0",
"react-spring": "^8.0.27",
"react-image-crop": "^9.0.0",
"react-select": "^5.0.0",
"react-spring": "^9.0.0",
"react-stripe-elements": "^6.1.2",
"react-styl": "^0.0.3",
"serve-static": "^1.14.1",
Expand Down Expand Up @@ -135,27 +135,27 @@
"babel-loader": "8.2.2",
"babel-plugin-fbt": "0.17.1",
"babel-plugin-fbt-runtime": "0.9.13",
"bootstrap": "4.6.0",
"clean-webpack-plugin": "3.0.0",
"css-loader": "5.0.2",
"eslint": "7.19.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.1",
"eslint-plugin-react": "7.22.0",
"file-loader": "6.2.0",
"ignore-loader": "0.1.2",
"inquirer": "7.3.3",
"ipfs-deploy": "8.0.1",
"mini-css-extract-plugin": "1.3.6",
"mocha": "8.2.1",
"node-sass": "5.0.0",
"inquirer": "8.2.0",
"ipfs-deploy": "11.1.0",
"mini-css-extract-plugin": "2.4.6",
"mocha": "9.1.3",
"node-sass": "7.0.1",
"react-router-dom": "5.2.0",
"sass-loader": "11.0.0",
"style-loader": "2.0.0",
"sass-loader": "12.4.0",
"style-loader": "3.3.1",
"terser-webpack-plugin": "5.1.1",
"url-loader": "4.1.1",
"webpack": "5.21.2",
"webpack-cli": "4.5.0",
"webpack-dev-server": "3.11.2"
"webpack-dev-server": "4.7.2"
},
"eslintIgnore": [
"docs",
Expand Down
Loading