Skip to content

Commit

Permalink
Bump the development-dependencies group with 7 updates (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 9f42db3 commit db91337
Show file tree
Hide file tree
Showing 6 changed files with 161 additions and 149 deletions.
2 changes: 1 addition & 1 deletion examples/room-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@fastify/swagger": "^9.1.0",
"@types/node": "^22.7.4",
"@types/node": "^22.7.5",
"pino-pretty": "^11.2.2",
"tsc": "^2.0.4",
"tsx": "^4.19.1",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
],
"packageManager": "yarn@4.4.0",
"devDependencies": {
"@eslint/js": "^9.11.1",
"eslint": "^9.11.1",
"@eslint/js": "^9.12.0",
"eslint": "^9.12.0",
"globals": "^15.10.0",
"prettier": "^3.3.3",
"typedoc": "^0.26.7",
"typedoc": "^0.26.8",
"typedoc-material-theme": "^1.1.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0"
"typescript-eslint": "^8.8.1"
},
"scripts": {
"build": "yarn workspaces foreach -At run build",
Expand Down
2 changes: 1 addition & 1 deletion packages/fishjam-openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"outDir": "dist"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.13.12",
"@openapitools/openapi-generator-cli": "^2.14.0",
"tsup": "^8.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/fishjam-proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"protobufjs": "^7.4.0"
},
"devDependencies": {
"ts-proto": "^2.2.1",
"ts-proto": "^2.2.3",
"tsup": "^8.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/js-server-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"websocket": "^1.0.35"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.13.12",
"@types/node": "^22.7.4",
"@openapitools/openapi-generator-cli": "^2.14.0",
"@types/node": "^22.7.5",
"@types/websocket": "^1.0.10",
"tsup": "^8.3.0",
"typed-emitter": "^2.1.0"
Expand Down
Loading

0 comments on commit db91337

Please sign in to comment.