Skip to content

Commit

Permalink
Merge branch 'main' into migration-to-app-router-ZPHR
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac committed Feb 3, 2024
2 parents 471d7b2 + a699a9e commit 7f2cf0e
Show file tree
Hide file tree
Showing 31 changed files with 710 additions and 824 deletions.
7 changes: 0 additions & 7 deletions default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,11 @@ server {
try_files $uri /widget.html;
}

location /embed {
try_files $uri /embed.html;
}


location /docs {
try_files $uri /docs.html;
}

location /oss {
try_files $uri /oss.html;
}

location /pricing {
try_files $uri /pricing.html;
Expand Down
1 change: 0 additions & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ const config = {
compiler: {
styledComponents: true,
},
experimental: {
optimizePackageImports: ["@mantine/core", "@mantine/hooks"],
},
webpack: config => {
config.resolve.fallback = { fs: false };
config.output.webassemblyModuleFilename = "static/wasm/[modulehash].wasm";
Expand Down
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@
"analyze": "ANALYZE=true npm run build"
},
"dependencies": {
"@mantine/code-highlight": "^7.4.1",
"@mantine/core": "^7.4.1",
"@mantine/hooks": "^7.4.1",
"@mantine/code-highlight": "^7.5.1",
"@mantine/core": "^7.5.1",
"@mantine/dropzone": "^7.5.1",
"@mantine/hooks": "^7.5.1",
"@monaco-editor/react": "^4.6.0",
"@sentry/nextjs": "^7.94.1",
"@supabase/auth-helpers-nextjs": "^0.8.7",
"@sentry/nextjs": "^7.99.0",
"@supabase/auth-helpers-nextjs": "^0.9.0",
"@supabase/auth-helpers-react": "^0.4.2",
"@supabase/supabase-js": "^2.39.3",
"@tanstack/react-query": "^4.36.1",
"allotment": "^1.19.5",
"axios": "^1.6.5",
"allotment": "^1.20.0",
"axios": "^1.6.7",
"dayjs": "^1.11.10",
"gofmt.js": "^0.0.2",
"html-to-image": "^1.11.11",
Expand All @@ -44,8 +45,8 @@
"lodash.unset": "^4.5.2",
"lodash.update": "^4.10.2",
"maketypes": "^1.1.2",
"million": "^2.6.4",
"next": "13.5.6",
"million": "^3.0.2",
"next": "14.1.0",
"pako": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down Expand Up @@ -73,9 +74,9 @@
"@types/lodash.set": "^4.3.9",
"@types/lodash.unset": "^4.5.9",
"@types/lodash.update": "^4.10.9",
"@types/node": "^20.4.7",
"@types/node": "^20.11.16",
"@types/pako": "^2.0.3",
"@types/react": "18.2.45",
"@types/react": "18.2.51",
"@types/react-dom": "^18.2.18",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
Expand Down
Loading

0 comments on commit 7f2cf0e

Please sign in to comment.