Skip to content

Commit 7319818

Browse files
committed
updated contracts docs crowdin ai to spanish
2 parents 2383c1b + 9f79277 commit 7319818

File tree

349 files changed

+9631
-6553
lines changed

Some content is hidden

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

349 files changed

+9631
-6553
lines changed

.changeset/green-tips-beam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rotten-vans-sleep.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@thirdweb-dev/service-utils": patch
3+
---
4+
5+
Use a cache key that doesn't involve hashing

.changeset/rude-cats-clean.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/yellow-apples-flash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packages/eslint-config-thirdweb/ @thirdweb-dev/core-platform @edwardysun
1212
packages/tw-tsconfig/ @thirdweb-dev/core-platform @edwardysun
1313

1414
# apps
15-
apps/ @thirdweb-dev/developer-tools @thirdweb-dev/core-platform @jakubkrehel
15+
apps/ @thirdweb-dev/developer-tools @thirdweb-dev/core-platform
1616

1717
# .github folder + .changeset + turbo config is owned by jonas for now
1818
scripts/ @jnsdls @joaquim-verges

apps/dashboard/framer-rewrites.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = [
99
// -- connect
1010
"/connect",
1111
"/connect/sign-in",
12+
"/connect/pay",
1213
// -- nebula
1314
"/nebula",
1415
// --insight

apps/dashboard/knip.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"next": true,
44
"ignore": [
55
"src/@/components/ui/**",
6-
"src/components/notices/AnnouncementBanner.tsx"
6+
"src/components/notices/AnnouncementBanner.tsx",
7+
"src/components/cmd-k-search/index.tsx",
8+
"src/lib/search.ts"
79
],
810
"project": ["src/**"],
911
"ignoreBinaries": ["only-allow", "biome"],

apps/dashboard/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,15 @@
114114
"@storybook/addon-viewport": "8.4.7",
115115
"@storybook/blocks": "8.4.7",
116116
"@storybook/nextjs": "8.4.7",
117-
"@storybook/react": "8.4.7",
117+
"@storybook/react": "8.5.0",
118118
"@storybook/test": "8.4.7",
119119
"@types/color": "4.2.0",
120120
"@types/node": "22.10.2",
121121
"@types/papaparse": "^5.3.15",
122122
"@types/pluralize": "^0.0.33",
123123
"@types/qrcode": "^1.5.5",
124124
"@types/react": "19.0.2",
125-
"@types/react-dom": "19.0.2",
125+
"@types/react-dom": "19.0.3",
126126
"@types/react-table": "^7.7.20",
127127
"@types/spdx-correct": "^3.1.3",
128128
"@types/swagger-ui-react": "^4.18.3",
@@ -138,7 +138,7 @@
138138
"next-sitemap": "^4.2.3",
139139
"postcss": "8.4.49",
140140
"storybook": "8.4.7",
141-
"tailwindcss": "3.4.16",
141+
"tailwindcss": "3.4.17",
142142
"typescript": "5.7.2"
143143
}
144144
}

0 commit comments

Comments
 (0)