Skip to content

Commit c1d057d

Browse files
committed
chore: update all the dependencies
1 parent 9007a67 commit c1d057d

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@
3535
"dist"
3636
],
3737
"dependencies": {
38-
"@babel/runtime": "^7.9.2",
39-
"@types/testing-library__dom": "^7.0.0",
38+
"@babel/runtime": "^7.9.6",
39+
"@types/testing-library__dom": "^7.0.2",
4040
"aria-query": "^4.0.2",
41-
"dom-accessibility-api": "^0.4.2",
42-
"pretty-format": "^25.1.0"
41+
"dom-accessibility-api": "^0.4.3",
42+
"pretty-format": "^26.0.1"
4343
},
4444
"devDependencies": {
45-
"@testing-library/jest-dom": "^5.1.1",
45+
"@testing-library/jest-dom": "^5.5.0",
4646
"jest-in-case": "^1.0.2",
4747
"jest-serializer-ansi": "^1.0.3",
4848
"jest-watch-select-projects": "^2.0.0",
49-
"jsdom": "^16.2.1",
50-
"kcd-scripts": "^5.6.0"
49+
"jsdom": "^16.2.2",
50+
"kcd-scripts": "^5.11.1"
5151
},
5252
"eslintConfig": {
5353
"extends": "./node_modules/kcd-scripts/eslint.js",

src/__tests__/misc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import {render} from './helpers/test-utils'
21
import {queryByAttribute} from '..'
2+
import {render} from './helpers/test-utils'
33

44
// we used to use queryByAttribute internally, but we don't anymore. Some people
55
// use it as an undocumented part of the API, so we'll keep it around.

src/__tests__/screen.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import {renderIntoDocument} from './helpers/test-utils'
21
import {screen} from '..'
2+
import {renderIntoDocument} from './helpers/test-utils'
33

44
beforeEach(() => {
55
jest.spyOn(console, 'log').mockImplementation(() => {})

src/__tests__/wait-for.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import {renderIntoDocument} from './helpers/test-utils'
21
import {waitFor} from '../'
2+
import {renderIntoDocument} from './helpers/test-utils'
33

44
test('waits callback to not throw an error', async () => {
55
const spy = jest.fn()

0 commit comments

Comments
 (0)