Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: testing-library/dom-testing-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.18.0
Choose a base ref
...
head repository: testing-library/dom-testing-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.18.1
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Sep 19, 2022

  1. Verified

    This commit was signed with the committer’s verified signature.
    jbedard Jason Bedard
    Copy the full SHA
    a9a8cf2 View commit details
Showing with 19 additions and 0 deletions.
  1. +19 −0 package.json
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -23,6 +23,25 @@
"engines": {
"node": ">=12"
},
"browserslist": [
"and_chr 103",
"and_ff 101",
"and_qq 10.4",
"and_uc 12.12",
"android 103",
"chrome 102",
"edge 102",
"firefox 91",
"ios_saf 12.2-12.5",
"kaios 2.5",
"op_mini all",
"op_mob 64",
"opera 88",
"safari 15.5",
"samsung 17.0",
"samsung 16.0",
"node 12.0"
],
"scripts": {
"build": "kcd-scripts build --no-ts-defs --ignore \"**/__tests__/**,**/__node_tests__/**,**/__mocks__/**\" && kcd-scripts build --no-ts-defs --bundle --no-clean",
"format": "kcd-scripts format",