payment-kit 1.13.56 → 1.13.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/blocklet.yml +1 -1
  2. package/package.json +15 -15
package/blocklet.yml CHANGED
@@ -14,7 +14,7 @@ repository:
14
14
  type: git
15
15
  url: git+https://github.com/blocklet/payment-kit.git
16
16
  specVersion: 1.2.8
17
- version: 1.13.56
17
+ version: 1.13.57
18
18
  logo: logo.png
19
19
  files:
20
20
  - dist
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "payment-kit",
3
- "version": "1.13.56",
3
+ "version": "1.13.57",
4
4
  "scripts": {
5
5
  "dev": "blocklet dev",
6
6
  "eject": "vite eject",
@@ -42,25 +42,25 @@
42
42
  "dependencies": {
43
43
  "@arcblock/did": "^1.18.95",
44
44
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
45
- "@arcblock/did-connect": "^2.8.13",
45
+ "@arcblock/did-connect": "^2.8.14",
46
46
  "@arcblock/did-util": "^1.18.95",
47
47
  "@arcblock/jwt": "^1.18.95",
48
- "@arcblock/ux": "^2.8.13",
48
+ "@arcblock/ux": "^2.8.14",
49
49
  "@blocklet/logger": "1.16.18",
50
50
  "@blocklet/sdk": "1.16.18",
51
- "@blocklet/ui-react": "^2.8.13",
51
+ "@blocklet/ui-react": "^2.8.14",
52
52
  "@blocklet/uploader": "^0.0.38",
53
- "@mui/icons-material": "^5.14.16",
54
- "@mui/lab": "^5.0.0-alpha.152",
55
- "@mui/material": "^5.14.17",
56
- "@mui/styles": "^5.14.17",
57
- "@mui/system": "^5.14.17",
53
+ "@mui/icons-material": "^5.14.18",
54
+ "@mui/lab": "^5.0.0-alpha.153",
55
+ "@mui/material": "^5.14.18",
56
+ "@mui/styles": "^5.14.18",
57
+ "@mui/system": "^5.14.18",
58
58
  "@ocap/asset": "^1.18.95",
59
59
  "@ocap/client": "^1.18.95",
60
60
  "@ocap/mcrypto": "^1.18.95",
61
61
  "@ocap/util": "^1.18.95",
62
62
  "@ocap/wallet": "^1.18.95",
63
- "@stripe/react-stripe-js": "^2.3.1",
63
+ "@stripe/react-stripe-js": "^2.3.2",
64
64
  "@stripe/stripe-js": "^2.1.11",
65
65
  "ahooks": "^3.7.8",
66
66
  "axios": "^0.27.2",
@@ -78,7 +78,7 @@
78
78
  "google-libphonenumber": "^3.2.33",
79
79
  "iframe-resizer-react": "^1.1.0",
80
80
  "joi": "^17.11.0",
81
- "json-stable-stringify": "^1.0.2",
81
+ "json-stable-stringify": "^1.1.0",
82
82
  "lodash": "^4.17.21",
83
83
  "morgan": "^1.10.0",
84
84
  "nanoid": "3",
@@ -91,11 +91,11 @@
91
91
  "react-international-phone": "^3.1.2",
92
92
  "react-router-dom": "^6.18.0",
93
93
  "rimraf": "^3.0.2",
94
- "sequelize": "^6.34.0",
94
+ "sequelize": "^6.35.0",
95
95
  "sqlite3": "^5.1.6",
96
96
  "stripe": "^13.11.0",
97
97
  "typewriter-effect": "^2.21.0",
98
- "ufo": "^1.3.1",
98
+ "ufo": "^1.3.2",
99
99
  "umzug": "^3.4.0",
100
100
  "use-bus": "^2.5.2",
101
101
  "validator": "^13.11.0"
@@ -104,7 +104,7 @@
104
104
  "@abtnode/types": "1.16.18",
105
105
  "@arcblock/eslint-config": "^0.2.4",
106
106
  "@arcblock/eslint-config-ts": "^0.2.4",
107
- "@did-pay/types": "1.13.56",
107
+ "@did-pay/types": "1.13.57",
108
108
  "@types/cookie-parser": "^1.4.6",
109
109
  "@types/cors": "^2.8.16",
110
110
  "@types/dotenv-flow": "^3.3.3",
@@ -141,5 +141,5 @@
141
141
  "parser": "typescript"
142
142
  }
143
143
  },
144
- "gitHead": "8c249d53c52dd71214d8dadce7547f95f87c74f5"
144
+ "gitHead": "4973254efcdb6307d4de61c53c5de8581dcf308d"
145
145
  }