Prevents production build error with bundle analyzer (#996)

This commit is contained in:
Omar López 2021-10-19 17:51:59 -06:00 committed by GitHub
parent 1447251c83
commit 06822a2c57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,7 @@
"@hookform/resolvers": "^2.8.1", "@hookform/resolvers": "^2.8.1",
"@jitsu/sdk-js": "^2.2.4", "@jitsu/sdk-js": "^2.2.4",
"@prisma/client": "^2.30.2", "@prisma/client": "^2.30.2",
"@next/bundle-analyzer": "11.1.2",
"@radix-ui/react-avatar": "^0.1.0", "@radix-ui/react-avatar": "^0.1.0",
"@radix-ui/react-collapsible": "^0.1.0", "@radix-ui/react-collapsible": "^0.1.0",
"@radix-ui/react-dialog": "^0.1.0", "@radix-ui/react-dialog": "^0.1.0",
@ -97,7 +98,6 @@
"zod": "^3.8.2" "zod": "^3.8.2"
}, },
"devDependencies": { "devDependencies": {
"@next/bundle-analyzer": "11.1.2",
"@trivago/prettier-plugin-sort-imports": "2.0.4", "@trivago/prettier-plugin-sort-imports": "2.0.4",
"@types/async": "^3.2.7", "@types/async": "^3.2.7",
"@types/bcryptjs": "^2.4.2", "@types/bcryptjs": "^2.4.2",