diff options
| author | Factiven <[email protected]> | 2023-05-25 22:56:21 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-25 22:56:21 +0700 |
| commit | 8dcb5cb96819547e574d4ca619c54c6f902b8860 (patch) | |
| tree | 492e9147c106d7ddb7706c7ba2127f6d04ac49ce /package-lock.json | |
| parent | Update videoPlayer.js (diff) | |
| download | moopa-8dcb5cb96819547e574d4ca619c54c6f902b8860.tar.xz moopa-8dcb5cb96819547e574d4ca619c54c6f902b8860.zip | |
Update v3.6.1
> Added Thumbnail to info page
> Temporarily removed Manga from website until the page is finished
Diffstat (limited to 'package-lock.json')
| -rw-r--r-- | package-lock.json | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json index 2ae4613..e62798f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "moopa", - "version": "3.6.0", + "version": "3.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "moopa", - "version": "3.6.0", + "version": "3.6.1", "dependencies": { "@apollo/client": "^3.7.3", "@heroicons/react": "^2.0.17", @@ -33,6 +33,7 @@ "tailwind-scrollbar-hide": "^1.1.7" }, "devDependencies": { + "@shrutibalasa/tailwind-grid-auto-fit": "^1.1.0", "autoprefixer": "^10.4.13", "eslint": "^8.38.0", "eslint-config-next": "12.1.6", @@ -3349,6 +3350,12 @@ "integrity": "sha512-sXo/qW2/pAcmT43VoRKOJbDOfV3cYpq3szSVfIThQXNt+E4DfKj361vaAt3c88U5tPUxzEswam7GW48PJqtKAg==", "dev": true }, + "node_modules/@shrutibalasa/tailwind-grid-auto-fit": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@shrutibalasa/tailwind-grid-auto-fit/-/tailwind-grid-auto-fit-1.1.0.tgz", + "integrity": "sha512-sh/Vmdz/xTVziUF9ZYDb5YpECApdK85KXSRIJY58GzmdUuum5QBE3jqDeNMjICEVaVOSrOnp+gqUWx8A9dmZjA==", + "dev": true + }, "node_modules/@shuding/opentype.js": { "version": "1.4.0-beta.0", "resolved": "https://registry.npmjs.org/@shuding/opentype.js/-/opentype.js-1.4.0-beta.0.tgz", |