mirror of
https://github.com/prymitive/karma
synced 2026-05-13 03:56:59 +00:00
fix(deps): update dependency @types/react-dom to v16.9.4
This commit is contained in:
6
ui/package-lock.json
generated
6
ui/package-lock.json
generated
@@ -2983,9 +2983,9 @@
|
||||
}
|
||||
},
|
||||
"@types/react-dom": {
|
||||
"version": "16.9.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.3.tgz",
|
||||
"integrity": "sha512-FUuZKXPr9qlzUT9lhuzrZgLjH63TvNn28Ch3MvKG4B+F52zQtO8DtE0Opbncy3xaucNZM2WIPfuNTgkbKx5Brg==",
|
||||
"version": "16.9.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.4.tgz",
|
||||
"integrity": "sha512-fya9xteU/n90tda0s+FtN5Ym4tbgxpq/hb/Af24dvs6uYnYn+fspaxw5USlw0R8apDNwxsqumdRoCoKitckQqw==",
|
||||
"requires": {
|
||||
"@types/react": "*"
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"@types/jest": "24.0.22",
|
||||
"@types/node": "12.12.6",
|
||||
"@types/react": "16.9.11",
|
||||
"@types/react-dom": "16.9.3",
|
||||
"@types/react-dom": "16.9.4",
|
||||
"body-scroll-lock": "2.6.4",
|
||||
"bootstrap": "4.3.1",
|
||||
"bootswatch": "4.3.1",
|
||||
|
||||
Reference in New Issue
Block a user