Skip to content

Commit e4256c3

Browse files
authored
472: Update jest dom package (#475)
* update jest packages
1 parent fce2af5 commit e4256c3

File tree

12 files changed

+24
-24
lines changed

12 files changed

+24
-24
lines changed

examples/computed-form-fields/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@babel/preset-env": "^7.24.0",
6060
"@babel/preset-react": "^7.23.3",
6161
"@lhci/cli": "^0.13.0",
62-
"@testing-library/jest-dom": "6.4.2",
62+
"@testing-library/jest-dom": "6.6.3",
6363
"@testing-library/react": "^14.2.2",
6464
"@vitejs/plugin-react": "^4.2.1",
6565
"concurrently": "^8.2.2",
@@ -78,4 +78,4 @@
7878
"msw": {
7979
"workerDirectory": "public"
8080
}
81-
}
81+
}

examples/conditional-form-fields/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@babel/preset-env": "^7.24.0",
6060
"@babel/preset-react": "^7.23.3",
6161
"@lhci/cli": "^0.14.0",
62-
"@testing-library/jest-dom": "6.4.2",
62+
"@testing-library/jest-dom": "6.6.3",
6363
"@testing-library/react": "^14.2.2",
6464
"@vitejs/plugin-react": "^4.2.1",
6565
"concurrently": "^8.2.2",
@@ -78,4 +78,4 @@
7878
"msw": {
7979
"workerDirectory": "public"
8080
}
81-
}
81+
}

examples/field-validators/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@babel/preset-env": "^7.24.0",
6060
"@babel/preset-react": "^7.23.3",
6161
"@lhci/cli": "^0.14.0",
62-
"@testing-library/jest-dom": "6.4.2",
62+
"@testing-library/jest-dom": "6.6.3",
6363
"@testing-library/react": "^14.2.2",
6464
"@vitejs/plugin-react": "^4.2.1",
6565
"concurrently": "^8.2.2",
@@ -78,4 +78,4 @@
7878
"msw": {
7979
"workerDirectory": "public"
8080
}
81-
}
81+
}

examples/form-structure/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@babel/preset-env": "^7.24.0",
5858
"@babel/preset-react": "^7.23.3",
5959
"@lhci/cli": "^0.14.0",
60-
"@testing-library/jest-dom": "6.4.2",
60+
"@testing-library/jest-dom": "6.6.3",
6161
"@testing-library/react": "^14.2.2",
6262
"@vitejs/plugin-react": "^4.2.1",
6363
"babel-jest": "^29.7.0",
@@ -76,4 +76,4 @@
7676
"msw": {
7777
"workerDirectory": "public"
7878
}
79-
}
79+
}

examples/mock-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@babel/preset-env": "^7.24.0",
6060
"@babel/preset-react": "^7.23.3",
6161
"@lhci/cli": "^0.14.0",
62-
"@testing-library/jest-dom": "6.4.2",
62+
"@testing-library/jest-dom": "6.6.3",
6363
"@testing-library/react": "^14.2.2",
6464
"@vitejs/plugin-react": "^4.2.1",
6565
"concurrently": "^8.2.2",
@@ -78,4 +78,4 @@
7878
"msw": {
7979
"workerDirectory": "public"
8080
}
81-
}
81+
}

examples/multistep-form/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@babel/preset-env": "^7.24.0",
6060
"@babel/preset-react": "^7.23.3",
6161
"@lhci/cli": "^0.14.0",
62-
"@testing-library/jest-dom": "6.4.2",
62+
"@testing-library/jest-dom": "6.6.3",
6363
"@testing-library/react": "^14.2.2",
6464
"@vitejs/plugin-react": "^4.2.1",
6565
"@vitest/eslint-plugin": "^1.1.7",
@@ -81,4 +81,4 @@
8181
"msw": {
8282
"workerDirectory": "public"
8383
}
84-
}
84+
}

examples/network-status/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@babel/preset-env": "^7.24.0",
6161
"@babel/preset-react": "^7.23.3",
6262
"@lhci/cli": "^0.14.0",
63-
"@testing-library/jest-dom": "6.4.2",
63+
"@testing-library/jest-dom": "6.6.3",
6464
"@testing-library/react": "^14.2.2",
6565
"@vitejs/plugin-react": "^4.2.1",
6666
"concurrently": "^8.2.2",
@@ -79,4 +79,4 @@
7979
"msw": {
8080
"workerDirectory": "public"
8181
}
82-
}
82+
}

examples/on-device-storage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@babel/preset-env": "^7.24.0",
6060
"@babel/preset-react": "^7.23.3",
6161
"@lhci/cli": "^0.14.0",
62-
"@testing-library/jest-dom": "6.4.2",
62+
"@testing-library/jest-dom": "6.6.3",
6363
"@testing-library/react": "^14.2.2",
6464
"@vitejs/plugin-react": "^4.2.1",
6565
"concurrently": "^8.2.2",
@@ -78,4 +78,4 @@
7878
"msw": {
7979
"workerDirectory": "public"
8080
}
81-
}
81+
}

examples/persisted-form/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@babel/preset-env": "^7.24.0",
6060
"@babel/preset-react": "^7.23.3",
6161
"@lhci/cli": "^0.14.0",
62-
"@testing-library/jest-dom": "6.4.2",
62+
"@testing-library/jest-dom": "6.6.3",
6363
"@testing-library/react": "^14.2.2",
6464
"@vitejs/plugin-react": "^4.2.1",
6565
"concurrently": "^8.2.2",
@@ -78,4 +78,4 @@
7878
"msw": {
7979
"workerDirectory": "public"
8080
}
81-
}
81+
}

examples/react-query/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@babel/preset-env": "^7.24.0",
4949
"@babel/preset-react": "^7.23.3",
5050
"@lhci/cli": "^0.14.0",
51-
"@testing-library/jest-dom": "6.4.2",
51+
"@testing-library/jest-dom": "6.6.3",
5252
"@testing-library/react": "^14.2.2",
5353
"@vitejs/plugin-react": "^4.2.1",
5454
"concurrently": "^8.2.2",
@@ -67,4 +67,4 @@
6767
"msw": {
6868
"workerDirectory": "public"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)