diff options
| author | Factiven <[email protected]> | 2023-09-25 00:44:40 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-25 00:44:40 +0700 |
| commit | 1a85c2571690ba592ac5183d5eadaf9846fe532b (patch) | |
| tree | 3f3552c00cd49c0eeab5275275cf5cf5666e5027 /package.json | |
| parent | Delete .github/workflows/deploy.yml (diff) | |
| download | moopa-4.1.0.tar.xz moopa-4.1.0.zip | |
Update v4.1.0 (#79)v4.1.0
* Update v4.1.0
* Update pages/_app.js
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 6bc2b9c..d46fe1a 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "moopa", - "version": "4.0.7", + "version": "4.1.0", "private": true, "founder": "Factiven", "scripts": { "dev": "next dev", "build": "next build", "export": "next build && next export", - "start": "next start -p $PORT", + "start": "next start", "lint": "next lint" }, "dependencies": { @@ -32,6 +32,7 @@ "next-safe": "^3.4.1", "nextjs-progressbar": "^0.0.16", "nookies": "^2.5.2", + "rate-limiter-flexible": "^3.0.0", "react": "18.2.0", "react-dom": "^18.2.0", "react-icons": "^4.7.1", |