aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-06 15:35:02 +0000
committerGitHub <noreply@github.com>2022-06-06 15:35:02 +0000
commit9adf0585d14e40fd1e1b00758788e7b92a413fbb (patch)
tree2e12c928930f65ea7a4145566a00e2b60d2b05b0 /package.json
parentBump @types/node from 17.0.39 to 17.0.40 (#99) (diff)
downloadee4511w-web-9adf0585d14e40fd1e1b00758788e7b92a413fbb.tar
ee4511w-web-9adf0585d14e40fd1e1b00758788e7b92a413fbb.tar.gz
ee4511w-web-9adf0585d14e40fd1e1b00758788e7b92a413fbb.tar.bz2
ee4511w-web-9adf0585d14e40fd1e1b00758788e7b92a413fbb.tar.lz
ee4511w-web-9adf0585d14e40fd1e1b00758788e7b92a413fbb.tar.xz
ee4511w-web-9adf0585d14e40fd1e1b00758788e7b92a413fbb.tar.zst
ee4511w-web-9adf0585d14e40fd1e1b00758788e7b92a413fbb.zip
Bump typescript from 4.7.2 to 4.7.3 (#100)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.2...v4.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3a80db8..7bf5976 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
"nodemon": "2.0.16",
"npm-run-all": "4.1.5",
"prettier": "2.6.2",
- "typescript": "4.7.2"
+ "typescript": "4.7.3"
},
"scripts": {
"build": "npm-run-all clean tsc copy-views",