Skip to content

Commit

Permalink
chore: update deps (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
LancelotLewis committed Apr 10, 2024
1 parent 59ff045 commit d4ab407
Show file tree
Hide file tree
Showing 6 changed files with 361 additions and 327 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.13.0 (April 07, 2024)

- chore: update deps

## 1.12.0 (April 07, 2024)

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

## 1.11.0 (March 25, 2024)

- chore: update homepage
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: profile-demo
version: 1.11.0
version: 1.13.0
main: api/index.js
author:
name: ArcBlock
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "profile-demo",
"version": "1.11.0",
"version": "1.13.0",
"main": "index.js",
"author": "ArcBlock",
"license": "MIT",
Expand All @@ -20,14 +20,14 @@
"bump-version": "make bump-version"
},
"dependencies": {
"@blocklet/sdk": "^1.16.24",
"@ocap/mcrypto": "^1.18.113",
"@ocap/util": "^1.18.113",
"@ocap/wallet": "^1.18.113",
"@blocklet/sdk": "^1.16.25",
"@ocap/mcrypto": "^1.18.115",
"@ocap/util": "^1.18.115",
"@ocap/wallet": "^1.18.115",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.19.1",
"express": "^4.19.2",
"fs-extra": "^11.2.0",
"morgan": "^1.10.0",
"notistack": "^3.0.1",
Expand All @@ -36,25 +36,25 @@
"ua-parser-js": "^1.0.37"
},
"devDependencies": {
"@arcblock/did": "^1.18.113",
"@arcblock/did-connect": "^2.9.62",
"@arcblock/ux": "^2.9.62",
"@arcblock/did": "^1.18.115",
"@arcblock/did-connect": "^2.9.65",
"@arcblock/ux": "^2.9.66",
"@auth0/auth0-react": "^2.2.4",
"@blocklet/ui-react": "^2.9.62",
"@blocklet/ui-react": "^2.9.66",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@emotion/styled": "^11.11.5",
"@iconify-icons/logos": "^1.2.36",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@vitejs/plugin-react": "^4.2.1",
"dayjs": "^1.11.10",
"dotenv-flow": "^4.1.0",
"flat": "^6.0.1",
"nodemon": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.2.6",
"vite-plugin-blocklet": "^0.7.5"
"vite": "^5.2.8",
"vite-plugin-blocklet": "^0.7.9"
},
"eslintConfig": {
"extends": [
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0
1.13.0
4 changes: 4 additions & 0 deletions vite.config.mjs → vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ import react from '@vitejs/plugin-react';
import { defineConfig } from 'vite';
import { createBlockletPlugin } from 'vite-plugin-blocklet';

console.log('------------------------------------');
console.log(111);
console.log('------------------------------------');

// https://vitejs.dev/config/
export default defineConfig(() => {
return {
Expand Down
Loading

0 comments on commit d4ab407

Please sign in to comment.