Skip to content

Commit

Permalink
chore(deps-dev): bump the dev-deps group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the dev-deps group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [typescript](https://github.com/Microsoft/TypeScript) and [puppeteer](https://github.com/puppeteer/puppeteer).


Updates `@types/node` from 20.14.5 to 20.14.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `typescript` from 5.4.5 to 5.5.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.2)

Updates `puppeteer` from 22.11.2 to 22.12.0
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@puppeteer-v22.11.2...puppeteer-v22.12.0)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 0e79f7b commit 2241523
Show file tree
Hide file tree
Showing 5 changed files with 7,482 additions and 9,186 deletions.
2 changes: 1 addition & 1 deletion examples/openapi-ts-axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.7",
"prettier": "3.3.2",
"typescript": "5.4.5",
"typescript": "5.5.2",
"vite": "5.3.1"
}
}
2 changes: 1 addition & 1 deletion examples/openapi-ts-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"postcss": "8.4.38",
"prettier": "3.3.2",
"tailwindcss": "3.4.4",
"typescript": "5.4.5",
"typescript": "5.5.2",
"vite": "5.3.1"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.6",
"@types/node": "20.14.5",
"@types/node": "20.14.8",
"@vitest/coverage-v8": "1.6.0",
"eslint": "9.5.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -52,7 +52,7 @@
"rimraf": "5.0.7",
"rollup": "4.18.0",
"rollup-plugin-dts": "6.1.1",
"typescript": "5.4.5",
"typescript": "5.5.2",
"typescript-eslint": "7.13.1",
"vitest": "1.6.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/openapi-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@
"glob": "10.4.2",
"node-fetch": "3.3.2",
"prettier": "3.3.2",
"puppeteer": "22.11.2",
"puppeteer": "22.12.0",
"rxjs": "7.8.1",
"ts-node": "10.9.2",
"tslib": "2.6.3",
"typescript": "5.4.5"
"typescript": "5.5.2"
}
}
Loading

0 comments on commit 2241523

Please sign in to comment.