Update ts-loader 6 -> 7

Changelog-entry: Update ts-loader 6 -> 7
Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2020-05-13 12:25:23 +02:00
parent b0af9d535a
commit ad421eae11
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -13445,9 +13445,9 @@
"integrity": "sha512-ikUlS+/BcImLhNYyIgZcEmq4byc31QpC+46/6Jm5ECWkVFhf8SM2Fp/0pMVXPX6vk45SMCwrP4Taxucne8I0VA=="
},
"ts-loader": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-6.2.1.tgz",
"integrity": "sha512-Dd9FekWuABGgjE1g0TlQJ+4dFUfYGbYcs52/HQObE0ZmUNjQlmLAS7xXsSzy23AMaMwipsx5sNHvoEpT2CZq1g==",
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-7.0.4.tgz",
"integrity": "sha512-5du6OQHl+4ZjO4crEyoYUyWSrmmo7bAO+inkaILZ68mvahqrfoa4nn0DRmpQ4ruT4l+cuJCgF0xD7SBIyLeeow==",
"dev": true,
"requires": {
"chalk": "^2.3.0",

View File

@ -109,7 +109,7 @@
"simple-progress-webpack-plugin": "^1.1.2",
"sinon": "^9.0.2",
"spectron": "^9.0.0",
"ts-loader": "^6.0.4",
"ts-loader": "^7.0.4",
"ts-node": "^8.3.0",
"typescript": "^3.5.3",
"webpack": "^4.40.2",