yes
diff --git a/package.json b/package.json
index 7f29cc2..5dd33ce 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,9 @@
"dev": "NODE_OPTIONS=--openssl-legacy-provider next dev",
"build": "ANALYZE=true NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=production next build",
"start": "next start",
- "lint": "next lint"
+ "lint": "next lint",
+ "windev": "next dev",
+ "winbuild": "next build"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.1.1",
@@ -16,7 +18,7 @@
"js-cookie": "^3.0.1",
"js-cookies": "^1.0.4",
"mongodb": "^4.1.1",
- "next": "12.1.0",
+ "next": "^12.1.6",
"next-redux-wrapper": "^7.0.4",
"react": "^18.1.0",
"react-dom": "^18.1.0",