Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
update prop-types
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Aug 12, 2021
1 parent 1cb23a9 commit 4f24859
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 23 deletions.
2 changes: 1 addition & 1 deletion examples/autocomplete/package.json
Expand Up @@ -16,7 +16,7 @@
"algoliasearch": "4.9.3",
"antd": "3.23.2",
"lodash": "4.17.15",
"prop-types": "15.6.0",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-autosuggest": "9.4.3",
"react-dom": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/multi-index/package.json
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"algoliasearch": "4.9.3",
"instantsearch.css": "7.3.1",
"prop-types": "15.6.0",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-instantsearch-dom": "6.12.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/next/package.json
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"algoliasearch": "4.9.3",
"next": "9.1.1",
"prop-types": "15.6.2",
"prop-types": "15.7.2",
"qs": "6.8.0",
"react": "16.8.6",
"react-dom": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-native-query-suggestions/package.json
Expand Up @@ -15,7 +15,7 @@
"algoliasearch": "4.9.3",
"expo": "37.0.3",
"lodash": "4.17.15",
"prop-types": "15.6.2",
"prop-types": "15.7.2",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-instantsearch": "6.12.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-native/package.json
Expand Up @@ -16,7 +16,7 @@
"algoliasearch": "4.9.3",
"expo": "37.0.3",
"lodash": "4.17.15",
"prop-types": "15.6.2",
"prop-types": "15.7.2",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-instantsearch": "6.12.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-router-v3/package.json
Expand Up @@ -16,7 +16,7 @@
"algoliasearch": "4.9.3",
"instantsearch.css": "7.3.1",
"lodash": "4.17.15",
"prop-types": "15.6.0",
"prop-types": "15.7.2",
"qs": "6.8.0",
"react": "16.8.6",
"react-dom": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-router/package.json
Expand Up @@ -17,7 +17,7 @@
"algoliasearch": "4.9.3",
"instantsearch.css": "7.3.1",
"lodash": "4.17.15",
"prop-types": "15.6.0",
"prop-types": "15.7.2",
"qs": "6.8.0",
"react": "16.8.6",
"react-dom": "16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/server-side-rendering/package.json
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"algoliasearch": "4.9.3",
"express": "4.17.1",
"prop-types": "15.6.0",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-instantsearch-dom": "6.12.0"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -54,7 +54,7 @@
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/googlemaps": "^3.30.16",
"@types/jest": "^24.0.0",
"@types/prop-types": "^15.5.8",
"@types/prop-types": "^15.7.4",
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",
"@types/react-test-renderer": "^16.0.3",
Expand Down Expand Up @@ -109,7 +109,7 @@
"null-loader": "3.0.0",
"places.js": "1.16.4",
"prettier": "1.18.2",
"prop-types": "15.6.2",
"prop-types": "15.7.2",
"puppeteer": "1.20.0",
"react": "16.8.6",
"react-autosuggest": "9.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch-core/package.json
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@babel/runtime": "^7.1.2",
"algoliasearch-helper": "^3.5.3",
"prop-types": "^15.6.2",
"prop-types": "15.7.2",
"react-fast-compare": "^3.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch-dom-maps/package.json
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"prop-types": "^15.6.2",
"prop-types": "15.7.2",
"scriptjs": "^2.5.8"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-instantsearch-dom/package.json
Expand Up @@ -37,7 +37,7 @@
"@babel/runtime": "^7.1.2",
"algoliasearch-helper": "^3.5.3",
"classnames": "^2.2.5",
"prop-types": "^15.6.2",
"prop-types": "15.7.2",
"react-fast-compare": "^3.0.0",
"react-instantsearch-core": "^6.12.1"
},
Expand Down
25 changes: 15 additions & 10 deletions yarn.lock
Expand Up @@ -4073,11 +4073,16 @@
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==

"@types/prop-types@*", "@types/prop-types@^15.5.8":
"@types/prop-types@*":
version "15.5.8"
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.5.8.tgz#8ae4e0ea205fe95c3901a5a1df7f66495e3a56ce"
integrity sha512-3AQoUxQcQtLHsK25wtTWIoIpgYjH3vSDroZOUr7PpCHw/jLY1RB9z9E8dBT/OSmwStVgkRNvdh+ZHNiomRieaw==

"@types/prop-types@^15.7.4":
version "15.7.4"
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11"
integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==

"@types/q@^1.5.1":
version "1.5.1"
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.1.tgz#48fd98c1561fe718b61733daed46ff115b496e18"
Expand Down Expand Up @@ -16244,15 +16249,7 @@ prop-types-exact@^1.2.0:
object.assign "^4.1.0"
reflect.ownkeys "^0.2.0"

prop-types@15.6.2, prop-types@^15.5.10, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2:
version "15.6.2"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
integrity sha512-3pboPvLiWD7dkI3qf3KbUe6hKFKa52w+AE0VCqECtf+QHAKgOL37tTaNCnuX1nAAQ4ZhyP+kYVKf8rLmJ/feDQ==
dependencies:
loose-envify "^1.3.1"
object-assign "^4.1.1"

prop-types@^15.7.2:
prop-types@15.7.2, prop-types@^15.7.2:
version "15.7.2"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
Expand All @@ -16261,6 +16258,14 @@ prop-types@^15.7.2:
object-assign "^4.1.1"
react-is "^16.8.1"

prop-types@^15.5.10, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2:
version "15.6.2"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
integrity sha512-3pboPvLiWD7dkI3qf3KbUe6hKFKa52w+AE0VCqECtf+QHAKgOL37tTaNCnuX1nAAQ4ZhyP+kYVKf8rLmJ/feDQ==
dependencies:
loose-envify "^1.3.1"
object-assign "^4.1.1"

propagate@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/propagate/-/propagate-2.0.1.tgz#40cdedab18085c792334e64f0ac17256d38f9a45"
Expand Down

0 comments on commit 4f24859

Please sign in to comment.