WARN @microsoft/dynamicproto-js@0.5.2 requires a peer of tslib@^1.9.3 but none was installed. #20 (#21)
- Remove unused peerDependency
This commit is contained in:
Родитель
2594e3bbc9
Коммит
d22e959e5a
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -62,6 +62,7 @@ module.exports = function (grunt) {
|
|||
timeout: 300 * 1000, // 5 min
|
||||
console: false,
|
||||
summaryOnly: false,
|
||||
'--force': '',
|
||||
'--web-security': 'false' // we need this to allow CORS requests in PhantomJS
|
||||
}
|
||||
}
|
||||
|
@ -77,7 +78,7 @@ module.exports = function (grunt) {
|
|||
grunt.loadNpmTasks('grunt-contrib-uglify');
|
||||
grunt.loadNpmTasks('grunt-contrib-qunit');
|
||||
grunt.loadNpmTasks('grunt-run');
|
||||
grunt.registerTask("default", ["ts:rollup", "ts:rolluptest", "qunit:rollup", "ts:dynamicproto", "ts:dynamicprototest", "qunit:dynamicproto"])
|
||||
grunt.registerTask("default", ["ts:rollup", "ts:rolluptest", "ts:dynamicproto", "ts:dynamicprototest", "qunit:rollup", "qunit:dynamicproto"])
|
||||
grunt.registerTask("dynamicproto", ["ts:dynamicproto"]);
|
||||
grunt.registerTask("dynamicprototest", ["ts:dynamicproto", "ts:dynamicprototest", "qunit:dynamicproto"]);
|
||||
grunt.registerTask("rollup", ["ts:rollup", "ts:rolluptest", "qunit:rollup"]);
|
||||
|
|
|
@ -2406,7 +2406,7 @@ img {
|
|||
<div class="tsd-signature tsd-kind-icon">Dynamic<wbr>Proto<wbr>Delegate<DPType><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>theTarget<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">DPType</span>, baseFuncProxy<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">DPType</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">void</span></div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/microsoft/DynamicProto-JS/blob/2fc3923/lib/src/DynamicProto.ts#L340">DynamicProto.ts:340</a></li>
|
||||
<li>Defined in <a href="https://github.com/microsoft/DynamicProto-JS/blob/db0d87e/lib/src/DynamicProto.ts#L340">DynamicProto.ts:340</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
|
@ -2473,7 +2473,7 @@ img {
|
|||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/microsoft/DynamicProto-JS/blob/2fc3923/lib/src/DynamicProto.ts#L174">DynamicProto.ts:174</a></li>
|
||||
<li>Defined in <a href="https://github.com/microsoft/DynamicProto-JS/blob/db0d87e/lib/src/DynamicProto.ts#L174">DynamicProto.ts:174</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
|
@ -2510,7 +2510,7 @@ img {
|
|||
<li class="tsd-description">
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/microsoft/DynamicProto-JS/blob/2fc3923/lib/src/DynamicProto.ts#L393">DynamicProto.ts:393</a></li>
|
||||
<li>Defined in <a href="https://github.com/microsoft/DynamicProto-JS/blob/db0d87e/lib/src/DynamicProto.ts#L393">DynamicProto.ts:393</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@microsoft/dynamicproto-js",
|
||||
"author": "Microsoft Application Insights Team",
|
||||
"version": "0.5.2",
|
||||
"version": "1.0.0",
|
||||
"description": "Microsoft Dynamic Proto Utility",
|
||||
"keywords": [
|
||||
"javascript",
|
||||
|
@ -40,11 +40,11 @@
|
|||
"license": "MIT",
|
||||
"sideEffects": false,
|
||||
"devDependencies": {
|
||||
"@microsoft/applicationinsights-rollup-es3" : "^1.0.0",
|
||||
"@microsoft/dynamicproto-rollup": "0.5.2",
|
||||
"@microsoft/applicationinsights-rollup-es3" : "^1.0.1",
|
||||
"@microsoft/dynamicproto-rollup": "1.0.0",
|
||||
"grunt": "^1.0.1",
|
||||
"grunt-cli": "^1.3.2",
|
||||
"grunt-contrib-qunit": "^2.0.0",
|
||||
"grunt-contrib-qunit": "^3.1.0",
|
||||
"grunt-contrib-uglify": "^3.1.0",
|
||||
"grunt-run": "^0.8.1",
|
||||
"grunt-ts": "^6.0.0-beta.22",
|
||||
|
@ -59,8 +59,5 @@
|
|||
"rollup-plugin-uglify": "^6.0.0",
|
||||
"rollup-plugin-minify-es": "^1.1.1",
|
||||
"rollup": "^1.27.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"tslib": "^1.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
"moduleResolution": "node",
|
||||
"target": "es3",
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"importHelpers": true,
|
||||
"noEmitHelpers": true,
|
||||
"importHelpers": false,
|
||||
"noEmitHelpers": false,
|
||||
"alwaysStrict": true,
|
||||
"declaration": true,
|
||||
"outDir": "./out",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@microsoft/dynamicproto-js",
|
||||
"description": "Microsoft Dynamic Proto Utility",
|
||||
"version": "0.5.2",
|
||||
"version": "1.0.0",
|
||||
"keywords": [
|
||||
"javascript",
|
||||
"dynamic prototype",
|
||||
|
@ -35,9 +35,9 @@
|
|||
},
|
||||
"homepage": "https://github.com/microsoft/DynamicProto-JS#readme",
|
||||
"devDependencies": {
|
||||
"grunt": "^1.0.1",
|
||||
"grunt": "~1.0.1",
|
||||
"grunt-cli": "^1.3.2",
|
||||
"grunt-contrib-qunit": "^2.0.0",
|
||||
"grunt-contrib-qunit": "^3.1.0",
|
||||
"grunt-contrib-uglify": "^3.1.0",
|
||||
"grunt-run": "^0.8.1",
|
||||
"grunt-ts": "^6.0.0-beta.22",
|
||||
|
@ -48,8 +48,5 @@
|
|||
"tslint-microsoft-contrib": "^5.2.1",
|
||||
"typedoc": "^0.15.1",
|
||||
"typescript": "3.7.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"tslib": "^1.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@microsoft/dynamicproto-rollup",
|
||||
"description": "Microsoft Dynamic Proto Utility Rollup",
|
||||
"version": "0.5.2",
|
||||
"version": "1.0.0",
|
||||
"keywords": [
|
||||
"javascript",
|
||||
"dynamic prototype",
|
||||
|
@ -35,7 +35,7 @@
|
|||
"devDependencies": {
|
||||
"grunt": "^1.0.1",
|
||||
"grunt-cli": "^1.3.2",
|
||||
"grunt-contrib-qunit": "^2.0.0",
|
||||
"grunt-contrib-qunit": "^3.1.0",
|
||||
"grunt-contrib-uglify": "^3.1.0",
|
||||
"grunt-run": "^0.8.1",
|
||||
"grunt-ts": "^6.0.0-beta.22",
|
||||
|
@ -49,8 +49,5 @@
|
|||
"tslint-microsoft-contrib": "^5.2.1",
|
||||
"typescript": "3.7.2",
|
||||
"magic-string": "^0.25.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"tslib": "^1.9.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
"moduleResolution": "node",
|
||||
"target": "es3",
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"importHelpers": true,
|
||||
"noEmitHelpers": true,
|
||||
"importHelpers": false,
|
||||
"noEmitHelpers": false,
|
||||
"alwaysStrict": true,
|
||||
"declaration": true,
|
||||
"outDir": "./out",
|
||||
|
|
Загрузка…
Ссылка в новой задаче