Skip to content

Commit

Permalink
chore(core): upgrade dependencies (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
polunzh committed Oct 30, 2022
1 parent 9d6e4ed commit dd42183
Show file tree
Hide file tree
Showing 6 changed files with 1,983 additions and 828 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.2.20 (October 30, 2022)

- upgrade deps
- [skip ci] Update README.md

## 0.2.19 (June 27, 2022)

- fix: resize the logo
Expand Down
2 changes: 1 addition & 1 deletion api/states/base.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const path = require('path');
const fs = require('fs-extra');
const { promisify } = require('util');
const DataStore = require('@nedb/core');
const { DataStore } = require('@nedb/core');

if (!process.env.BLOCKLET_DATA_DIR) {
throw new Error('valid BLOCKLET_DATA_DIR env is required');
Expand Down
4 changes: 2 additions & 2 deletions blocklet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ author:
repository:
type: git
url: git+https://github.com/blocklet/faucet-webapp.git
version: 0.2.19
version: 0.2.20
license: Apache-2.0
title: ABT Network Faucet
files:
Expand Down Expand Up @@ -55,4 +55,4 @@ payment:
capabilities:
clusterMode: false
component: true
children: []
components: []
68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,52 +18,52 @@
"url": "https://github.com/blocklet/faucet-webapp/issues",
"email": "shijun@arcblock.io"
},
"version": "0.2.19",
"version": "0.2.20",
"dependencies": {
"@arcblock/did": "^1.15.7",
"@arcblock/did-auth": "^1.15.7",
"@arcblock/did-auth-storage-nedb": "^1.6.3",
"@arcblock/did-connect": "^1.16.70",
"@arcblock/jwt": "^1.15.7",
"@arcblock/ux": "^1.16.70",
"@arcblock/vc": "^1.15.7",
"@blocklet/meta": "^1.7.5",
"@arcblock/did": "^1.18.4",
"@arcblock/did-auth": "^1.18.4",
"@arcblock/did-auth-storage-nedb": "^1.7.1",
"@arcblock/did-connect": "^1.17.21",
"@arcblock/jwt": "^1.18.4",
"@arcblock/ux": "^1.17.21",
"@arcblock/vc": "^1.18.4",
"@blocklet/meta": "^1.8.32",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@nedb/core": "^1.1.0",
"@ocap/client": "^1.15.7",
"@ocap/contract": "^1.15.7",
"@ocap/mcrypto": "^1.15.7",
"@ocap/util": "^1.15.7",
"@ocap/wallet": "^1.15.7",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"@material-ui/lab": "^4.0.0-alpha.61",
"@nedb/core": "^2.0.5",
"@ocap/client": "^1.18.4",
"@ocap/contract": "^1.18.4",
"@ocap/mcrypto": "^1.18.4",
"@ocap/util": "^1.18.4",
"@ocap/wallet": "^1.18.4",
"axios": "^0.21.4",
"body-parser": "^1.20.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dayjs": "^1.10.4",
"dayjs": "^1.11.6",
"dotenv-flow": "^3.2.0",
"express": "^4.17.1",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"express-cache-headers": "^0.1.4",
"express-history-api-fallback": "^2.2.1",
"flat": "^5.0.2",
"fs-extra": "^10.0.0",
"http-proxy-middleware": "^0.19.1",
"fs-extra": "^10.1.0",
"http-proxy-middleware": "^0.19.2",
"lodash": "^4.17.21",
"material-table": "^1.69.3",
"morgan": "^1.10.0",
"nocache": "^2.1.0",
"notistack": "^1.0.9",
"number-precision": "^1.5.0",
"prop-types": "^15.7.2",
"notistack": "^1.0.10",
"number-precision": "^1.6.0",
"prop-types": "^15.8.1",
"qrcode.react": "^1.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-router-dom": "^5.2.0",
"react-router-dom": "^5.3.4",
"react-scripts": "4.0.3",
"react-use": "^17.2.4",
"react-use": "^17.4.0",
"serve-favicon": "^2.5.0",
"styled-components": "5.2.2",
"url-join": "^4.0.1"
Expand Down Expand Up @@ -115,15 +115,15 @@
"eslint": "6.8.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "latest",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "latest",
"eslint-plugin-react": "^7.11.0",
"husky": "^4.2.3",
"lint-staged": "^10.1.1",
"nodemon": "^2.0.6",
"eslint-plugin-react": "^7.31.10",
"husky": "^4.3.8",
"lint-staged": "^10.5.4",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.2"
"prettier": "^2.7.1"
},
"resolutions": {
"@material-ui/core": "4.12.3",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.19
0.2.20
Loading

0 comments on commit dd42183

Please sign in to comment.