Skip to content

Commit

Permalink
Debump @testing-library/react on switch
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Mar 31, 2024
1 parent b79ef0d commit d9bd5e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react-chain-of-responsibility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"prepack": "cp ../../CHANGELOG.md . && cp ../../LICENSE . && cp ../../README.md .",
"switch:react": "npm install @testing-library/react@$TESTING_LIBRARY_VERSION @types/react@$REACT_VERSION react@$REACT_VERSION react-test-renderer@$REACT_VERSION",
"switch:react:16": "REACT_VERSION=16.8.0 TESTING_LIBRARY_VERSION=12 npm run switch:react",
"switch:react:17": "REACT_VERSION=17.0.0 TESTING_LIBRARY_VERSION=13 npm run switch:react",
"switch:react:18": "REACT_VERSION=18.0.0 TESTING_LIBRARY_VERSION=14 npm run switch:react",
"switch:react:17": "REACT_VERSION=17.0.0 TESTING_LIBRARY_VERSION=12 npm run switch:react",
"switch:react:18": "REACT_VERSION=18.0.0 TESTING_LIBRARY_VERSION=latest npm run switch:react",
"switch:react:latest": "REACT_VERSION=latest TESTING_LIBRARY_VERSION=latest npm run switch:react",
"test": "jest"
},
Expand Down Expand Up @@ -93,7 +93,7 @@
"@tsconfig/strictest": "^2.0.4",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@types/react": "^18.2.70",
"@types/react": "^18.2.73",
"esbuild": "^0.20.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
Expand Down

0 comments on commit d9bd5e1

Please sign in to comment.