This repository has been archived on 2024-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Maneger/package.json
dependabot[bot] f59dde7a7f Bump typescript from 4.9.5 to 5.0.3 (#513)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-01 05:31:44 -03:00

20 lines
429 B
JSON

{
"name": "@the-bds-maneger/monorepo",
"private": true,
"scripts": {
"clean": "tsc --build --clean",
"updateversion": "node script/updateVersion.mjs"
},
"author": "Matheus Sampaio Queiroga <srherobrine20@gmail.com>",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^18.15.3",
"typescript": "^5.0.3"
},
"workspaces": [
"package/core",
"package/cli",
"package/docker"
]
}