build: remove dep on tsickle from platform-server (#33927)

PR Close #33927
This commit is contained in:
Greg Magolan 2020-02-13 19:52:38 -08:00 committed by Miško Hevery
parent 561d402c65
commit 5e55587633
3 changed files with 13 additions and 8 deletions

View File

@ -32,7 +32,6 @@
"protractor": "file:../../node_modules/protractor",
"puppeteer": "file:../../node_modules/puppeteer",
"raw-loader": "0.5.1",
"tsickle": "file:../../node_modules/tsickle",
"webpack": "2.7.0"
},
"//resolutions-comment": "Ensure a single version of webdriver-manager which comes from root node_modules that has already run webdriver-manager update",

View File

@ -1,7 +1,5 @@
{
"angularCompilerOptions": {
"annotationsAs": "static fields",
"annotateForClosureCompiler": true,
"enableIvy": false,
},

View File

@ -41,10 +41,18 @@
domino "^2.1.2"
xhr2 "^0.1.4"
"@types/jasmine@2.5.41":
version "2.5.41"
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-2.5.41.tgz#d5e86161a0af80d52062b310a33ed65b051a0713"
integrity sha1-1ehhYaCvgNUgYrMQoz7WWwUaBxM=
"@types/jasmine@*":
version "3.5.3"
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.5.3.tgz#e41ba279166d3838e68aa34738dd890c846ee3f8"
integrity sha512-LRJ21f/BO4QNZ3YDaMP0OEurOfE77x8mi8MfEnUsei5IKfmZL0GKl7juhABMdUIJHhVS9OCLotKHfsFNAuJ+DA==
"@types/jasmine@file:../../node_modules/@types/jasmine":
version "2.8.8"
"@types/jasminewd2@file:../../node_modules/@types/jasminewd2":
version "2.0.6"
dependencies:
"@types/jasmine" "*"
"@types/mime-types@^2.1.0":
version "2.1.0"
@ -3358,7 +3366,7 @@ punycode@^2.1.0:
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
"puppeteer@file:../../node_modules/puppeteer":
version "2.1.0"
version "2.1.1"
dependencies:
"@types/mime-types" "^2.1.0"
debug "^4.1.0"