Skip to content

Commit 263aac0

Browse files
fix(deps): update jest monorepo to v30
1 parent ab457af commit 263aac0

3 files changed

Lines changed: 959 additions & 653 deletions

File tree

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "react-abac-example",
3-
"version": "0.1.523",
3+
"version": "0.1.524",
44
"private": true,
55
"homepage": ".",
66
"dependencies": {
7-
"@types/jest": "29.5.14",
7+
"@types/jest": "30.0.0",
88
"@types/node": "22.15.31",
99
"@types/react": "19.1.8",
1010
"@types/react-dom": "19.1.6",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-abac",
3-
"version": "0.1.362",
3+
"version": "0.1.363",
44
"description": "Attribute Based Access Control and Role Based Access Control for React",
55
"keywords": [
66
"abac",
@@ -158,7 +158,7 @@
158158
"@semantic-release/release-notes-generator": "14.0.3",
159159
"@types/enzyme": "3.10.19",
160160
"@types/enzyme-adapter-react-16": "1.0.9",
161-
"@types/jest": "29.5.14",
161+
"@types/jest": "30.0.0",
162162
"@types/node": "22.15.31",
163163
"@types/react": "19.1.8",
164164
"@types/react-dom": "19.1.6",
@@ -177,9 +177,9 @@
177177
"import-sort-parser-typescript": "6.0.0",
178178
"import-sort-style-custom": "2.1.2",
179179
"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",
180+
"jest": "30.0.0",
181+
"jest-cli": "30.0.0",
182+
"jest-environment-jsdom": "30.0.0",
183183
"jest-environment-jsdom-global": "4.0.0",
184184
"lint-staged": "16.1.0",
185185
"prettier": "3.5.3",

0 commit comments

Comments
 (0)