Skip to content

Commit 3c58d17

Browse files
authored
refactor: Remove unnecessary dependencies and configurations (#2569)
1 parent 07954bb commit 3c58d17

File tree

14 files changed

+1239
-994
lines changed

14 files changed

+1239
-994
lines changed

legacy_packages/auth/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,9 @@
9696
"@types/express": "^4.17.13",
9797
"@types/mocha": "^10.0.0",
9898
"@types/uuid": "^9.0.5",
99-
"@typescript-eslint/eslint-plugin": "^6.2.0",
100-
"@typescript-eslint/parser": "^6.19.1",
10199
"chai": "^4.3.6",
102100
"cookie-parser": "^1.4.6",
103101
"eslint": "^8.56.0",
104-
"eslint-config-prettier": "^8.9.0",
105102
"eslint-config-thirdweb": "workspace:*",
106103
"eslint-plugin-import": "^2.26.0",
107104
"eslint-plugin-inclusive-language": "^2.2.0",
@@ -110,10 +107,9 @@
110107
"ethers": "^5.7.2",
111108
"express": "^4.18.1",
112109
"fastify": "^4.25.2",
113-
"mocha": "^10.2.0",
110+
"mocha": "10.4.0",
114111
"next": "^13.4",
115112
"next-auth": "^4.22.3",
116-
"prettier": "^3.1.1",
117113
"typescript": "^5.3.3"
118114
},
119115
"peerDependencies": {

legacy_packages/cli/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"hardhat": "^2.17.0",
3030
"jest": "^29.6.2",
3131
"ora": "^6.3.1",
32-
"prettier": "^3.1.1",
3332
"ts-jest": "^29.1.1",
3433
"ts-node": "^10.7.0",
3534
"tsup": "^6.7.0",

legacy_packages/react-core/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,14 @@
7171
"@types/js-cookie": "^3.0.6",
7272
"@types/mime": "3.0.0",
7373
"@types/react": "^18.2.17",
74-
"@typescript-eslint/eslint-plugin": "^6.2.0",
75-
"@typescript-eslint/parser": "^6.19.1",
7674
"eslint": "^8.56.0",
77-
"eslint-config-prettier": "^8.9.0",
7875
"eslint-config-thirdweb": "workspace:*",
7976
"eslint-plugin-better-tree-shaking": "0.0.4",
8077
"eslint-plugin-import": "^2.26.0",
8178
"eslint-plugin-inclusive-language": "^2.2.0",
8279
"eslint-plugin-prettier": "^5.0.0",
8380
"eslint-plugin-tsdoc": "^0.2.16",
8481
"ethers": "^5.7.2",
85-
"prettier": "^3.1.1",
8682
"react": "^18.2.0",
8783
"typedoc-gen": "workspace:*",
8884
"typescript": "^5.3.3"

legacy_packages/react-native/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,8 @@
5858
"@types/jest": "^29.5.3",
5959
"@types/react": "^18.2.17",
6060
"@types/react-native": "^0.71.8",
61-
"@typescript-eslint/eslint-plugin": "^6.2.0",
62-
"@typescript-eslint/parser": "^6.19.1",
6361
"babel-jest": "^29.6.2",
6462
"eslint": "^8.56.0",
65-
"eslint-config-prettier": "^8.9.0",
6663
"eslint-config-thirdweb": "workspace:*",
6764
"eslint-plugin-i18next": "^6.0.3",
6865
"eslint-plugin-import": "^2.26.0",
@@ -71,7 +68,6 @@
7168
"eslint-plugin-tsdoc": "^0.2.16",
7269
"ethers": "^5.7.2",
7370
"jest": "^29.6.2",
74-
"prettier": "^3.1.1",
7571
"react": "^18.2.0",
7672
"react-native": "^0.71.11",
7773
"react-native-camera": "^4.2.1",

legacy_packages/react/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,7 @@
8888
"@types/react": "^18.2.17",
8989
"@types/react-dom": "^18.2.7",
9090
"@types/uuid": "^9.0.5",
91-
"@typescript-eslint/eslint-plugin": "^6.2.0",
92-
"@typescript-eslint/parser": "^6.19.1",
9391
"eslint": "^8.56.0",
94-
"eslint-config-prettier": "^8.9.0",
9592
"eslint-config-thirdweb": "workspace:*",
9693
"eslint-plugin-better-tree-shaking": "0.0.4",
9794
"eslint-plugin-import": "^2.26.0",
@@ -100,7 +97,6 @@
10097
"eslint-plugin-svg-jsx": "^1.2.2",
10198
"eslint-plugin-tsdoc": "^0.2.16",
10299
"ethers": "^5.7.2",
103-
"prettier": "^3.1.1",
104100
"react": "^18.2.0",
105101
"react-dom": "^18.2.0",
106102
"stream": "npm:stream-browserify@^3.0.0",

legacy_packages/sdk/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,10 @@
9292
"@types/mocha": "^10.0.0",
9393
"@types/node": "^18.17.1",
9494
"@types/uuid": "^9.0.5",
95-
"@typescript-eslint/eslint-plugin": "^6.2.0",
96-
"@typescript-eslint/parser": "^6.19.1",
9795
"chai": "^4.3.6",
9896
"deep-equal-in-any-order": "^1.1.18",
9997
"dotenv-mono": "^1.3.10",
10098
"eslint": "^8.56.0",
101-
"eslint-config-prettier": "^8.9.0",
10299
"eslint-config-thirdweb": "workspace:*",
103100
"eslint-plugin-better-tree-shaking": "0.0.4",
104101
"eslint-plugin-import": "^2.26.0",
@@ -108,9 +105,8 @@
108105
"ethers": "^5.7.2",
109106
"ethers-aws-kms-signer": "^1.3.2",
110107
"hardhat": "^2.17.0",
111-
"mocha": "^10.2.0",
108+
"mocha": "10.4.0",
112109
"nyc": "^15.1.0",
113-
"prettier": "^3.1.1",
114110
"rimraf": "^3.0.2",
115111
"typedoc-gen": "workspace:*",
116112
"typescript": "^5.3.3",

legacy_packages/storage/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,12 @@
4444
"@types/chai": "^4.3.5",
4545
"@types/mocha": "^10.0.0",
4646
"@types/uuid": "^9.0.5",
47-
"@typescript-eslint/eslint-plugin": "^6.2.0",
48-
"@typescript-eslint/parser": "^6.19.1",
4947
"chai": "^4.3.6",
5048
"eslint": "^8.56.0",
5149
"eslint-config-thirdweb": "workspace:*",
5250
"eslint-plugin-tsdoc": "^0.2.16",
5351
"esm": "^3.2.25",
54-
"mocha": "^10.2.0",
52+
"mocha": "10.4.0",
5553
"rimraf": "^3.0.2",
5654
"typedoc-gen": "workspace:*",
5755
"typescript": "^5.3.3"

package.json

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -42,44 +42,40 @@
4242
},
4343
"packageManager": "pnpm@8.9.0",
4444
"dependencies": {
45-
"@changesets/changelog-github": "^0.5.0",
46-
"@changesets/cli": "^2.27.1",
47-
"@changesets/get-dependents-graph": "^1.3.6",
48-
"@changesets/get-release-plan": "^3.0.17",
49-
"@changesets/parse": "^0.3.16",
50-
"@manypkg/cli": "^0.21.2",
51-
"@manypkg/get-packages": "^1.1.3",
45+
"@changesets/changelog-github": "0.5.0",
46+
"@changesets/cli": "2.27.1",
47+
"@manypkg/cli": "0.21.3",
48+
"@manypkg/get-packages": "2.2.1",
5249
"@playwright/test": "1.31.2",
53-
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
54-
"@types/node": "^18.19.18",
50+
"@trivago/prettier-plugin-sort-imports": "4.3.0",
51+
"@types/node": "20.11.30",
5552
"eslint": "8.57.0",
56-
"mocha": "^10.3.0",
57-
"prettier": "^3.2.5",
58-
"turbo": "^1.12.4",
53+
"prettier": "3.2.5",
54+
"turbo": "1.13.0",
5955
"yalc": "1.0.0-pre.53"
6056
},
6157
"_______ALL_PACKAGE_DEV_DEPENDENCIES_GO_IN_HERE_SO_CONSUMERS_DONT_END_UP_INSTALLING_THEM______": "_______ALL_PACKAGE_DEV_DEPENDENCIES_GO_IN_HERE_SO_CONSUMERS_DONT_END_UP_INSTALLING_THEM______",
6258
"devDependencies": {
6359
"@codspeed/vitest-plugin": "3.1.0",
64-
"@size-limit/preset-big-lib": "11.1.1",
65-
"@tanstack/eslint-plugin-query": "5.27.7",
66-
"@types/bun": "1.0.10",
60+
"@size-limit/preset-big-lib": "11.1.2",
61+
"@tanstack/eslint-plugin-query": "5.28.6",
62+
"@types/bun": "1.0.11",
6763
"@types/react": "18.2.17",
6864
"@viem/anvil": "0.0.9",
6965
"@vitest/coverage-v8": "1.4.0",
7066
"dotenv-mono": "1.3.14",
7167
"eslint-config-thirdweb": "workspace:*",
7268
"eslint-plugin-better-tree-shaking": "0.0.4",
73-
"eslint-plugin-jsdoc": "48.2.1",
74-
"eslint-plugin-svg-jsx": "^1.2.2",
69+
"eslint-plugin-jsdoc": "48.2.2",
70+
"eslint-plugin-svg-jsx": "^1.2.4",
7571
"ethers5": "npm:ethers@5.7.2",
7672
"ethers6": "npm:ethers@6.11.1",
77-
"knip": "5.1.4",
73+
"knip": "5.7.0",
7874
"mitata": "0.1.11",
7975
"react": "18.2.0",
8076
"rimraf": "5.0.5",
8177
"sharp": "^0.33.3",
82-
"size-limit": "11.1.1",
78+
"size-limit": "11.1.2",
8379
"typedoc-gen": "workspace:*",
8480
"typescript": "5.3.3",
8581
"vitest": "1.4.0"

packages/eslint-config-thirdweb/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"main": "index.js",
55
"license": "Apache-2.0",
66
"dependencies": {
7-
"@typescript-eslint/eslint-plugin": "^6.2.0",
8-
"@typescript-eslint/parser": "^6.19.1",
9-
"eslint-config-next": "^13.2.12",
10-
"eslint-config-prettier": "^8.9.0",
11-
"eslint-config-turbo": "^0.0.8",
12-
"eslint-plugin-react": "^7.33.0"
7+
"@typescript-eslint/eslint-plugin": "7.4.0",
8+
"@typescript-eslint/parser": "7.4.0",
9+
"eslint-config-next": "13.4.12",
10+
"eslint-config-prettier": "9.1.0",
11+
"eslint-config-turbo": "1.13.0",
12+
"eslint-plugin-react": "7.34.1"
1313
},
1414
"publishConfig": {
1515
"access": "public"

packages/service-utils/package.json

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,19 @@
3838
"exports": true
3939
},
4040
"sideEffects": false,
41+
"dependencies": {
42+
"aws4fetch": "1.0.18",
43+
"zod": "3.22.4"
44+
},
4145
"devDependencies": {
42-
"@cloudflare/workers-types": "^4.20230724.0",
46+
"@cloudflare/workers-types": "4.20240320.1",
4347
"@preconstruct/cli": "2.7.0",
44-
"@smithy/types": "^2.0.2",
4548
"@thirdweb-dev/tsconfig": "workspace:*",
4649
"@types/jest": "^29.5.3",
47-
"@types/node": "^18.17.1",
48-
"@typescript-eslint/eslint-plugin": "^6.2.0",
49-
"@typescript-eslint/parser": "^6.19.1",
50-
"eslint": "^8.56.0",
51-
"eslint-config-prettier": "^8.9.0",
50+
"@types/node": "^20.11.30",
51+
"eslint": "8.57.0",
5252
"eslint-config-thirdweb": "workspace:*",
5353
"jest": "^29.6.2",
54-
"prettier": "^3.1.1",
5554
"ts-jest": "^29.1.1",
5655
"typescript": "^5.3.3"
5756
},
@@ -63,9 +62,5 @@
6362
"build": "tsc && preconstruct build",
6463
"push": "yalc push",
6564
"test": "jest"
66-
},
67-
"dependencies": {
68-
"aws4fetch": "^1.0.17",
69-
"zod": "^3.22.3"
7065
}
7166
}

0 commit comments

Comments
 (0)