fix(core): update

This commit is contained in:
Philipp Kunz 2020-03-09 15:08:05 +00:00
parent 4d23145529
commit 59c744cc5e
2 changed files with 4 additions and 9 deletions

11
package-lock.json generated
View File

@ -943,9 +943,9 @@
} }
}, },
"@gitzone/tsbundle": { "@gitzone/tsbundle": {
"version": "1.0.51", "version": "1.0.52",
"resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbundle/-/tsbundle-1.0.51.tgz", "resolved": "https://verdaccio.lossless.one/@gitzone%2ftsbundle/-/tsbundle-1.0.52.tgz",
"integrity": "sha512-nLYN9z78FPpCcY1FcBs41xWj9KHfoB2OkAh40rYgPbXkVzl7vSHTshX3wuD4oyXQIHgenKTFLuAjaskb6B2sPA==", "integrity": "sha512-BR5B8Hrnj8d84SUxhRdWk0x2QkTPSflTZ0quLIRWLn6BGSQ/kFEWv+KQkhJw3NKN3yjO/GWalFCP89Amq8URIw==",
"requires": { "requires": {
"@babel/core": "^7.6.2", "@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.5.5", "@babel/plugin-proposal-class-properties": "^7.5.5",
@ -1032,11 +1032,6 @@
"@types/node": "*" "@types/node": "*"
} }
}, },
"@types/node": {
"version": "13.9.0",
"resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-13.9.0.tgz",
"integrity": "sha512-0ARSQootUG1RljH2HncpsY2TJBfGQIKOOi7kxzUY6z54ePu/ZD+wJA8zI2Q6v8rol2qpG/rvqsReco8zNMPvhQ=="
},
"fast-json-stable-stringify": { "fast-json-stable-stringify": {
"version": "2.1.0", "version": "2.1.0",
"resolved": "https://verdaccio.lossless.one/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", "resolved": "https://verdaccio.lossless.one/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",

View File

@ -23,7 +23,7 @@
"tslint-config-prettier": "^1.18.0" "tslint-config-prettier": "^1.18.0"
}, },
"dependencies": { "dependencies": {
"@gitzone/tsbundle": "^1.0.51", "@gitzone/tsbundle": "^1.0.52",
"@gitzone/tsrun": "^1.2.8", "@gitzone/tsrun": "^1.2.8",
"@pushrocks/early": "^3.0.3", "@pushrocks/early": "^3.0.3",
"@pushrocks/lik": "^3.0.19", "@pushrocks/lik": "^3.0.19",