Skip to content

Commit 5aa7dcc

Browse files
Bump @testing-library/react from 14.0.0 to 16.0.1 (#11)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alexander Nicholson <alexn400@gmail.com>
1 parent 3e1a07c commit 5aa7dcc

2 files changed

Lines changed: 50 additions & 456 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-dialog-async",
33
"description": "A promise-based way to show dialogs in React",
4-
"version": "1.3.2",
4+
"version": "1.3.3",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",
77
"types": "dist/index.d.ts",
@@ -13,7 +13,8 @@
1313
"devDependencies": {
1414
"@rollup/plugin-commonjs": "^21.0.1",
1515
"@rollup/plugin-node-resolve": "^13.0.6",
16-
"@testing-library/react": "^14.0.0",
16+
"@testing-library/dom": "^10.4.0",
17+
"@testing-library/react": "^16.0.1",
1718
"@types/react": "^18.2.19",
1819
"@types/react-dom": "^18.2.7",
1920
"@vitejs/plugin-react": "^4.0.4",
@@ -25,11 +26,11 @@
2526
"react": "^18.2.0",
2627
"react-dom": "^18.2.0",
2728
"rollup": "^2.52.2",
29+
"rollup-plugin-delete": "^2.0.0",
2830
"rollup-plugin-dts": "^5.3.1",
2931
"rollup-plugin-peer-deps-external": "^2.2.4",
3032
"rollup-plugin-typescript2": "^0.36.0",
3133
"typescript": "^4.3.4",
32-
"rollup-plugin-delete": "^2.0.0",
3334
"vitest": "^0.34.1"
3435
},
3536
"peerDependencies": {

0 commit comments

Comments
 (0)