@arcblock/license 2.4.18 → 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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcblock/license",
3
- "version": "2.4.18",
3
+ "version": "2.4.21",
4
4
  "description": "This package provide a set of license agreement for arcblock products",
5
5
  "keywords": [
6
6
  "arcblock",
@@ -18,11 +18,11 @@
18
18
  "scripts": {
19
19
  "lint": "eslint src/**",
20
20
  "build": "node tools/md2jsx.js && babel src --out-dir lib --copy-files",
21
- "precommit": "CI=1 yarn test",
22
- "prepush": "CI=1 yarn test",
21
+ "precommit": "CI=1 npm run lint",
22
+ "prepush": "CI=1 npm run lint",
23
23
  "prepublish": "npm run build",
24
- "test": "npm run lint && node tools/jest.js",
25
- "coverage": "npm run lint && yarn test -- --coverage"
24
+ "test": "node tools/jest.js",
25
+ "coverage": "npm run test -- --coverage"
26
26
  },
27
27
  "bugs": {
28
28
  "url": "https://github.com/ArcBlock/ux/issues"
@@ -39,9 +39,9 @@
39
39
  "@babel/preset-env": "^7.18.10",
40
40
  "@babel/preset-react": "^7.18.6",
41
41
  "eslint-plugin-react-hooks": "^4.6.0",
42
- "jest": "^24.9.0",
42
+ "jest": "^28.1.3",
43
43
  "remark": "^12.0.1",
44
44
  "remark-html": "^13.0.2"
45
45
  },
46
- "gitHead": "45fe2e3b1726e2172aad280f62b81dea7e353f1b"
46
+ "gitHead": "5989f403515c81eaaa1c1b459b1d79daf8cca317"
47
47
  }