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>
20 lines
429 B
JSON
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"
|
|
]
|
|
}
|