mirror of
https://github.com/CompeyDev/gitpod-electron-typescript.git
synced 2024-12-12 12:50:37 +00:00
Merge pull request #18 from CompeyDev/dependabot/npm_and_yarn/typescript-4.8.3
Bump typescript from 4.7.4 to 4.8.3
This commit is contained in:
commit
8da350e4c9
2 changed files with 4 additions and 4 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -1910,9 +1910,9 @@
|
|||
"optional": true
|
||||
},
|
||||
"typescript": {
|
||||
"version": "4.7.4",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
|
||||
"integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
|
||||
"version": "4.8.3",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz",
|
||||
"integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==",
|
||||
"dev": true
|
||||
},
|
||||
"universalify": {
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"electron": "^20.1.4",
|
||||
"eslint": "^7.32.0",
|
||||
"typescript": "^4.7.4"
|
||||
"typescript": "^4.8.3"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue