Skip to content

Commit 99c3c4b

Browse files
author
renovate[bot]
committed
chore(deps): update all devdependencies
1 parent e7a59cb commit 99c3c4b

4 files changed

Lines changed: 29 additions & 29 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"react-server-dom-webpack": "19.0.0-beta-94eed63c49-20240425",
2626
"@types/react": "npm:types-react@19.0.0-rc.0",
2727
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.0",
28-
"@microsoft/api-documenter": "7.24.1"
28+
"@microsoft/api-documenter": "7.25.4"
2929
},
3030
"devDependencies": {
31-
"@microsoft/api-documenter": "7.24.3",
32-
"@size-limit/file": "11.1.2",
33-
"@size-limit/webpack": "11.1.2",
34-
"@size-limit/webpack-why": "11.1.2",
35-
"size-limit": "11.1.2"
31+
"@microsoft/api-documenter": "7.25.4",
32+
"@size-limit/file": "11.1.4",
33+
"@size-limit/webpack": "11.1.4",
34+
"@size-limit/webpack-why": "11.1.4",
35+
"size-limit": "11.1.4"
3636
}
3737
}

packages/client-react-streaming/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"@apollo/client": "^3.10.4",
135135
"@arethetypeswrong/cli": "0.15.3",
136136
"@internal/test-utils": "workspace:^",
137-
"@microsoft/api-extractor": "7.43.2",
137+
"@microsoft/api-extractor": "7.47.0",
138138
"@testing-library/react": "15.0.7",
139139
"@total-typescript/shoehorn": "0.1.2",
140140
"@tsconfig/recommended": "1.0.6",
@@ -144,22 +144,22 @@
144144
"@typescript-eslint/parser": "7.5.0",
145145
"concurrently": "8.2.2",
146146
"eslint": "8.57.0",
147-
"eslint-plugin-react": "7.34.1",
148-
"eslint-plugin-react-hooks": "4.6.0",
149-
"glob": "10.3.12",
147+
"eslint-plugin-react": "7.34.3",
148+
"eslint-plugin-react-hooks": "4.6.2",
149+
"glob": "10.4.2",
150150
"global-jsdom": "24.0.0",
151151
"globstar": "1.0.0",
152-
"graphql": "16.8.1",
153-
"jsdom": "24.0.0",
154-
"publint": "0.2.7",
152+
"graphql": "16.9.0",
153+
"jsdom": "24.1.0",
154+
"publint": "0.2.8",
155155
"react": "18.3.0",
156156
"react-error-boundary": "4.0.13",
157157
"react-server-dom-webpack": "0.0.1",
158-
"rimraf": "5.0.5",
158+
"rimraf": "5.0.7",
159159
"ts-node": "10.9.2",
160-
"tsup": "8.0.2",
161-
"tsx": "4.7.1",
162-
"typescript": "5.4.5",
160+
"tsup": "8.1.0",
161+
"tsx": "4.15.7",
162+
"typescript": "5.5.2",
163163
"vitest": "1.6.0"
164164
},
165165
"peerDependencies": {

packages/experimental-nextjs-app-support/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"@apollo/client-react-streaming": "workspace:*",
120120
"@arethetypeswrong/cli": "0.15.3",
121121
"@internal/test-utils": "workspace:^",
122-
"@microsoft/api-extractor": "7.43.2",
122+
"@microsoft/api-extractor": "7.47.0",
123123
"@testing-library/react": "15.0.7",
124124
"@total-typescript/shoehorn": "0.1.2",
125125
"@tsconfig/recommended": "1.0.6",
@@ -129,21 +129,21 @@
129129
"@typescript-eslint/parser": "7.5.0",
130130
"concurrently": "8.2.2",
131131
"eslint": "8.57.0",
132-
"eslint-plugin-react": "7.34.1",
133-
"eslint-plugin-react-hooks": "4.6.0",
134-
"glob": "10.3.12",
132+
"eslint-plugin-react": "7.34.3",
133+
"eslint-plugin-react-hooks": "4.6.2",
134+
"glob": "10.4.2",
135135
"global-jsdom": "24.0.0",
136136
"globstar": "1.0.0",
137-
"graphql": "16.8.1",
138-
"jsdom": "24.0.0",
137+
"graphql": "16.9.0",
138+
"jsdom": "24.1.0",
139139
"next": "^15.0.0-rc.0",
140-
"publint": "0.2.7",
140+
"publint": "0.2.8",
141141
"react": "18.3.0",
142-
"rimraf": "5.0.5",
142+
"rimraf": "5.0.7",
143143
"ts-node": "10.9.2",
144-
"tsup": "8.0.2",
145-
"tsx": "4.7.1",
146-
"typescript": "5.4.5",
144+
"tsup": "8.1.0",
145+
"tsx": "4.15.7",
146+
"typescript": "5.5.2",
147147
"vitest": "1.6.0"
148148
},
149149
"peerDependencies": {

packages/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@internal/test-utils",
33
"devDependencies": {
4-
"typescript": "*"
4+
"typescript": "5.4.5"
55
},
66
"type": "module"
77
}

0 commit comments

Comments
 (0)