some dep updates

This commit is contained in:
TheGreyDiamond
2022-11-12 14:34:23 +01:00
parent 6c664d2ed4
commit 2e78036a72
4 changed files with 15 additions and 17 deletions

View File

@ -1,6 +1,6 @@
{
"name": "open360viewer",
"version": "1.0.1",
"version": "1.0.2",
"description": "An opensource 360° image viewer written in NodeJS using Electron and Marzipano",
"keywords": [
"360",
@ -48,19 +48,16 @@
}
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@themesberg/flowbite": "^1.2.0",
"@fortawesome/fontawesome-free": "^6.2.0",
"file-type": "^16.5.3",
"flowbite": "^1.5.3",
"glob": "^8.0.3",
"marzipano": "^0.10.2"
},
"devDependencies": {
"@electron-forge/cli": "^6.0.0-beta.61",
"@electron-forge/maker-deb": "^6.0.0-beta.61",
"@electron-forge/maker-rpm": "^6.0.0-beta.61",
"@electron-forge/maker-squirrel": "^6.0.0-beta.61",
"@electron-forge/maker-zip": "^6.0.0-beta.61",
"electron": "^16.0.6",
"minify": "^8.0.3",
"tailwindcss": "^3.0.11"
"electron": "^21.0.1",
"electron-packager": "^15.5.2",
"minify": "^9.1.0",
"tailwindcss": "^3.2.4"
}
}