Skip to content

Commit

Permalink
chore: update deps (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
LancelotLewis committed Jan 5, 2024
1 parent c7bb388 commit a4d9dab
Show file tree
Hide file tree
Showing 5 changed files with 667 additions and 652 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.16.1 (January 05, 2024)

- chore: update deps
- [skip ci] Update README.md

## 1.16.0 (December 08, 2023)

- chore: bump deps to latest
Expand Down
2 changes: 1 addition & 1 deletion blocklet.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: auth-demo
version: 1.16.0
version: 1.16.1
main: api/index.js
author:
name: ArcBlock
Expand Down
41 changes: 22 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth-demo",
"version": "1.16.0",
"version": "1.16.1",
"main": "index.js",
"author": "ArcBlock",
"license": "MIT",
Expand All @@ -17,33 +17,36 @@
"build:client": "react-scripts build && rm -f build/**/**/*.{js,css}.map",
"test": "node tools/jest.js",
"release": "npm run clean && npm run bundle",
"coverage": "npm run test -- --coverage"
"coverage": "npm run test -- --coverage",
"update:deps": "npx taze -w && npm run dedupe",
"dedupe": "npx yarn-deduplicate yarn.lock && yarn",
"bump-version": "make bump-version"
},
"dependencies": {
"@arcblock/did-connect": "^2.8.21",
"@arcblock/ux": "^2.8.21",
"@arcblock/did-connect": "^2.9.1",
"@arcblock/ux": "^2.9.1",
"@blocklet/sdk": "v1.16.19",
"@blocklet/ui-react": "^2.8.21",
"@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",
"@blocklet/ui-react": "^2.9.1",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.3",
"@mui/lab": "^5.0.0-alpha.159",
"@mui/material": "^5.15.3",
"@nedb/core": "^2.1.5",
"axios": "^1.3.4",
"axios": "^1.6.4",
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dayjs": "^1.11.7",
"dotenv-flow": "^3.2.0",
"dayjs": "^1.11.10",
"dotenv-flow": "^3.3.0",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"web-vitals": "^3.3.0"
"web-vitals": "^3.5.1"
},
"eslintConfig": {
"extends": [
Expand All @@ -64,11 +67,11 @@
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"http-proxy-middleware": "^2.0.6",
"jest": "^29.5.0",
"jest": "^29.7.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.16.0
1.16.1

0 comments on commit a4d9dab

Please sign in to comment.