Skip to content

Commit aa382e9

Browse files
authored
cleanup devDeps tsup, typescript, @microsoft/api-extractor (#8924)
1 parent d3cf479 commit aa382e9

File tree

5 files changed

+48
-71
lines changed

5 files changed

+48
-71
lines changed

integrations/react-next-14/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"@types/react": "^18.2.79",
16-
"@types/react-dom": "^18.2.25",
17-
"typescript": "5.8.2"
16+
"@types/react-dom": "^18.2.25"
1817
}
1918
}

integrations/react-next-15/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
},
1717
"devDependencies": {
1818
"@types/react": "^19.0.1",
19-
"@types/react-dom": "^19.0.2",
20-
"typescript": "5.8.2"
19+
"@types/react-dom": "^19.0.2"
2120
}
2221
}

packages/angular-query-devtools-experimental/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@
5757
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
5858
"@tanstack/angular-query-experimental": "workspace:*",
5959
"eslint-plugin-jsdoc": "^50.5.0",
60-
"npm-run-all": "^4.1.5",
61-
"tsup": "8.0.2",
62-
"typescript": "5.8.2"
60+
"npm-run-all": "^4.1.5"
6361
},
6462
"peerDependencies": {
6563
"@angular/common": ">=16.0.0",

packages/angular-query-experimental/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,8 @@
7373
"@angular/core": "^19.1.0-next.0",
7474
"@angular/platform-browser": "^19.1.0-next.0",
7575
"@angular/platform-browser-dynamic": "^19.1.0-next.0",
76-
"@microsoft/api-extractor": "^7.48.1",
7776
"eslint-plugin-jsdoc": "^50.5.0",
78-
"npm-run-all": "^4.1.5",
79-
"tsup": "8.0.2",
80-
"typescript": "5.8.2"
77+
"npm-run-all": "^4.1.5"
8178
},
8279
"peerDependencies": {
8380
"@angular/common": ">=16.0.0",

0 commit comments

Comments
 (0)