Skip to content

Commit 1aed9f6

Browse files
author
renovate[bot]
committed
chore(deps): update all devdependencies
1 parent afa5bcc commit 1aed9f6

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
"[email protected]": "18.3.0-canary-60a927d04-20240113",
2424
"[email protected]": "18.3.0-canary-60a927d04-20240113",
2525
"superjson": "1.13.3",
26-
"@microsoft/api-documenter": "7.24.1"
26+
"@microsoft/api-documenter": "7.24.5"
2727
},
2828
"devDependencies": {
29-
"@microsoft/api-documenter": "7.24.3",
30-
"@size-limit/file": "11.1.2",
31-
"@size-limit/webpack": "11.1.2",
32-
"@size-limit/webpack-why": "11.1.2",
33-
"size-limit": "11.1.2"
29+
"@microsoft/api-documenter": "7.24.5",
30+
"@size-limit/file": "11.1.3",
31+
"@size-limit/webpack": "11.1.3",
32+
"@size-limit/webpack-why": "11.1.3",
33+
"size-limit": "11.1.3"
3434
}
3535
}

packages/client-react-streaming/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"devDependencies": {
115115
"@apollo/client": "3.9.9",
116116
"@arethetypeswrong/cli": "0.15.3",
117-
"@microsoft/api-extractor": "7.43.2",
117+
"@microsoft/api-extractor": "7.43.4",
118118
"@testing-library/react": "15.0.7",
119119
"@total-typescript/shoehorn": "0.1.2",
120120
"@tsconfig/recommended": "1.0.6",
@@ -125,8 +125,8 @@
125125
"concurrently": "8.2.2",
126126
"eslint": "8.57.0",
127127
"eslint-plugin-react": "7.34.1",
128-
"eslint-plugin-react-hooks": "4.6.0",
129-
"glob": "10.3.12",
128+
"eslint-plugin-react-hooks": "4.6.2",
129+
"glob": "10.3.15",
130130
"global-jsdom": "24.0.0",
131131
"globstar": "1.0.0",
132132
"graphql": "16.8.1",
@@ -135,11 +135,11 @@
135135
"react": "18.3.0-canary-60a927d04-20240113",
136136
"react-error-boundary": "4.0.13",
137137
"react-server-dom-webpack": "18.3.0-canary-60a927d04-20240113",
138-
"rimraf": "5.0.5",
138+
"rimraf": "5.0.7",
139139
"superjson": "1.13.3",
140140
"ts-node": "10.9.2",
141141
"tsup": "8.0.2",
142-
"tsx": "4.7.1",
142+
"tsx": "4.10.1",
143143
"typescript": "5.4.5",
144144
"vitest": "1.6.0"
145145
},

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@apollo/client": "3.9.9",
8383
"@apollo/client-react-streaming": "workspace:*",
8484
"@arethetypeswrong/cli": "0.15.3",
85-
"@microsoft/api-extractor": "7.43.2",
85+
"@microsoft/api-extractor": "7.43.4",
8686
"@testing-library/react": "15.0.7",
8787
"@total-typescript/shoehorn": "0.1.2",
8888
"@tsconfig/recommended": "1.0.6",
@@ -93,19 +93,19 @@
9393
"concurrently": "8.2.2",
9494
"eslint": "8.57.0",
9595
"eslint-plugin-react": "7.34.1",
96-
"eslint-plugin-react-hooks": "4.6.0",
97-
"glob": "10.3.12",
96+
"eslint-plugin-react-hooks": "4.6.2",
97+
"glob": "10.3.15",
9898
"global-jsdom": "24.0.0",
9999
"globstar": "1.0.0",
100100
"graphql": "16.8.1",
101101
"jsdom": "24.0.0",
102102
"next": "14.2.3",
103103
"publint": "0.2.7",
104104
"react": "18.3.0-canary-60a927d04-20240113",
105-
"rimraf": "5.0.5",
105+
"rimraf": "5.0.7",
106106
"ts-node": "10.9.2",
107107
"tsup": "8.0.2",
108-
"tsx": "4.7.1",
108+
"tsx": "4.10.1",
109109
"typescript": "5.4.5",
110110
"vitest": "1.6.0"
111111
},

0 commit comments

Comments
 (0)