easy-soft-dva 3.6.105 → 3.6.107

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 +12 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-soft-dva",
3
- "version": "3.6.105",
3
+ "version": "3.6.107",
4
4
  "description": "The core lightweight library for dva, based on redux and redux-saga.",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
@@ -42,12 +42,13 @@
42
42
  "z:prettier:format:all": "npx prettier --write .",
43
43
  "z:prettier:format:change": "npx prettier --cache --write .",
44
44
  "z:prettier:package.json": "npx prettier --write ./package.json",
45
+ "z:test": "cross-env NODE_ENV=test jest",
45
46
  "z:tsc:build": "echo show tsc version and create declaration file && tsc -v && tsc -p ./tsconfig.types.json && echo declaration file generate complete"
46
47
  },
47
48
  "dependencies": {
48
49
  "@babel/runtime": "^7.21.0",
49
50
  "@reduxjs/toolkit": "^1.9.3",
50
- "easy-soft-utility": "^2.4.85",
51
+ "easy-soft-utility": "^2.4.87",
51
52
  "flatten": "^1.0.3",
52
53
  "global": "^4.4.0",
53
54
  "invariant": "^2.2.4",
@@ -82,17 +83,21 @@
82
83
  "@rollup/plugin-url": "^8.0.1",
83
84
  "@svgr/rollup": "^6.5.1",
84
85
  "@types/fs-extra": "^11.0.1",
86
+ "@types/jest": "^29.4.0",
87
+ "@types/node": "^18.14.6",
85
88
  "@types/shelljs": "^0.8.11",
89
+ "@typescript-eslint/parser": "^5.54.1",
86
90
  "autoprefixer": "^10.4.13",
87
91
  "commitizen": "^4.3.0",
88
92
  "conventional-changelog-conventionalcommits": "^5.0.0",
93
+ "cross-env": "^7.0.3",
89
94
  "cssnano": "^5.1.15",
90
95
  "documentation": "^14.0.1",
91
- "easy-soft-develop": "^2.0.162",
96
+ "easy-soft-develop": "^2.0.170",
92
97
  "eslint": "^8.35.0",
93
98
  "eslint-config-airbnb": "^19.0.4",
94
99
  "eslint-config-airbnb-typescript": "^17.0.0",
95
- "eslint-config-prettier": "^8.6.0",
100
+ "eslint-config-prettier": "^8.7.0",
96
101
  "eslint-formatter-pretty": "^4.1.0",
97
102
  "eslint-import-resolver-typescript": "^3.5.3",
98
103
  "eslint-plugin-eslint-comments": "^3.2.0",
@@ -104,14 +109,15 @@
104
109
  "eslint-plugin-react": "^7.32.2",
105
110
  "eslint-plugin-react-hooks": "^4.6.0",
106
111
  "eslint-plugin-simple-import-sort": "^10.0.0",
107
- "eslint-plugin-unicorn": "^45.0.2",
112
+ "eslint-plugin-unicorn": "^46.0.0",
108
113
  "husky": "^8.0.3",
114
+ "jest": "^29.5.0",
109
115
  "lint-staged": "^13.1.2",
110
116
  "mm": "^3.2.1",
111
117
  "prettier": "^2.8.4",
112
118
  "prettier-plugin-organize-imports": "^3",
113
119
  "prettier-plugin-packagejson": "^2",
114
- "rimraf": "^4.1.3",
120
+ "rimraf": "^4.4.0",
115
121
  "rollup": "^3.18.0",
116
122
  "rollup-plugin-copy": "^3.4.0",
117
123
  "rollup-plugin-livereload": "^2.0.5",