Merge pull request #3788 from prometheus/dependabot/npm_and_yarn/ui/react-app/use-query-params-2.2.1
Bump use-query-params from 2.2.0 to 2.2.1 in /ui/react-app
This commit is contained in:
commit
4c1a187fef
|
@ -16,7 +16,7 @@
|
||||||
"react": "^18.0.0",
|
"react": "^18.0.0",
|
||||||
"react-dom": "^18.0.0",
|
"react-dom": "^18.0.0",
|
||||||
"react-router-dom": "^6.3.0",
|
"react-router-dom": "^6.3.0",
|
||||||
"use-query-params": "^2.1.1"
|
"use-query-params": "^2.2.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": "^18.2.51",
|
"@types/react": "^18.2.51",
|
||||||
|
@ -7877,15 +7877,25 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/use-query-params": {
|
"node_modules/use-query-params": {
|
||||||
"version": "2.2.0",
|
"version": "2.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/use-query-params/-/use-query-params-2.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/use-query-params/-/use-query-params-2.2.1.tgz",
|
||||||
"integrity": "sha512-MPBwXVZYzFeJEdjv0YgPNFsafUOM8WTpwBEZfNEMlyzbTsf2c+ZpOBkdM95/w4rxzk4eVO3E4DW7v33+VDbiQw==",
|
"integrity": "sha512-i6alcyLB8w9i3ZK3caNftdb+UnbfBRNPDnc89CNQWkGRmDrm/gfydHvMBfVsQJRq3NoHOM2dt/ceBWG2397v1Q==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"serialize-query-params": "^2.0.2"
|
"serialize-query-params": "^2.0.2"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
"@reach/router": "^1.2.1",
|
||||||
"react": ">=16.8.0",
|
"react": ">=16.8.0",
|
||||||
"react-dom": ">=16.8.0"
|
"react-dom": ">=16.8.0",
|
||||||
|
"react-router-dom": ">=5"
|
||||||
|
},
|
||||||
|
"peerDependenciesMeta": {
|
||||||
|
"@reach/router": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"react-router-dom": {
|
||||||
|
"optional": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/use-sync-external-store": {
|
"node_modules/use-sync-external-store": {
|
||||||
|
@ -14128,9 +14138,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"use-query-params": {
|
"use-query-params": {
|
||||||
"version": "2.2.0",
|
"version": "2.2.1",
|
||||||
"resolved": "https://registry.npmjs.org/use-query-params/-/use-query-params-2.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/use-query-params/-/use-query-params-2.2.1.tgz",
|
||||||
"integrity": "sha512-MPBwXVZYzFeJEdjv0YgPNFsafUOM8WTpwBEZfNEMlyzbTsf2c+ZpOBkdM95/w4rxzk4eVO3E4DW7v33+VDbiQw==",
|
"integrity": "sha512-i6alcyLB8w9i3ZK3caNftdb+UnbfBRNPDnc89CNQWkGRmDrm/gfydHvMBfVsQJRq3NoHOM2dt/ceBWG2397v1Q==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"serialize-query-params": "^2.0.2"
|
"serialize-query-params": "^2.0.2"
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
"react": "^18.0.0",
|
"react": "^18.0.0",
|
||||||
"react-dom": "^18.0.0",
|
"react-dom": "^18.0.0",
|
||||||
"react-router-dom": "^6.3.0",
|
"react-router-dom": "^6.3.0",
|
||||||
"use-query-params": "^2.1.1"
|
"use-query-params": "^2.2.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/react": "^18.2.51",
|
"@types/react": "^18.2.51",
|
||||||
|
|
Loading…
Reference in New Issue