mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-29 10:16:53 +02:00
Update dependency react-github-btn to v1.4.0
This commit is contained in:
parent
fa549d16c6
commit
a058d65456
2 changed files with 10 additions and 10 deletions
|
@ -65,7 +65,7 @@
|
|||
"prop-types": "15.8.1",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-github-btn": "1.3.0",
|
||||
"react-github-btn": "1.4.0",
|
||||
"react-helmet": "6.1.0",
|
||||
"react-i18next": "11.18.5",
|
||||
"sass": "1.54.8",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -7293,10 +7293,10 @@ git-up@^6.0.0:
|
|||
is-ssh "^1.4.0"
|
||||
parse-url "^7.0.2"
|
||||
|
||||
github-buttons@^2.21.1:
|
||||
version "2.21.1"
|
||||
resolved "https://registry.npmjs.org/github-buttons/-/github-buttons-2.21.1.tgz"
|
||||
integrity sha512-n9bCQ8sj+5oX1YH5NeyWGbAclRDtHEhMBzqw2ctsWpdEHOwVgfruRu0VIVy01Ah10dd/iFajMHYU71L7IBWBOw==
|
||||
github-buttons@^2.22.0:
|
||||
version "2.22.0"
|
||||
resolved "https://registry.yarnpkg.com/github-buttons/-/github-buttons-2.22.0.tgz#b2669f8504ce5496ab37b7ce53e8ed01db9818bc"
|
||||
integrity sha512-N5bk01s1WgK1FVtoeSUVkRkJpkaSu8yHMPcjye+PTa0jsRjMRNrYqVLgpUf2RA5Kvec05DfHYAT6/68fwkdqPw==
|
||||
|
||||
github-from-package@0.0.0:
|
||||
version "0.0.0"
|
||||
|
@ -10848,12 +10848,12 @@ react-fast-compare@^3.1.1:
|
|||
resolved "https://registry.npmjs.org/react-fast-compare/-/react-fast-compare-3.2.0.tgz"
|
||||
integrity sha512-rtGImPZ0YyLrscKI9xTpV8psd6I8VAtjKCzQDlzyDvqJA8XOW78TXYQwNRNd8g8JZnDu8q9Fu/1v4HPAVwVdHA==
|
||||
|
||||
react-github-btn@1.3.0:
|
||||
version "1.3.0"
|
||||
resolved "https://registry.yarnpkg.com/react-github-btn/-/react-github-btn-1.3.0.tgz#d5a64d05d3615ec03e863874eac10e70d5e8aff8"
|
||||
integrity sha512-IpyNbbYENfmYOLoRkeKauAZF5PTkplawRquSiI7uDVJBUCVrR5jQ9zYBx4TlpzhWeYU+BIfKNnXtz2wvQJPsZg==
|
||||
react-github-btn@1.4.0:
|
||||
version "1.4.0"
|
||||
resolved "https://registry.yarnpkg.com/react-github-btn/-/react-github-btn-1.4.0.tgz#92654107e92658e60dd977c7a92b212f806da78d"
|
||||
integrity sha512-lV4FYClAfjWnBfv0iNlJUGhamDgIq6TayD0kPZED6VzHWdpcHmPfsYOZ/CFwLfPv4Zp+F4m8QKTj0oy2HjiGXg==
|
||||
dependencies:
|
||||
github-buttons "^2.21.1"
|
||||
github-buttons "^2.22.0"
|
||||
|
||||
react-helmet@6.1.0, react-helmet@^6.1.0:
|
||||
version "6.1.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue