minor fixes for next
This commit is contained in:
+2
-2
@@ -21,7 +21,7 @@
|
||||
"export": "next export",
|
||||
"lint": "npm run lint:es && npm run lint:css",
|
||||
"lint:es": "next lint",
|
||||
"lint:es:fix": "next lint -- fix",
|
||||
"lint:es:fix": "next lint --fix",
|
||||
"lint:css": "stylelint \"./src/**/*.{ts,tsx}\"",
|
||||
"dev": "next dev",
|
||||
"start": "next dev",
|
||||
@@ -56,7 +56,7 @@
|
||||
"typescript": "^4.3.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@next/bundle-analyzer": "^10.2.3",
|
||||
"@next/bundle-analyzer": "^11.0.0",
|
||||
"axios": "^0.21.1",
|
||||
"date-fns": "^2.22.1",
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
|
||||
Reference in New Issue
Block a user