Skip to content

Commit 5d17304

Browse files
committed
chore: updates to NextJS 14+
1 parent 67cb587 commit 5d17304

File tree

136 files changed

+1294
-8262
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+1294
-8262
lines changed

app/package.json

+4-32
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,7 @@
1717
"plop": "plop"
1818
},
1919
"dependencies": {
20-
"@aufacicenta/fileagent-db": "1.0.0",
21-
"@dropbox/sign": "^1.1.3",
22-
"@google-cloud/aiplatform": "^3.2.0",
2320
"@popperjs/core": "^2.11.5",
24-
"@radix-ui/react-accordion": "^1.1.2",
25-
"@radix-ui/react-dialog": "^1.0.5",
26-
"@radix-ui/react-dropdown-menu": "^2.0.6",
27-
"@radix-ui/react-icons": "^1.3.0",
2821
"@supabase/supabase-js": "^2.33.1",
2922
"@tanstack/react-query": "^5.29.0",
3023
"@types/js-cookie": "^3.0.3",
@@ -33,70 +26,49 @@
3326
"ag-grid-community": "^27.3.0",
3427
"ag-grid-react": "^27.3.0",
3528
"axios": "^1.5.0",
36-
"bn.js": "^5.2.0",
37-
"chart.js": "^3.8.2",
38-
"chartjs-adapter-moment": "^1.0.0",
39-
"class-variance-authority": "^0.7.0",
4029
"clsx": "^2.0.0",
4130
"dropzone": "^6.0.0-beta.2",
42-
"filesize": "^10.1.0",
31+
"eslint-config-next": "^14.2.1",
4332
"final-form": "^4.20.4",
4433
"final-form-arrays": "^3.0.2",
45-
"highlight.js": "^11.9.0",
4634
"ipfs-http-client": "^60.0.1",
47-
"jimp": "^0.22.8",
4835
"js-cookie": "^3.0.5",
4936
"lodash": "^4.17.21",
50-
"marked": "^9.1.2",
51-
"marked-highlight": "^2.0.6",
5237
"materialize-css": "^1.0.0-rc.2",
5338
"moment": "^2.29.1",
54-
"near-api-js": "^2.1.4",
55-
"next": "12.2.0",
39+
"next": "^14.2.1",
5640
"next-i18next": "^8.2.0",
57-
"openai": "^4.28.4",
5841
"react": "^18.2.0",
59-
"react-countdown": "^2.3.5",
6042
"react-dom": "^18.2.0",
6143
"react-final-form": "^6.5.7",
6244
"react-final-form-arrays": "^3.1.3",
6345
"react-final-form-listeners": "^1.0.3",
6446
"react-grid-system": "^8.2.0",
6547
"react-popper": "^2.2.5",
6648
"react-transition-group": "^4.4.1",
67-
"replicate": "^0.12.3",
6849
"rxjs": "^7.8.1",
6950
"siwe": "^2.1.4",
70-
"square": "^30.0.0",
71-
"tailwind-merge": "^1.14.0",
72-
"tailwindcss-animate": "^1.0.7",
7351
"uuid": "^9.0.0",
7452
"viem": "^2.9.13",
7553
"wagmi": "^2.5.19",
7654
"winston": "^3.9.0",
7755
"ws": "^8.13.0"
7856
},
7957
"devDependencies": {
80-
"@types/bn.js": "^5.1.0",
81-
"@types/dropzone": "^5.7.4",
8258
"@types/lodash": "^4.14.177",
8359
"@types/node": "^14.14.35",
84-
"@types/node-cron": "^3.0.8",
85-
"@types/pixelmatch": "^5.2.4",
86-
"@types/react": "^17.0.3",
87-
"@types/react-dom": "^17.0.9",
60+
"@types/react": "^18.2.79",
61+
"@types/react-dom": "^18.2.25",
8862
"@types/react-final-form-listeners": "^1.0.0",
8963
"@types/react-transition-group": "^4.4.3",
9064
"@types/uuid": "^8.3.4",
91-
"@types/ws": "^8.5.5",
9265
"autoprefixer": "^10.4.16",
9366
"eslint-plugin-unused-imports": "^2.0.0",
9467
"inquirer-directory": "^2.2.0",
9568
"plop": "^2.7.4",
9669
"postcss": "^8.4.31",
9770
"sass": "^1.63.6",
9871
"sass-loader": "^12.3.0",
99-
"tailwindcss": "^3.3.3",
10072
"tslib": "^2.6.2",
10173
"typed-scss-modules": "^4.1.1",
10274
"typescript": "^5.2.2"

app/postcss.config.js

-6
This file was deleted.

app/src/app/chat/dropbox-chat/DropboxChat.module.scss

-129
This file was deleted.

app/src/app/chat/dropbox-chat/DropboxChat.module.scss.d.ts

-25
This file was deleted.

app/src/app/chat/dropbox-chat/DropboxChat.test.tsx

-13
This file was deleted.

app/src/app/chat/dropbox-chat/DropboxChat.tsx

-106
This file was deleted.

0 commit comments

Comments
 (0)