Update dependency yet-another-react-lightbox to v3 (#19)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-26 07:42:46 +08:00 committed by GitHub
parent aef858215b
commit 8595db3de6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

18
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "vality.dev",
"version": "0.1.0",
"version": "0.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "vality.dev",
"version": "0.1.0",
"version": "0.1.1",
"dependencies": {
"@emotion/css": "^11.10.5",
"@emotion/react": "^11.10.5",
@ -33,7 +33,7 @@
"react-dom": "^18.2.0",
"react-i18next": "^12.1.4",
"usehooks-ts": "^2.9.1",
"yet-another-react-lightbox": "^2.2.7"
"yet-another-react-lightbox": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
@ -20098,9 +20098,9 @@
}
},
"node_modules/yet-another-react-lightbox": {
"version": "2.2.7",
"resolved": "https://registry.npmjs.org/yet-another-react-lightbox/-/yet-another-react-lightbox-2.2.7.tgz",
"integrity": "sha512-v6/P2NUOjAQ9egmPYyn8BG3qs6tszVNGWC5fVaKaURqDXcwEqpoSBr4/9djWwiW6DdzxJh06KRV9Fas2HHeExg==",
"version": "3.12.1",
"resolved": "https://registry.npmjs.org/yet-another-react-lightbox/-/yet-another-react-lightbox-3.12.1.tgz",
"integrity": "sha512-jymcueTmoaVEQfKytnKf5EqH2fNIjxBVutOzh5ufe4nhlrj24f/TUjNmYjNj6yaGdIbkP0xW3/AzOKWY7cwKoA==",
"engines": {
"node": ">=14"
},
@ -34495,9 +34495,9 @@
}
},
"yet-another-react-lightbox": {
"version": "2.2.7",
"resolved": "https://registry.npmjs.org/yet-another-react-lightbox/-/yet-another-react-lightbox-2.2.7.tgz",
"integrity": "sha512-v6/P2NUOjAQ9egmPYyn8BG3qs6tszVNGWC5fVaKaURqDXcwEqpoSBr4/9djWwiW6DdzxJh06KRV9Fas2HHeExg==",
"version": "3.12.1",
"resolved": "https://registry.npmjs.org/yet-another-react-lightbox/-/yet-another-react-lightbox-3.12.1.tgz",
"integrity": "sha512-jymcueTmoaVEQfKytnKf5EqH2fNIjxBVutOzh5ufe4nhlrj24f/TUjNmYjNj6yaGdIbkP0xW3/AzOKWY7cwKoA==",
"requires": {}
},
"yocto-queue": {

View File

@ -1,6 +1,6 @@
{
"name": "vality.dev",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"start": "gatsby develop -p 5000",
@ -41,7 +41,7 @@
"react-dom": "^18.2.0",
"react-i18next": "^12.1.4",
"usehooks-ts": "^2.9.1",
"yet-another-react-lightbox": "^2.2.7"
"yet-another-react-lightbox": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.19.3",