minor fixes for next
This commit is contained in:
Generated
+7
-8
@@ -8,7 +8,7 @@
|
||||
"version": "0.1.0",
|
||||
"license": "MIT",
|
||||
"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",
|
||||
@@ -1787,10 +1787,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@next/bundle-analyzer": {
|
||||
"version": "10.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-10.2.3.tgz",
|
||||
"integrity": "sha512-vEfQhGWgJugZOlSUlj3DZWs/KsK0SO2SPKoHSZ7KkzpruKzc/e45G0oUh0rffzdhasMQZM1TuSBkxO+1UcnDNw==",
|
||||
"license": "MIT",
|
||||
"version": "11.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-11.0.0.tgz",
|
||||
"integrity": "sha512-cLynm0v5WO9EEZhlMvw/vBc6AfJzfOVn9K92kkrkfyh+UOmEz92zzbXxe94zxvKRLqxfYcO5GPmSTWhNyYd5eg==",
|
||||
"dependencies": {
|
||||
"webpack-bundle-analyzer": "4.3.0"
|
||||
}
|
||||
@@ -15603,9 +15602,9 @@
|
||||
}
|
||||
},
|
||||
"@next/bundle-analyzer": {
|
||||
"version": "10.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-10.2.3.tgz",
|
||||
"integrity": "sha512-vEfQhGWgJugZOlSUlj3DZWs/KsK0SO2SPKoHSZ7KkzpruKzc/e45G0oUh0rffzdhasMQZM1TuSBkxO+1UcnDNw==",
|
||||
"version": "11.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@next/bundle-analyzer/-/bundle-analyzer-11.0.0.tgz",
|
||||
"integrity": "sha512-cLynm0v5WO9EEZhlMvw/vBc6AfJzfOVn9K92kkrkfyh+UOmEz92zzbXxe94zxvKRLqxfYcO5GPmSTWhNyYd5eg==",
|
||||
"requires": {
|
||||
"webpack-bundle-analyzer": "4.3.0"
|
||||
}
|
||||
|
||||
+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