@blocklet/launcher-ux 2.3.103 → 2.3.105

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 (1) hide show
  1. package/package.json +7 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-ux",
3
- "version": "2.3.103",
3
+ "version": "2.3.105",
4
4
  "description": "Launcher UX lib",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -31,7 +31,7 @@
31
31
  "build:lib": "babel src --out-dir lib --copy-files --no-copy-ignored",
32
32
  "build:es": "babel --config-file ./babel.config.es.js src --out-dir es --copy-files --no-copy-ignored",
33
33
  "autoexports": "node tools/auto-exports.js",
34
- "watch": "npm run watch:lib && npm run watch:es && npm run autoexports",
34
+ "watch": "concurrently \"npm run watch:lib\" \"npm run watch:es\" \"npm run autoexports\"",
35
35
  "watch:lib": "babel src --out-dir lib -w --copy-files",
36
36
  "watch:es": "babel --config-file ./babel.config.es.js src --out-dir es -w --copy-files",
37
37
  "prepublish": "npm run build"
@@ -50,12 +50,13 @@
50
50
  "@babel/preset-react": "^7.26.3",
51
51
  "@storybook/react": "^7.6.20",
52
52
  "babel-plugin-inline-react-svg": "^2.0.2",
53
+ "concurrently": "^9.1.2",
53
54
  "glob": "^10.4.5"
54
55
  },
55
56
  "dependencies": {
56
- "@arcblock/ux": "^2.12.44",
57
- "@blocklet/launcher-util": "2.3.103",
58
- "@blocklet/payment-react": "^1.18.23",
57
+ "@arcblock/ux": "^2.12.52",
58
+ "@blocklet/launcher-util": "2.3.105",
59
+ "@blocklet/payment-react": "^1.18.24",
59
60
  "@emotion/styled": "^11.14.0",
60
61
  "@mui/icons-material": "^5.17.1",
61
62
  "@mui/material": "^5.17.1",
@@ -93,5 +94,5 @@
93
94
  "require": "./lib/use-mobile/index.js"
94
95
  }
95
96
  },
96
- "gitHead": "fb3b2f0bfde81ee0732bda63008d8c6f55d8e6ab"
97
+ "gitHead": "f846b89921b0475a10753321cc01e43799e60d86"
97
98
  }