We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab457af commit 2730aa0Copy full SHA for 2730aa0
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-abac",
3
- "version": "0.1.362",
+ "version": "0.1.363",
4
"description": "Attribute Based Access Control and Role Based Access Control for React",
5
"keywords": [
6
"abac",
@@ -177,9 +177,9 @@
177
"import-sort-parser-typescript": "6.0.0",
178
"import-sort-style-custom": "2.1.2",
179
"import-sort-style-module": "6.0.0",
180
- "jest": "29.7.0",
181
- "jest-cli": "29.7.0",
182
- "jest-environment-jsdom": "29.7.0",
+ "jest": "30.0.0",
+ "jest-cli": "30.0.0",
+ "jest-environment-jsdom": "30.0.0",
183
"jest-environment-jsdom-global": "4.0.0",
184
"lint-staged": "16.1.0",
185
"prettier": "3.5.3",
0 commit comments