Skip to content

Commit c9e74ab

Browse files
committed
Remove unnecessary dependencies in type-portability examples
1 parent aa34c66 commit c9e74ab

File tree

4 files changed

+14
-242
lines changed

4 files changed

+14
-242
lines changed

examples/type-portability/bundler/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,10 @@
1414
"react-scripts": "5.0.1"
1515
},
1616
"devDependencies": {
17-
"@testing-library/jest-dom": "^6.4.7",
18-
"@testing-library/react": "^16.0.0",
19-
"@types/jest": "^29.5.12",
2017
"@types/node": "^20.14.11",
2118
"@types/react": "^18.3.3",
2219
"@types/react-dom": "^18.3.0",
23-
"typescript": "^5.5.4",
24-
"whatwg-fetch": "^3.6.20"
20+
"typescript": "^5.5.4"
2521
},
2622
"eslintConfig": {
2723
"extends": [

examples/type-portability/nodenext-cjs/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,10 @@
1515
"react-scripts": "5.0.1"
1616
},
1717
"devDependencies": {
18-
"@testing-library/jest-dom": "^6.4.7",
19-
"@testing-library/react": "^16.0.0",
20-
"@types/jest": "^29.5.12",
2118
"@types/node": "^20.14.11",
2219
"@types/react": "^18.3.3",
2320
"@types/react-dom": "^18.3.0",
24-
"typescript": "^5.5.4",
25-
"whatwg-fetch": "^3.6.20"
21+
"typescript": "^5.5.4"
2622
},
2723
"eslintConfig": {
2824
"extends": [

examples/type-portability/nodenext-esm/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,10 @@
1515
"react-scripts": "5.0.1"
1616
},
1717
"devDependencies": {
18-
"@testing-library/jest-dom": "^6.4.7",
19-
"@testing-library/react": "^16.0.0",
20-
"@types/jest": "^29.5.12",
2118
"@types/node": "^20.14.11",
2219
"@types/react": "^18.3.3",
2320
"@types/react-dom": "^18.3.0",
24-
"typescript": "^5.5.4",
25-
"whatwg-fetch": "^3.6.20"
21+
"typescript": "^5.5.4"
2622
},
2723
"eslintConfig": {
2824
"extends": [

0 commit comments

Comments
 (0)