Skip to content

Commit ac08759

Browse files
authored
Merge pull request #389 from ably/dependabot/npm_and_yarn/dev-minor-patch-4dd2ca2a90
chore(dev-deps): bump the dev-minor-patch group with 6 updates
2 parents c76b4bf + c31b5ed commit ac08759

4 files changed

Lines changed: 216 additions & 583 deletions

File tree

examples/web-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"tailwindcss": "^4.2.4",
3535
"typescript": "~5.9.3",
3636
"typescript-eslint": "^8.59.2",
37-
"vite": "^8.0.10",
37+
"vite": "^8.0.11",
3838
"vite-tsconfig-paths": "^6.1.1"
3939
}
4040
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,22 +140,22 @@
140140
"zod": "^3.25.76"
141141
},
142142
"devDependencies": {
143-
"@eslint/compat": "^2.0.5",
143+
"@eslint/compat": "^2.1.0",
144144
"@eslint/js": "^10.0.1",
145145
"@oclif/test": "^4.1.18",
146146
"@types/fast-levenshtein": "^0.0.4",
147147
"@types/fs-extra": "^11.0.4",
148148
"@types/inquirer": "^9.0.9",
149149
"@types/jsonwebtoken": "^9.0.10",
150-
"@types/node": "^25.6.0",
150+
"@types/node": "^25.6.2",
151151
"@types/node-fetch": "^2.6.13",
152152
"@types/react": "^19.2.14",
153153
"@types/react-dom": "^19.2.3",
154154
"@types/ws": "^8.5.11",
155155
"@typescript-eslint/eslint-plugin": "^8.59.2",
156156
"@typescript-eslint/parser": "^8.59.2",
157157
"@vitest/coverage-v8": "^4.1.5",
158-
"@vitest/eslint-plugin": "^1.6.16",
158+
"@vitest/eslint-plugin": "^1.6.17",
159159
"@vitest/ui": "^4.1.5",
160160
"dotenv": "^17.4.2",
161161
"eslint": "^10.3.0",
@@ -165,11 +165,11 @@
165165
"eslint-plugin-react-hooks": "^7.1.1",
166166
"eslint-plugin-unicorn": "^64.0.0",
167167
"execa": "^9.6.1",
168-
"fs-extra": "^11.3.4",
168+
"fs-extra": "^11.3.5",
169169
"get-port": "^7.2.0",
170170
"globals": "^17.6.0",
171171
"http-server": "^14.1.1",
172-
"nock": "^14.0.12",
172+
"nock": "^14.0.15",
173173
"node-pty": "^1.1.0",
174174
"oclif": "^4.22.98",
175175
"playwright": "^1.59.1",

packages/react-web-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"react-dom": "^19.2.5",
6262
"tsup": "^8.5.1",
6363
"typescript": "^5.9.3",
64-
"vite": "8.0.10",
64+
"vite": "8.0.11",
6565
"vitest": "^4.1.5"
6666
},
6767
"publishConfig": {

0 commit comments

Comments
 (0)