mirror of
https://github.com/prymitive/karma
synced 2026-05-23 04:42:58 +00:00
fix(deps): update dependency @types/react-select to v4.0.15
This commit is contained in:
committed by
Łukasz Mierzwa
parent
0056532962
commit
7d4c15af7e
6
ui/package-lock.json
generated
6
ui/package-lock.json
generated
@@ -4423,9 +4423,9 @@
|
||||
}
|
||||
},
|
||||
"@types/react-select": {
|
||||
"version": "4.0.14",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-4.0.14.tgz",
|
||||
"integrity": "sha512-bGisnh8SWQqvoygT9CsaOFwG6o4C/0RCB8X2c3luNXpI0x98u4pA9e9bb12mnQuz/0/D2nBeDGvQv/wU9p6OCw==",
|
||||
"version": "4.0.15",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-4.0.15.tgz",
|
||||
"integrity": "sha512-GPyBFYGMVFCtF4eg9riodEco+s2mflR10Nd5csx69+bcdvX6Uo9H/jgrIqovBU9yxBppB9DS66OwD6xxgVqOYQ==",
|
||||
"requires": {
|
||||
"@emotion/serialize": "^1.0.0",
|
||||
"@types/react": "*",
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"@types/react": "17.0.3",
|
||||
"@types/react-dom": "17.0.3",
|
||||
"@types/react-js-pagination": "3.0.3",
|
||||
"@types/react-select": "4.0.14",
|
||||
"@types/react-select": "4.0.15",
|
||||
"@typescript-eslint/eslint-plugin": "4.22.0",
|
||||
"@typescript-eslint/parser": "4.22.0",
|
||||
"body-scroll-lock": "3.1.5",
|
||||
|
||||
Reference in New Issue
Block a user