reca 1.1.2 → 1.1.4

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  [![Codacy Badge](https://app.codacy.com/project/badge/Grade/e9e573d8408945168d14d83c81a103e6)](https://www.codacy.com/gh/LabEG/reca/dashboard?utm_source=github.com&utm_medium=referral&utm_content=LabEG/reca&utm_campaign=Badge_Grade)
2
2
  [![npm version](https://img.shields.io/npm/v/react.svg?style=flat)](https://www.npmjs.com/package/reca)
3
- [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)
3
+ [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
4
4
  [![GitHub license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/LabEG/reca/blob/main/LICENSE)
5
5
 
6
6
  # ReCA - React Clean Architecture state manager
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reca",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "ReCA - React Clean Architecture state manager",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -28,31 +28,31 @@
28
28
  "author": "LabEG",
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
- "first-di": "^1.0.7"
31
+ "first-di": "^1.0.10"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "react": ">=16.0.0",
35
35
  "reflect-metadata": ">=0.1.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@commitlint/cli": "^17.3.0",
39
- "@commitlint/config-conventional": "^17.3.0",
40
- "@labeg/code-style": "^2.0.63",
38
+ "@commitlint/cli": "^17.4.2",
39
+ "@commitlint/config-conventional": "^17.4.2",
40
+ "@labeg/code-style": "^2.0.67",
41
41
  "@testing-library/react": "^13.4.0",
42
42
  "@types/chai": "^4.3.4",
43
43
  "@types/mocha": "^10.0.1",
44
- "@types/react": "^18.0.26",
44
+ "@types/react": "^18.0.27",
45
45
  "chai": "^4.3.7",
46
- "global-jsdom": "^8.6.0",
47
- "husky": "^8.0.2",
48
- "jsdom": "^20.0.3",
49
- "lint-staged": "^13.1.0",
50
- "mocha": "^10.1.0",
46
+ "global-jsdom": "^8.7.0",
47
+ "husky": "^8.0.3",
48
+ "jsdom": "^21.1.0",
49
+ "lint-staged": "^13.1.1",
50
+ "mocha": "^10.2.0",
51
51
  "react": "^18.2.0",
52
52
  "react-dom": "^18.2.0",
53
53
  "reflect-metadata": "^0.1.13",
54
- "rimraf": "^3.0.2",
54
+ "rimraf": "^4.1.2",
55
55
  "standard-version": "^9.5.0",
56
- "typescript": "^4.9.4"
56
+ "typescript": "^4.9.5"
57
57
  }
58
58
  }