Skip to content

Commit 92b407e

Browse files
authored
Merge pull request #34 from superfluid-org/2026-02-02-update-deps
chore: update deps
2 parents d47590e + d6011cb commit 92b407e

File tree

13 files changed

+1921
-1834
lines changed

13 files changed

+1921
-1834
lines changed

cms/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@
3131
"@asteasolutions/zod-to-openapi": "^7.3.4",
3232
"@coingecko/coingecko-typescript": "^2.5.0",
3333
"@libsql/client": "^0.15.15",
34-
"@payloadcms/db-vercel-postgres": "^3.73.0",
35-
"@payloadcms/email-nodemailer": "^3.73.0",
36-
"@payloadcms/next": "^3.73.0",
37-
"@payloadcms/payload-cloud": "^3.73.0",
38-
"@payloadcms/richtext-lexical": "^3.73.0",
39-
"@payloadcms/storage-vercel-blob": "^3.73.0",
40-
"@payloadcms/ui": "^3.73.0",
34+
"@payloadcms/db-vercel-postgres": "^3.74.0",
35+
"@payloadcms/email-nodemailer": "^3.74.0",
36+
"@payloadcms/next": "^3.74.0",
37+
"@payloadcms/payload-cloud": "^3.74.0",
38+
"@payloadcms/richtext-lexical": "^3.74.0",
39+
"@payloadcms/storage-vercel-blob": "^3.74.0",
40+
"@payloadcms/ui": "^3.74.0",
4141
"@radix-ui/react-dropdown-menu": "^2.1.16",
4242
"@radix-ui/react-hover-card": "^1.1.15",
4343
"@radix-ui/react-select": "^2.2.6",
4444
"@radix-ui/react-slot": "^1.2.4",
45-
"@scalar/api-reference-react": "^0.8.34",
45+
"@scalar/api-reference-react": "^0.8.46",
4646
"@superfluid-finance/metadata": "^1.6.2",
4747
"@superfluid-finance/tokenlist": "^5.38.0",
4848
"@tailwindcss/postcss": "^4.1.18",
4949
"@tanstack/react-query": "^5.90.20",
50-
"@tanstack/react-query-devtools": "^5.91.2",
50+
"@tanstack/react-query-devtools": "^5.91.3",
5151
"@trigger.dev/sdk": "^4.3.3",
5252
"@types/lodash-es": "^4.17.12",
5353
"@uniswap/token-lists": "1.0.0-beta.34",
@@ -62,29 +62,29 @@
6262
"lucide-react": "^0.556.0",
6363
"next": "16.0.8",
6464
"next-themes": "^0.4.6",
65-
"nuqs": "^2.8.6",
66-
"payload": "^3.73.0",
65+
"nuqs": "^2.8.7",
66+
"payload": "^3.74.0",
6767
"postcss": "^8.5.6",
68-
"react": "^19.2.3",
68+
"react": "^19.2.4",
6969
"sharp": "^0.34.5",
7070
"tailwind-merge": "^3.4.0",
7171
"tailwindcss": "^4.1.18",
72-
"viem": "^2.44.4",
72+
"viem": "^2.45.1",
7373
"zod": "^3.25.76"
7474
},
7575
"devDependencies": {
7676
"@graphprotocol/client-cli": "^3.0.7",
77-
"@payloadcms/db-sqlite": "^3.73.0",
78-
"@playwright/test": "^1.58.0",
77+
"@payloadcms/db-sqlite": "^3.74.0",
78+
"@playwright/test": "^1.58.1",
7979
"@testing-library/react": "^16.3.2",
8080
"@trigger.dev/build": "^4.3.3",
8181
"@types/node": "^24.10.9",
82-
"@types/react": "^19.2.9",
82+
"@types/react": "^19.2.10",
8383
"@types/react-dom": "^19.2.3",
84-
"@vitejs/plugin-react": "^5.1.2",
84+
"@vitejs/plugin-react": "^5.1.3",
8585
"jsdom": "^27.4.0",
86-
"playwright": "^1.58.0",
87-
"playwright-core": "^1.58.0",
86+
"playwright": "^1.58.1",
87+
"playwright-core": "^1.58.1",
8888
"tsx": "^4.21.0",
8989
"tw-animate-css": "^1.4.0",
9090
"typescript": "^5.9.3",

data/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
"@vercel/blob": "^2.0.1",
3232
"decimal.js": "^10.6.0",
3333
"graphql": "^16.12.0",
34-
"lodash": "^4.17.21",
34+
"lodash": "^4.17.23",
3535
"next": "16.0.8",
3636
"p-limit": "^7.2.0",
3737
"papaparse": "^5.5.3",
38-
"react": "^19.2.3",
39-
"react-dom": "^19.2.3",
38+
"react": "^19.2.4",
39+
"react-dom": "^19.2.4",
4040
"swagger-ui-react": "5.30.3",
41-
"viem": "^2.44.4",
41+
"viem": "^2.45.1",
4242
"zod": "^3.25.76"
4343
},
4444
"devDependencies": {
@@ -49,7 +49,7 @@
4949
"@types/lodash": "^4.17.23",
5050
"@types/node": "^24.10.9",
5151
"@types/papaparse": "^5.5.2",
52-
"@types/react": "^19.2.9",
52+
"@types/react": "^19.2.10",
5353
"@types/react-dom": "^19.2.3",
5454
"@types/swagger-ui-react": "^5.18.0",
5555
"dotenv": "^17.2.3",

mcp/docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"fumadocs-mdx": "14.1.0",
1414
"fumadocs-ui": "16.2.3",
1515
"next": "16.0.8",
16-
"playwright": "^1.58.0",
17-
"react": "^19.2.3",
18-
"react-dom": "^19.2.3"
16+
"playwright": "^1.58.1",
17+
"react": "^19.2.4",
18+
"react-dom": "^19.2.4"
1919
},
2020
"devDependencies": {
2121
"@tailwindcss/postcss": "^4.1.18",
2222
"@types/mdx": "^2.0.13",
2323
"@types/node": "24.10.2",
24-
"@types/react": "^19.2.9",
24+
"@types/react": "^19.2.10",
2525
"@types/react-dom": "^19.2.3",
2626
"postcss": "^8.5.6",
2727
"tailwindcss": "^4.1.18",

mcp/server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
"graphql-request": "^7.4.0",
2222
"graphql-tag": "^2.12.6",
2323
"next": "16.0.8",
24-
"react": "^19.2.3",
25-
"react-dom": "^19.2.3",
24+
"react": "^19.2.4",
25+
"react-dom": "^19.2.4",
2626
"redis": "^5.10.0",
27-
"viem": "^2.44.4",
27+
"viem": "^2.45.1",
2828
"zod": "^3.25.76"
2929
},
3030
"devDependencies": {
3131
"@types/node": "^24.10.9",
32-
"@types/react": "^19.2.9",
32+
"@types/react": "^19.2.10",
3333
"@types/react-dom": "^19.2.3",
3434
"typescript": "^5.9.3"
3535
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
"devDependencies": {
3131
"@biomejs/biome": "2.3.8",
3232
"@changesets/cli": "^2.29.8",
33-
"@commitlint/cli": "^20.3.1",
34-
"@commitlint/config-conventional": "^20.3.1",
35-
"@commitlint/types": "^20.3.1",
36-
"@playwright/test": "^1.58.0",
33+
"@commitlint/cli": "^20.4.0",
34+
"@commitlint/config-conventional": "^20.4.0",
35+
"@commitlint/types": "^20.4.0",
36+
"@playwright/test": "^1.58.1",
3737
"husky": "^9.1.7",
3838
"lint-staged": "^16.2.7",
3939
"rimraf": "^6.1.2",
40-
"turbo": "^2.7.6"
40+
"turbo": "^2.8.1"
4141
},
4242
"packageManager": "pnpm@10.6.2",
4343
"overrides": {

0 commit comments

Comments
 (0)