Prevents production build error with bundle analyzer (#996)
This commit is contained in:
parent
1447251c83
commit
06822a2c57
1 changed files with 1 additions and 1 deletions
|
@ -37,6 +37,7 @@
|
|||
"@hookform/resolvers": "^2.8.1",
|
||||
"@jitsu/sdk-js": "^2.2.4",
|
||||
"@prisma/client": "^2.30.2",
|
||||
"@next/bundle-analyzer": "11.1.2",
|
||||
"@radix-ui/react-avatar": "^0.1.0",
|
||||
"@radix-ui/react-collapsible": "^0.1.0",
|
||||
"@radix-ui/react-dialog": "^0.1.0",
|
||||
|
@ -97,7 +98,6 @@
|
|||
"zod": "^3.8.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@next/bundle-analyzer": "11.1.2",
|
||||
"@trivago/prettier-plugin-sort-imports": "2.0.4",
|
||||
"@types/async": "^3.2.7",
|
||||
"@types/bcryptjs": "^2.4.2",
|
||||
|
|
Loading…
Reference in a new issue