Skip to content

Commit 20196d1

Browse files
dependabot-preview[bot]mdauner
authored andcommitted
chore(deps-dev): bump @testing-library/jest-dom from 4.1.1 to 4.1.2
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/master/CHANGELOG.md) - [Commits](testing-library/jest-dom@v4.1.1...v4.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 458e03d commit 20196d1

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@babel/preset-env": "7.6.3",
1616
"@commitlint/cli": "^8.2.0",
1717
"@commitlint/config-conventional": "^8.2.0",
18-
"@testing-library/jest-dom": "4.1.1",
18+
"@testing-library/jest-dom": "4.1.2",
1919
"@testing-library/svelte": "1.9.0",
2020
"@types/jest": "24.0.18",
2121
"autoprefixer": "9.6.4",

yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -614,20 +614,13 @@
614614
js-levenshtein "^1.1.3"
615615
semver "^5.5.0"
616616

617-
"@babel/runtime@^7.0.0":
617+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.5.1", "@babel/runtime@^7.5.5":
618618
version "7.6.3"
619619
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.3.tgz#935122c74c73d2240cafd32ddb5fc2a6cd35cf1f"
620620
integrity sha512-kq6anf9JGjW8Nt5rYfEuGRaEAaH1mkv3Bbu6rYvLOpPh/RusSJXuKPEAoZ7L7gybZkchE8+NV5g9vKF4AGAtsA==
621621
dependencies:
622622
regenerator-runtime "^0.13.2"
623623

624-
"@babel/runtime@^7.5.1", "@babel/runtime@^7.5.5":
625-
version "7.6.2"
626-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.6.2.tgz#c3d6e41b304ef10dcf13777a33e7694ec4a9a6dd"
627-
integrity sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==
628-
dependencies:
629-
regenerator-runtime "^0.13.2"
630-
631624
"@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4", "@babel/template@^7.6.0":
632625
version "7.6.0"
633626
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.6.0.tgz#7f0159c7f5012230dad64cca42ec9bdb5c9536e6"
@@ -1126,10 +1119,10 @@
11261119
pretty-format "^24.8.0"
11271120
wait-for-expect "^1.3.0"
11281121

1129-
"@testing-library/jest-dom@4.1.1":
1130-
version "4.1.1"
1131-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-4.1.1.tgz#fe063a97784c8e58fc0498869e689151faeceda3"
1132-
integrity sha512-4tMKJ6loIPPoERJoeqSWd0CQDsU+RPdXB1V4dgHgUpJVrObjb+TsWTG2VL32tVeUMZoXqk7cUh14YQXceFzfxg==
1122+
"@testing-library/jest-dom@4.1.2":
1123+
version "4.1.2"
1124+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-4.1.2.tgz#e523047191379abd67cf0896dfd93cabc7e33eab"
1125+
integrity sha512-fNf2rCfu0dBD4DmpzqR2ibsaFlFojrWI/EuU8LLqv73CzFIMvT2RMq88p5JVRe4DfeNj0mu0MQ5FTG4mQ0qFaA==
11331126
dependencies:
11341127
"@babel/runtime" "^7.5.1"
11351128
chalk "^2.4.1"

0 commit comments

Comments
 (0)