mirror of
https://github.com/valitydev/vality.dev.git
synced 2024-11-06 00:55:20 +00:00
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:
parent
aef858215b
commit
8595db3de6
18
package-lock.json
generated
18
package-lock.json
generated
@ -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": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user