chore(release): 3.0.0

This commit is contained in:
zyachel
2023-04-15 21:48:38 +05:30
parent 75732e0086
commit 86737c51ee
2 changed files with 24 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "libremdb",
"version": "2.4.0",
"version": "3.0.0",
"description": "a free & open source IMDb front-end",
"private": true,
"type": "module",
@ -19,7 +19,7 @@
"dependencies": {
"axios": "^0.27.2",
"cheerio": "1.0.0-rc.12",
"ioredis": "^5.2.3",
"ioredis": "^5.2.4",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
@ -38,4 +38,4 @@
"node": ">=16.5.0",
"pnpm": ">=7.0.0"
}
}
}