react-chain-of-responsibility 0.4.0-main.a4b61d2 → 0.4.0-main.feea005

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 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-chain-of-responsibility",
3
- "version": "0.4.0-main.a4b61d2",
3
+ "version": "0.4.0-main.feea005",
4
4
  "description": "Using chain of responsibility design pattern for compositing and customizing React component.",
5
5
  "files": [
6
6
  "./dist/"
@@ -98,18 +98,9 @@
98
98
  }
99
99
  },
100
100
  "pinDependencies": {
101
- "@testduet/given-when-then": [
102
- "main"
103
- ],
104
- "@testduet/wait-for": [
105
- "main"
106
- ],
107
101
  "@types/react": [
108
102
  "18"
109
103
  ],
110
- "escape-string-regexp": [
111
- "4"
112
- ],
113
104
  "react": [
114
105
  "18"
115
106
  ],
@@ -121,24 +112,23 @@
121
112
  ]
122
113
  },
123
114
  "devDependencies": {
124
- "@babel/preset-env": "^7.28.0",
115
+ "@babel/preset-env": "^7.27.2",
125
116
  "@babel/preset-react": "^7.27.1",
126
117
  "@babel/preset-typescript": "^7.27.1",
127
- "@fluentui/react": "^8.123.1",
118
+ "@fluentui/react": "^8.123.0",
128
119
  "@testduet/given-when-then": "^0.1.0-main.334801c",
129
- "@testduet/wait-for": "^0.1.1-main.3a4f261",
130
120
  "@testing-library/dom": "^10.4.0",
131
121
  "@testing-library/react": "^16.3.0",
132
122
  "@tsconfig/recommended": "^1.0.10",
133
123
  "@tsconfig/strictest": "^2.0.5",
134
124
  "@types/jest": "^30.0.0",
135
- "@types/node": "^24.0.15",
125
+ "@types/node": "^24.0.3",
136
126
  "@types/react": "^18.3.23",
137
- "esbuild": "^0.25.8",
127
+ "esbuild": "^0.25.5",
138
128
  "escape-string-regexp": "^4.0.0",
139
- "jest": "^30.0.4",
140
- "jest-environment-jsdom": "^30.0.4",
141
- "prettier": "^3.6.2",
129
+ "jest": "^30.0.2",
130
+ "jest-environment-jsdom": "^30.0.2",
131
+ "prettier": "^3.5.3",
142
132
  "publint": "^0.3.12",
143
133
  "react": "^18.3.1",
144
134
  "react-dom": "^18.3.1",
@@ -153,7 +143,7 @@
153
143
  },
154
144
  "dependencies": {
155
145
  "handler-chain": "^0.1.0",
156
- "react-chain-of-responsibility": "^0.4.0-main.a4b61d2",
146
+ "react-chain-of-responsibility": "^0.4.0-main.feea005",
157
147
  "valibot": "^1.1.0"
158
148
  }
159
149
  }