Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

knip it in the... #4751

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 0 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ packages/thirdweb/src/react/ @joaquim-verges @gregfromstl @MananTank @jnsdls @ed
packages/thirdweb/src/reactive/ @joaquim-verges @gregfromstl @MananTank @jnsdls
packages/thirdweb/src/gas/ @joaquim-verges @jnsdls
packages/thirdweb/src/pay/ @joaquim-verges @gregfromstl @MananTank @jnsdls @edwardysun
packages/typedoc-gen/ @MananTank @jnsdls @joaquim-verges
packages/service-utils/ @arcoraven @jnsdls @joaquim-verges
packages/eslint-config-thirdweb/ @jnsdls @joaquim-verges
packages/tw-tsconfig/ @jnsdls @joaquim-verges
Expand Down
2 changes: 1 addition & 1 deletion apps/dashboard/knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"next": true,
"ignore": ["src/@/components/ui/**"],
"project": ["src/**"],
"ignoreBinaries": ["only-allow", "knip", "biome"],
"ignoreBinaries": ["only-allow", "biome"],
"ignoreDependencies": ["@storybook/blocks", "@thirdweb-dev/service-utils"]
}
17 changes: 9 additions & 8 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,21 +111,21 @@
"@next/bundle-analyzer": "14.2.12",
"@next/eslint-plugin-next": "14.2.12",
"@playwright/test": "1.47.1",
"@storybook/addon-essentials": "8.3.1",
"@storybook/addon-interactions": "8.3.1",
"@storybook/addon-links": "8.3.1",
"@storybook/addon-onboarding": "8.3.1",
"@storybook/addon-essentials": "8.3.2",
"@storybook/addon-interactions": "8.3.2",
"@storybook/addon-links": "8.3.2",
"@storybook/addon-onboarding": "8.3.2",
"@storybook/addon-viewport": "8.3.1",
"@storybook/blocks": "8.3.1",
"@storybook/nextjs": "8.3.1",
"@storybook/react": "8.3.1",
"@storybook/test": "8.3.1",
"@storybook/react": "8.3.2",
"@storybook/test": "8.3.2",
"@types/color": "^3.0.6",
"@types/node": "20.14.9",
"@types/papaparse": "^5.3.14",
"@types/pluralize": "^0.0.33",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.3.7",
"@types/react": "^18.3.8",
"@types/react-dom": "^18",
"@types/react-table": "^7.7.20",
"@types/spdx-correct": "^3.1.3",
Expand All @@ -138,9 +138,10 @@
"eslint-config-biome": "1.8.3",
"eslint-plugin-react-compiler": "0.0.0-experimental-ca16900-20240916",
"eslint-plugin-storybook": "^0.8.0",
"knip": "^5.30.4",
"next-sitemap": "^4.2.3",
"postcss": "8.4.47",
"storybook": "8.3.1",
"storybook": "8.3.2",
"tailwindcss": "3.4.12",
"typescript": "5.6.2"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/playground-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@types/node": "20.14.9",
"@types/react": "^18.3.7",
"@types/react": "^18.3.8",
"@types/react-dom": "^18",
"eslint": "8.57.0",
"eslint-config-next": "14.2.12",
Expand Down
2 changes: 1 addition & 1 deletion apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/flexsearch": "^0.7.6",
"@types/mdx": "^2.0.13",
"@types/node": "20.14.9",
"@types/react": "^18.3.7",
"@types/react": "^18.3.8",
"@types/react-dom": "^18",
"@types/react-html-parser": "^2.0.6",
"@types/tryghost__content-api": "^1.3.16",
Expand Down
2 changes: 1 addition & 1 deletion apps/wallet-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@types/node": "20.14.9",
"@types/react": "^18.3.7",
"@types/react": "^18.3.8",
"@types/react-dom": "^18",
"eslint": "8.57.0",
"eslint-config-next": "14.2.12",
Expand Down
22 changes: 3 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,30 +41,14 @@
"hotlink-revert": "node ./scripts/hotlink/hotlink-revert.mjs"
},
"devDependencies": {
"@biomejs/biome": "1.9.1",
"@biomejs/biome": "1.9.2",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.8",
"@manypkg/cli": "0.21.4",
"@manypkg/get-packages": "2.2.2",
"@playwright/test": "1.47.1",
"@size-limit/preset-big-lib": "11.1.5",
"@types/bun": "1.1.9",
"@types/node": "20.14.9",
"@types/react": "^18.3.7",
"@viem/anvil": "0.0.10",
"@vitest/coverage-v8": "2.1.1",
"dotenv-mono": "^1.3.14",
"knip": "^5.30.2",
"mitata": "0.1.14",
"react": "18.3.1",
"rimraf": "6.0.1",
"sharp": "^0.33.5",
"size-limit": "11.1.5",
"turbo": "2.1.2",
"typedoc-gen": "workspace:*",
"typescript": "5.6.2",
"vitest": "2.1.1",
"yalc": "1.0.0-pre.53"
"typescript": "5.6.2"
},
"manypkg": {
"defaultBranch": "main"
Expand Down Expand Up @@ -95,5 +79,5 @@
"@typescript-eslint/typescript-estree": "^7.14.1"
}
},
"packageManager": "pnpm@9.10.0"
"packageManager": "pnpm@9.11.0"
}
19 changes: 8 additions & 11 deletions packages/react-native-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,20 @@
},
"./package.json": "./package.json"
},
"files": [
"dist/*",
"src/*"
],
"files": ["dist/*", "src/*"],
"dependencies": {
"@aws-sdk/client-lambda": "3.651.1",
"@aws-sdk/credential-providers": "3.651.1",
"@aws-sdk/client-lambda": "3.656.0",
"@aws-sdk/credential-providers": "3.654.0",
"@mobile-wallet-protocol/client": "0.0.3",
"@walletconnect/react-native-compat": "2.13.2",
"aws-amplify": "5.3.19"
"@walletconnect/react-native-compat": "2.13.2"
},
"devDependencies": {
"rimraf": "6.0.1"
},
"peerDependencies": {
"@coinbase/wallet-mobile-sdk": "^1",
"@react-native-async-storage/async-storage": "^1 || ^2",
"@react-native-community/netinfo": "^11",
"amazon-cognito-identity-js": "^6",
"expo-application": "^5",
"expo-linking": "^6",
"expo-web-browser": "^13",
Expand All @@ -62,8 +60,7 @@
"build:cjs": "tsc --project ./tsconfig.build.json --module commonjs --outDir ./dist/cjs --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./dist/cjs/package.json",
"build:esm": "tsc --project ./tsconfig.build.json --module es2020 --outDir ./dist/esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./dist/esm/package.json",
"build:types": "tsc --project ./tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap",
"clean": "rimraf dist",
"push": "yalc push"
"clean": "rimraf dist"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions packages/service-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"devDependencies": {
"@cloudflare/workers-types": "4.20240909.0",
"@types/node": "20.14.9",
"typescript": "5.6.2"
"typescript": "5.6.2",
"vitest": "2.1.1"
},
"scripts": {
"format": "biome format ./src --write",
Expand All @@ -55,7 +56,6 @@
"build:cjs": "tsc --noCheck --project ./tsconfig.build.json --module commonjs --outDir ./dist/cjs --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./dist/cjs/package.json",
"build:esm": "tsc --noCheck --project ./tsconfig.build.json --module es2020 --outDir ./dist/esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./dist/esm/package.json",
"build:types": "tsc --project ./tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap",
"push": "yalc push",
"test": "vitest run"
}
}
45 changes: 0 additions & 45 deletions packages/thirdweb/benchmarks/README.md

This file was deleted.

50 changes: 0 additions & 50 deletions packages/thirdweb/benchmarks/encode-tx.md

This file was deleted.

Loading
Loading