Skip to content

Commit 5a73fe3

Browse files
committed
Upgrade dependencies
Close #6
1 parent aea4d29 commit 5a73fe3

File tree

2 files changed

+24
-33
lines changed

2 files changed

+24
-33
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"testing"
3434
],
3535
"dependencies": {
36-
"@testing-library/react": "^8.0.4",
36+
"@testing-library/react": "^8.0.5",
3737
"bs-dom-testing-library": "^0.5.0"
3838
},
3939
"peerDependencies": {
@@ -43,7 +43,7 @@
4343
"@glennsl/bs-jest": "^0.4.8",
4444
"@wyze/changelog": "^1.0.0",
4545
"@wyze/github-release": "^1.0.0",
46-
"bs-platform": "^5.0.3",
46+
"bs-platform": "^5.0.6",
4747
"npm-run-all": "^4.1.5",
4848
"react": "^16.8.6",
4949
"react-dom": "^16.8.6",

yarn.lock

+22-31
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@
105105
dependencies:
106106
regenerator-runtime "^0.13.2"
107107

108+
"@babel/runtime@^7.5.4":
109+
version "7.5.5"
110+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.5.5.tgz#74fba56d35efbeca444091c7850ccd494fd2f132"
111+
integrity sha512-28QvEGyQyNkB0/m2B4FU7IEZGK2NUrcMtT6BZEFALTguLk+AUT6ofsHtPk5QyjAdUkpMJ+/Em+quwz4HOt30AQ==
112+
dependencies:
113+
regenerator-runtime "^0.13.2"
114+
108115
"@babel/template@^7.0.0", "@babel/template@^7.1.0", "@babel/template@^7.4.0":
109116
version "7.4.0"
110117
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.0.tgz#12474e9c077bae585c5d835a95c0b0b790c25c8b"
@@ -323,18 +330,7 @@
323330
dependencies:
324331
defer-to-connect "^1.0.1"
325332

326-
"@testing-library/dom@^5.0.0":
327-
version "5.5.0"
328-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-5.5.0.tgz#7c5024116ca8173187b52c538648884ac6b7b2f9"
329-
integrity sha512-QuY/XBp9fquYXP1jklKlG0nUmFVLJXLWNYANmoFs25RDystdujLXxXSVhacVqL5oIF8ESThBzHFX1FUuV/J0kw==
330-
dependencies:
331-
"@babel/runtime" "^7.4.5"
332-
"@sheerun/mutationobserver-shim" "^0.3.2"
333-
aria-query "3.0.0"
334-
pretty-format "^24.8.0"
335-
wait-for-expect "^1.2.0"
336-
337-
"@testing-library/dom@^5.6.0":
333+
"@testing-library/dom@^5.5.4", "@testing-library/dom@^5.6.0":
338334
version "5.6.0"
339335
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-5.6.0.tgz#18a7c162a6a79964e731ad7b810022a28218047c"
340336
integrity sha512-nAsRvQLr/b6TGNjuHMEbWXCNPLrQYnzqa/KKQZL7wBOtfptUxsa4Ah9aqkHW0ZmCSFmUDj4nFUxWPVTeMu0iCw==
@@ -345,13 +341,13 @@
345341
pretty-format "^24.8.0"
346342
wait-for-expect "^1.2.0"
347343

348-
"@testing-library/react@^8.0.4":
349-
version "8.0.4"
350-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-8.0.4.tgz#6ed405ba88b625ec53d7cfa78c038a950bafc1fa"
351-
integrity sha512-omm4D00Z0aMaWfPRRP4X6zIaOVb0Kf1Yc1H5VE4id9D0pQRiBcTtmjbN0kZgT8rQGxHhVAuv1NuwFwMTwKzFqg==
344+
"@testing-library/react@^8.0.5":
345+
version "8.0.5"
346+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-8.0.5.tgz#2301011a8c5567eba59691860df19a3cfc9d7425"
347+
integrity sha512-2EzVi7HjUUF8gKzB4s+oCJ1+F4VOrphO+DlUO6Ptgtcz1ko4J2zqnr0t7g+T7uedXXjJ0wdq70zQMhJXP3w37A==
352348
dependencies:
353-
"@babel/runtime" "^7.4.5"
354-
"@testing-library/dom" "^5.0.0"
349+
"@babel/runtime" "^7.5.4"
350+
"@testing-library/dom" "^5.5.4"
355351

356352
"@types/babel__core@^7.1.0":
357353
version "7.1.1"
@@ -743,10 +739,10 @@ bs-dom-testing-library@^0.5.0:
743739
dependencies:
744740
"@testing-library/dom" "^5.6.0"
745741

746-
bs-platform@^5.0.3:
747-
version "5.0.3"
748-
resolved "https://registry.yarnpkg.com/bs-platform/-/bs-platform-5.0.3.tgz#2b167603ef52574cb9534fabab702f6013715e6c"
749-
integrity sha512-GAeypBebeDGTay5kJ3v5Z3Whp1Q4zQ0hAttflVtPG3zps88xDZnVAlS3JGIIBDmJFEMyNtv5947a/IWKvWXcPw==
742+
bs-platform@^5.0.6:
743+
version "5.0.6"
744+
resolved "https://registry.yarnpkg.com/bs-platform/-/bs-platform-5.0.6.tgz#88c13041fb020479800de3d82c680bf971091425"
745+
integrity sha512-6Boa2VEcWJp2WJr38L7bp3J929nYha7gDarjxb070jWzgfPJ/WbzjipmSfnu2eqqk1MfjEIpBipbPz6n1NISwA==
750746

751747
bser@^2.0.0:
752748
version "2.0.0"
@@ -2547,15 +2543,10 @@ lodash.sortby@^4.7.0:
25472543
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
25482544
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
25492545

2550-
lodash@^4.13.1:
2551-
version "4.17.10"
2552-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
2553-
integrity sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg==
2554-
2555-
lodash@^4.17.11:
2556-
version "4.17.11"
2557-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
2558-
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
2546+
lodash@^4.13.1, lodash@^4.17.11:
2547+
version "4.17.15"
2548+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
2549+
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
25592550

25602551
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1:
25612552
version "1.3.1"

0 commit comments

Comments
 (0)