Skip to content

Commit 5c512dd

Browse files
chore(deps-dev): bump @types/react-router-dom from 4.3.2 to 4.3.3 (#25)
Bumps [@types/react-router-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-router-dom) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-router-dom) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent cd6f656 commit 5c512dd

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/history": "^4.7.2",
4949
"@types/leaflet": "^1.4.4",
5050
"@types/react-leaflet": "^2.2.1",
51-
"@types/react-router-dom": "^4.3.2",
51+
"@types/react-router-dom": "^4.3.3",
5252
"@types/styled-components": "^4.1.14",
5353
"apollo": "2.12.5"
5454
}

yarn.lock

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,10 +1634,10 @@
16341634
"@types/prop-types" "*"
16351635
"@types/react" "*"
16361636

1637-
"@types/react-router-dom@^4.3.2":
1638-
version "4.3.2"
1639-
resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-4.3.2.tgz#52c17c3682597638f31c17c42620403dc5c2a3f5"
1640-
integrity sha512-biesHodFxPgDxku2m08XwPeAfUYBcxAnrQG7pwFikuA3L2e3u2OKAb+Sb16bJuU3L5CTHd+Ivap+ke4mmGsHqQ==
1637+
"@types/react-router-dom@^4.3.3":
1638+
version "4.3.3"
1639+
resolved "https://registry.yarnpkg.com/@types/react-router-dom/-/react-router-dom-4.3.3.tgz#7837e3e9fefbc84a8f6c8a51dca004f4e83e94e3"
1640+
integrity sha512-xj0DmFjgvAqRfh/kJPO7apD5G30yPQe+8slu/dugioQOkdKpyzc4Fgk4hoTelm6CSHz7pI2PPsW5+Y6GRBF2zw==
16411641
dependencies:
16421642
"@types/history" "*"
16431643
"@types/react" "*"
@@ -1651,15 +1651,7 @@
16511651
"@types/history" "*"
16521652
"@types/react" "*"
16531653

1654-
"@types/react@*":
1655-
version "16.8.15"
1656-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.15.tgz#a76515fed5aa3e996603056f54427fec5f2a5122"
1657-
integrity sha512-dMhzw1rWK+wwJWvPp5Pk12ksSrm/z/C/+lOQbMZ7YfDQYnJ02bc0wtg4EJD9qrFhuxFrf/ywNgwTboucobJqQg==
1658-
dependencies:
1659-
"@types/prop-types" "*"
1660-
csstype "^2.2.0"
1661-
1662-
"@types/react@^16.8.15":
1654+
"@types/react@*", "@types/react@^16.8.15":
16631655
version "16.8.19"
16641656
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.19.tgz#629154ef05e2e1985cdde94477deefd823ad9be3"
16651657
integrity sha512-QzEzjrd1zFzY9cDlbIiFvdr+YUmefuuRYrPxmkwG0UQv5XF35gFIi7a95m1bNVcFU0VimxSZ5QVGSiBmlggQXQ==

0 commit comments

Comments
 (0)