@arcblock/ux 2.4.20 → 2.4.21

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/ux",
3
- "version": "2.4.20",
3
+ "version": "2.4.21",
4
4
  "description": "Common used react components for arcblock products",
5
5
  "keywords": [
6
6
  "react",
@@ -19,11 +19,11 @@
19
19
  "lint": "eslint src tests",
20
20
  "build": "babel src --out-dir lib --copy-files --no-copy-ignored",
21
21
  "watch": "babel src --out-dir lib -w --copy-files --no-copy-ignored",
22
- "precommit": "CI=1 yarn test",
23
- "prepush": "CI=1 yarn test",
22
+ "precommit": "CI=1 npm run lint",
23
+ "prepush": "CI=1 npm run lint",
24
24
  "prepublish": "npm run build",
25
- "test": "npm run lint && node tools/jest.js",
26
- "coverage": "npm run lint && yarn test -- --coverage"
25
+ "test": "node tools/jest.js",
26
+ "coverage": "npm run test -- --coverage"
27
27
  },
28
28
  "bugs": {
29
29
  "url": "https://github.com/ArcBlock/ux/issues"
@@ -39,7 +39,7 @@
39
39
  "@babel/preset-react": "^7.18.6",
40
40
  "babel-plugin-inline-react-svg": "^1.1.2",
41
41
  "eslint-plugin-react-hooks": "^4.6.0",
42
- "jest": "^24.9.0",
42
+ "jest": "^28.1.3",
43
43
  "moment-timezone": "^0.5.34"
44
44
  },
45
45
  "peerDependencies": {
@@ -47,10 +47,10 @@
47
47
  "react": ">=18.1.0",
48
48
  "react-ga": "^2.7.0"
49
49
  },
50
- "gitHead": "bdb1f508cab04693766e9cea4aec7edf42f64129",
50
+ "gitHead": "5989f403515c81eaaa1c1b459b1d79daf8cca317",
51
51
  "dependencies": {
52
- "@arcblock/icons": "^2.4.20",
53
- "@arcblock/react-hooks": "^2.4.20",
52
+ "@arcblock/icons": "^2.4.21",
53
+ "@arcblock/react-hooks": "^2.4.21",
54
54
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
55
55
  "@emotion/react": "^11.10.0",
56
56
  "@emotion/styled": "^11.10.0",