mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-28 17:56:51 +02:00
Update dependency gatsby-plugin-react-i18next to v2.0.5
This commit is contained in:
parent
446fc6a3fc
commit
a883d09114
2 changed files with 10 additions and 10 deletions
|
@ -44,7 +44,7 @@
|
|||
"gatsby-plugin-offline": "5.24.0",
|
||||
"gatsby-plugin-portal": "1.0.7",
|
||||
"gatsby-plugin-react-helmet": "5.24.0",
|
||||
"gatsby-plugin-react-i18next": "2.0.4",
|
||||
"gatsby-plugin-react-i18next": "2.0.5",
|
||||
"gatsby-plugin-remote-images": "3.5.0",
|
||||
"gatsby-plugin-remove-serviceworker": "1.0.0",
|
||||
"gatsby-plugin-robots-txt": "1.7.1",
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -3784,10 +3784,10 @@ braces@^3.0.1, braces@^3.0.2, braces@~3.0.2:
|
|||
dependencies:
|
||||
fill-range "^7.0.1"
|
||||
|
||||
browser-lang@^0.1.0:
|
||||
version "0.1.0"
|
||||
resolved "https://registry.npmjs.org/browser-lang/-/browser-lang-0.1.0.tgz"
|
||||
integrity sha512-p4mdcU9fIsoDtbAVorKtxo5H86mK040MYn96yshyhfN3OF0iySuITgR8IxldI72MJAultMnwqDgwfWWwjUrSsw==
|
||||
browser-lang@^0.2.0:
|
||||
version "0.2.1"
|
||||
resolved "https://registry.yarnpkg.com/browser-lang/-/browser-lang-0.2.1.tgz#7374d2e033743a7600790189de588a051fd4ea25"
|
||||
integrity sha512-+xmtsTxVZKWrKHoNUQp4Tm7BEXlnMwOMAHZAh1SSot1+n04qHLFIH0K5anX52k5BkcauggbaNlWT8f3bVwDh/Q==
|
||||
|
||||
browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.16.3, browserslist@^4.16.6, browserslist@^4.17.5, browserslist@^4.19.1, browserslist@^4.6.6:
|
||||
version "4.19.1"
|
||||
|
@ -6762,13 +6762,13 @@ gatsby-plugin-react-helmet@5.24.0:
|
|||
dependencies:
|
||||
"@babel/runtime" "^7.15.4"
|
||||
|
||||
gatsby-plugin-react-i18next@2.0.4:
|
||||
version "2.0.4"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-react-i18next/-/gatsby-plugin-react-i18next-2.0.4.tgz#30578f114ee3b365671ab025b85672d9cb5ee933"
|
||||
integrity sha512-B1SXBpFxuhTL1FVhLXmeVLEx6F+40xfJt3Puj3vU2N6E/3ZV0Arq8guhmOUHNHpNYjL/A+/nfxZD2V/HOfa+Vw==
|
||||
gatsby-plugin-react-i18next@2.0.5:
|
||||
version "2.0.5"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-plugin-react-i18next/-/gatsby-plugin-react-i18next-2.0.5.tgz#2c2c14fd30f58bd64fa338fdc3fa10f7dfe3270f"
|
||||
integrity sha512-Nb37hBsHZwu7utply3dHWhJiNmCf871FMfB716Bb6RIuYl1+bvYqxQvcVHWLVdPQ/v3nI2ruqRP6jrJfMFbPcA==
|
||||
dependencies:
|
||||
bluebird "^3.7.2"
|
||||
browser-lang "^0.1.0"
|
||||
browser-lang "^0.2.0"
|
||||
outdent "^0.8.0"
|
||||
path-to-regexp "^6.2.0"
|
||||
optionalDependencies:
|
||||
|
|
Loading…
Add table
Reference in a new issue