react-chain-of-responsibility 0.2.0 → 0.2.1-main.585aa71

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 +16 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-chain-of-responsibility",
3
- "version": "0.2.0",
3
+ "version": "0.2.1-main.585aa71",
4
4
  "description": "Using chain of responsibility design pattern for React component customization.",
5
5
  "files": [
6
6
  "./dist/"
@@ -87,6 +87,20 @@
87
87
  "react-test-renderer": "18.0.0"
88
88
  }
89
89
  },
90
+ "pinDependencies": {
91
+ "@types/react": [
92
+ "18"
93
+ ],
94
+ "react": [
95
+ "18"
96
+ ],
97
+ "react-dom": [
98
+ "18"
99
+ ],
100
+ "react-test-renderer": [
101
+ "18"
102
+ ]
103
+ },
90
104
  "devDependencies": {
91
105
  "@babel/preset-env": "^7.25.8",
92
106
  "@babel/preset-react": "^7.25.7",
@@ -117,6 +131,6 @@
117
131
  },
118
132
  "dependencies": {
119
133
  "prop-types": "^15.8.1",
120
- "react-chain-of-responsibility": "^0.2.0"
134
+ "react-chain-of-responsibility": "^0.2.1-main.585aa71"
121
135
  }
122
136
  }