@blocklet/launcher-workflow 2.0.38 → 2.0.40

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.
package/lib/locales/en.js CHANGED
@@ -98,7 +98,7 @@ module.exports = {
98
98
  pageTitle: 'Purchase Space',
99
99
  selectSpaceHint: 'Already have dedicated space? Click here to select >',
100
100
  morePlanPrompt: 'Flip the page to see more plans',
101
- redeem: 'I have purchased an NFT, Redeem',
101
+ redeem: 'Select purchased space',
102
102
  dialog: {
103
103
  title: 'Purchase Blocklet Space NFT',
104
104
  scan: 'Scan the QR code below with your DID wallet to complete purchase',
package/lib/locales/zh.js CHANGED
@@ -98,7 +98,7 @@ module.exports = {
98
98
  pageTitle: '选购空间',
99
99
  selectSpaceHint: '已有专用空间?点击这里选择 >',
100
100
  morePlanPrompt: '翻页看更多方案',
101
- redeem: '我已购买 NFT, 兑换',
101
+ redeem: '我已购买空间',
102
102
  dialog: {
103
103
  title: '购买 Blocklet Server NFT',
104
104
  scan: '用您的 DID 钱包扫描下面的二维码完成购买',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-workflow",
3
- "version": "2.0.38",
3
+ "version": "2.0.40",
4
4
  "description": "Purchase components for Launcher UI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -36,24 +36,24 @@
36
36
  "react": ">=18.1.0"
37
37
  },
38
38
  "dependencies": {
39
- "@arcblock/did-connect": "^2.5.37",
40
- "@arcblock/icons": "^2.5.37",
41
- "@arcblock/license": "^2.5.37",
42
- "@arcblock/ux": "^2.5.37",
43
- "@blocklet/launcher-layout": "2.0.38",
44
- "@blocklet/launcher-util": "2.0.38",
45
- "@blocklet/launcher-ux": "2.0.38",
46
- "@did-pay/react": "^1.9.53",
47
- "@emotion/react": "^11.10.8",
48
- "@emotion/styled": "^11.10.8",
39
+ "@arcblock/did-connect": "^2.5.41",
40
+ "@arcblock/icons": "^2.5.41",
41
+ "@arcblock/license": "^2.5.41",
42
+ "@arcblock/ux": "^2.5.41",
43
+ "@blocklet/launcher-layout": "2.0.40",
44
+ "@blocklet/launcher-util": "2.0.40",
45
+ "@blocklet/launcher-ux": "2.0.40",
46
+ "@did-pay/react": "^1.10.0",
47
+ "@emotion/react": "^11.11.0",
48
+ "@emotion/styled": "^11.11.0",
49
49
  "@mui/icons-material": "^5.11.16",
50
- "@mui/material": "^5.12.3",
51
- "@ocap/util": "^1.18.77",
50
+ "@mui/material": "^5.13.1",
51
+ "@ocap/util": "^1.18.80",
52
52
  "@splidejs/react-splide": "^0.7.12",
53
53
  "@splidejs/splide": "^4.1.4",
54
54
  "@splidejs/splide-extension-grid": "^0.4.1",
55
55
  "@stripe/react-stripe-js": "^1.16.5",
56
- "@stripe/stripe-js": "^1.52.1",
56
+ "@stripe/stripe-js": "^1.53.0",
57
57
  "axios": "^0.26.1",
58
58
  "flat": "^5.0.2",
59
59
  "js-cookie": "^3.0.5",
@@ -61,7 +61,7 @@
61
61
  "lodash.throttle": "^4.1.1",
62
62
  "prop-types": "^15.8.1",
63
63
  "react-lottie-player": "^1.5.4",
64
- "react-router-dom": "^6.11.1",
64
+ "react-router-dom": "^6.11.2",
65
65
  "react-use": "^17.4.0",
66
66
  "url-join": "^4.0.1"
67
67
  },
@@ -72,5 +72,5 @@
72
72
  "@babel/preset-react": "^7.18.6",
73
73
  "babel-plugin-inline-react-svg": "^2.0.2"
74
74
  },
75
- "gitHead": "7298526de007c142f12ebcccd8d213e3b4366d90"
75
+ "gitHead": "afb153f2b5f798efa48def402a91798b2d3a7919"
76
76
  }