Skip to content
Closed
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
3966579
feat: upgrade nextjs-toploader from 1.6.12 to 3.8.16 (#135)
Dargon789 Apr 20, 2025
f84f8e3
feat: upgrade shiki from 1.27.0 to 3.2.1 (#133)
Dargon789 Apr 20, 2025
241c2d5
fix: upgrade flexsearch from 0.7.43 to 0.8.143 (#134)
Dargon789 Apr 20, 2025
c8230e9
fix: upgrade @walletconnect/sign-client from 2.19.1 to 2.19.2 (#136)
Dargon789 Apr 29, 2025
dc6163d
fix: upgrade @coinbase/wallet-sdk from 4.3.0 to 4.3.2 (#138)
Dargon789 Apr 29, 2025
dbe2f78
fix: apps/playground-web/package.json to reduce vulnerabilities (#148)
Dargon789 Apr 29, 2025
48c183a
fix: apps/portal/package.json to reduce vulnerabilities (#150)
Dargon789 Apr 29, 2025
b15a77a
fix: apps/wallet-ui/package.json to reduce vulnerabilities (#149)
Dargon789 Apr 29, 2025
7bf02b5
feat: upgrade @typescript-eslint/parser from 7.14.1 to 8.29.1 (#153)
Dargon789 Apr 30, 2025
37f86c3
feat: upgrade tailwindcss from 3.4.17 to 4.1.3 (#154)
Dargon789 Apr 30, 2025
5a4fa9f
Merge branch 'thirdweb-dev:main' into main
Dargon789 May 1, 2025
ffd6c92
chore(deps): bump @radix-ui/react-hover-card from 1.1.7 to 1.1.11 (#145)
dependabot[bot] May 1, 2025
8acd285
chore(deps-dev): bump @chakra-ui/cli from 2.5.6 to 3.16.1 (#146)
dependabot[bot] May 1, 2025
52b04c5
chore(deps-dev): bump vite (#155)
dependabot[bot] May 1, 2025
94b6829
Create nextjs.yml (#160)
Dargon789 May 1, 2025
6004c73
Create fluffy-rats-jog.md
Dargon789 May 1, 2025
81026a2
Create static.yml
Dargon789 May 1, 2025
1fbed41
Merge pull request #163 from Dargon789/Dargon789-patch-3
Dargon789 May 1, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/playground-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"autoprefixer": "^10.4.21",
"eslint": "8.57.0",
"eslint": "9.0.0",
"eslint-config-biome": "1.9.4",
"eslint-config-next": "15.3.1",
"eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250405",
Expand Down
8 changes: 4 additions & 4 deletions apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "4.1.0",
"flexsearch": "^0.7.43",
"flexsearch": "^0.8.143",
"github-slugger": "^2.0.0",
"he": "^1.2.0",
"lucide-react": "0.503.0",
"next": "15.3.1",
"next-themes": "^0.4.6",
"nextjs-toploader": "^1.6.12",
"nextjs-toploader": "^3.8.16",
"node-html-markdown": "^1.3.0",
"node-html-parser": "^6.1.13",
"posthog-js": "1.67.1",
Expand All @@ -49,7 +49,7 @@
"react-html-parser": "2.0.2",
"remark-gfm": "3.0.1",
"server-only": "^0.0.1",
"shiki": "1.27.0",
"shiki": "3.2.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"thirdweb": "workspace:*",
Expand All @@ -69,7 +69,7 @@
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"autoprefixer": "^10.4.21",
"eslint": "8.57.0",
"eslint": "9.0.0",
"eslint-config-biome": "1.9.4",
"eslint-plugin-mdx": "3.4.0",
"eslint-plugin-svg-jsx": "^1.2.4",
Expand Down
6 changes: 3 additions & 3 deletions apps/wallet-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"eslint": "8.57.0",
"@typescript-eslint/parser": "8.29.1",
"eslint": "9.0.0",
"eslint-config-biome": "1.9.4",
"eslint-plugin-react-compiler": "19.0.0-beta-e993439-20250405",
"knip": "5.50.5",
"postcss": "8.5.3",
"postcss-load-config": "^6.0.1",
"tailwindcss": "3.4.17",
"tailwindcss": "4.1.3",
"typescript": "5.8.3"
}
}
4 changes: 2 additions & 2 deletions packages/thirdweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
"!tsconfig.build.json"
],
"dependencies": {
"@coinbase/wallet-sdk": "4.3.0",
"@coinbase/wallet-sdk": "4.3.2",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@noble/curves": "1.8.2",
Expand All @@ -233,7 +233,7 @@
"@tanstack/react-query": "5.74.4",
"@thirdweb-dev/insight": "workspace:*",
"@walletconnect/ethereum-provider": "2.19.1",
"@walletconnect/sign-client": "2.19.1",
"@walletconnect/sign-client": "2.19.2",
"abitype": "1.0.8",
"cross-spawn": "7.0.6",
"fuse.js": "7.1.0",
Expand Down