Skip to content

Commit 6f1af73

Browse files
chore(deps-dev): bump typescript from 4.6.4 to 4.7.4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.4 to 4.7.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.6.4...v4.7.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f79c6e6 commit 6f1af73

File tree

2 files changed

+10
-1760
lines changed

2 files changed

+10
-1760
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"prebuild": "rm -rf dist",
1010
"build": "npm-run-all -p build:main",
1111
"watch:main": "ncc build --watch src/main.ts -o dist/main",
12-
"watch": "npm-run-all -p watch:main",
13-
"upgrade": "ncu -u"
12+
"watch": "npm-run-all -p watch:main"
1413
},
1514
"dependencies": {
1615
"@actions/core": "^1.8.0",
@@ -20,8 +19,7 @@
2019
"devDependencies": {
2120
"@types/node": "^17.0.31",
2221
"@vercel/ncc": "^0.33.4",
23-
"npm-check-updates": "^12.5.11",
2422
"npm-run-all": "^4.1.5",
25-
"typescript": "^4.6.4"
23+
"typescript": "^4.7.4"
2624
}
2725
}

0 commit comments

Comments
 (0)