Merge pull request #648 from h3poteto/dependabot/npm_and_yarn/example/browser/typescript-4.1.5

Bump typescript from 4.1.3 to 4.1.5 in /example/browser
This commit is contained in:
AkiraFukushima 2021-02-15 21:40:42 +09:00 committed by GitHub
commit c6aefca878
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -9031,9 +9031,9 @@
"dev": true
},
"typescript": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.3.tgz",
"integrity": "sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==",
"version": "4.1.5",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.1.5.tgz",
"integrity": "sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==",
"dev": true
},
"union": {

View file

@ -12,7 +12,7 @@
"devDependencies": {
"http-server": "^0.12.3",
"ts-loader": "^8.0.17",
"typescript": "4.1.3",
"typescript": "4.1.5",
"webpack": "^4.46.0",
"webpack-cli": "^4.5.0"
}