Skip to content

Commit

Permalink
chore(deps-dev): bump typescript from 4.7.4 to 4.9.5
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.7.4...v4.9.5)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 17, 2024
1 parent e659c21 commit 19f0937
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 20 deletions.
2 changes: 1 addition & 1 deletion apps/ogre-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.7",
"ts-node": "^10.9.1",
"typescript": "^5.0.3",
"typescript": "^4.9.5",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.17",
"auto-changelog": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/ogre-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"eslint": "8.56.0",
"eslint-config-next": "12.1.0",
"tsconfig": "*",
"typescript": "4.7.4"
"typescript": "4.9.5"
}
}
31 changes: 15 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ogre-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/react-dom": "^17.0.13",
"config": "^0.1.1",
"tsconfig": "^0.1.1",
"typescript": "^4.7.4"
"typescript": "^4.9.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down
2 changes: 1 addition & 1 deletion packages/ogre/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"ava": "^4.3.0",
"nyc": "^15.1.0",
"ts-node": "^10.8.1",
"typescript": "^4.7.4",
"typescript": "^4.9.5",
"uuid": "^8.3.2"
},
"publishConfig": {
Expand Down

0 comments on commit 19f0937

Please sign in to comment.