Bump use-keyboard-shortcut from 1.0.6 to 1.1.0 (#141)
This commit is contained in:
parent
9575d79e59
commit
5a72f6f91a
|
@ -47,7 +47,7 @@
|
|||
"react-syntax-highlighter": "^15.4.5",
|
||||
"serve": "^13.0.2",
|
||||
"typescript": "^4.5.4",
|
||||
"use-keyboard-shortcut": "^1.0.6",
|
||||
"use-keyboard-shortcut": "^1.1.0",
|
||||
"web-vitals": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -18365,9 +18365,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/use-keyboard-shortcut": {
|
||||
"version": "1.0.6",
|
||||
"resolved": "https://registry.npmjs.org/use-keyboard-shortcut/-/use-keyboard-shortcut-1.0.6.tgz",
|
||||
"integrity": "sha512-xdH5+XZ6fpey4Cvuh/T0q0tBYu9RGlhg1Xf2W6THtGi5CnI/M90kVaCpfy/Ew8ZDyJnUEwSh4gYolVI2QtgciQ==",
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/use-keyboard-shortcut/-/use-keyboard-shortcut-1.1.0.tgz",
|
||||
"integrity": "sha512-92CzhdDqdH6518HHCpq1Nuey5RpJ2MuI6E60Y9Pl8G5hPZpGnOY4IrNttsTafDvser4uutfkepksE4MHzEczwg==",
|
||||
"peerDependencies": {
|
||||
"react": "^16.8.0",
|
||||
"react-dom": "^16.8.0"
|
||||
|
@ -31850,9 +31850,9 @@
|
|||
"version": "3.1.1"
|
||||
},
|
||||
"use-keyboard-shortcut": {
|
||||
"version": "1.0.6",
|
||||
"resolved": "https://registry.npmjs.org/use-keyboard-shortcut/-/use-keyboard-shortcut-1.0.6.tgz",
|
||||
"integrity": "sha512-xdH5+XZ6fpey4Cvuh/T0q0tBYu9RGlhg1Xf2W6THtGi5CnI/M90kVaCpfy/Ew8ZDyJnUEwSh4gYolVI2QtgciQ==",
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/use-keyboard-shortcut/-/use-keyboard-shortcut-1.1.0.tgz",
|
||||
"integrity": "sha512-92CzhdDqdH6518HHCpq1Nuey5RpJ2MuI6E60Y9Pl8G5hPZpGnOY4IrNttsTafDvser4uutfkepksE4MHzEczwg==",
|
||||
"requires": {}
|
||||
},
|
||||
"util": {
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
"react-syntax-highlighter": "^15.4.5",
|
||||
"serve": "^13.0.2",
|
||||
"typescript": "^4.5.4",
|
||||
"use-keyboard-shortcut": "^1.0.6",
|
||||
"use-keyboard-shortcut": "^1.1.0",
|
||||
"web-vitals": "^1.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue