Skip to content

Commit

Permalink
chore: bump deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
linchen1987 committed Apr 4, 2023
1 parent f4e86a1 commit 26ba073
Show file tree
Hide file tree
Showing 5 changed files with 4,338 additions and 7,890 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.6.1 (April 04, 2023)

- chore: bump deps to latest

## 1.6.0 (March 16, 2023)

- chore: bump deps to latest
Expand Down
4 changes: 2 additions & 2 deletions blocklet.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: auth-demo
version: 1.6.0
version: 1.6.1
main: api/index.js
author:
name: linchen1987
Expand Down Expand Up @@ -31,7 +31,7 @@ documentation: ''
timeout:
start: 60
requirements:
server: '>=1.6.29'
server: '>=1.16.0'
os: '*'
cpu: '*'
environments: []
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth-demo",
"version": "1.6.0",
"version": "1.6.1",
"main": "index.js",
"author": "ArcBlock",
"license": "MIT",
Expand All @@ -20,34 +20,34 @@
"coverage": "npm run test -- --coverage"
},
"dependencies": {
"@arcblock/did-connect": "^2.5.12",
"@arcblock/ux": "^2.5.12",
"@blocklet/ui-react": "^2.5.12",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.9",
"@mui/lab": "^5.0.0-alpha.104",
"@mui/material": "^5.10.10",
"@arcblock/did-connect": "^2.5.18",
"@arcblock/ux": "^2.5.18",
"@blocklet/ui-react": "^2.5.18",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/lab": "^5.0.0-alpha.124",
"@mui/material": "^5.11.15",
"@nedb/core": "^2.1.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"axios": "^0.21.4",
"body-parser": "^1.20.1",
"axios": "^1.3.4",
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dayjs": "^1.11.6",
"dayjs": "^1.11.7",
"dotenv-flow": "^3.2.0",
"express": "^4.18.2",
"express-history-api-fallback": "^2.2.1",
"fs-extra": "^10.1.0",
"fs-extra": "^11.1.1",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "4.0.2",
"web-vitals": "^3.0.4"
"react-scripts": "5.0.1",
"web-vitals": "^3.3.0"
},
"eslintConfig": {
"extends": [
Expand All @@ -69,8 +69,8 @@
},
"devDependencies": {
"http-proxy-middleware": "^2.0.6",
"jest": "^29.2.1",
"nodemon": "^2.0.20",
"jest": "^29.5.0",
"nodemon": "^2.0.22",
"npm-run-all": "^4.1.5",
"react-app-rewired": "^2.2.1"
}
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.6.1

0 comments on commit 26ba073

Please sign in to comment.