mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
npm audit run
Removes npx
This commit is contained in:
4156
web/package-lock.json
generated
4156
web/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -71,6 +71,7 @@
|
||||
"@angular/router": "^6.1.2",
|
||||
"@ngx-translate/core": "^9.1.1",
|
||||
"@ngx-translate/http-loader": "^2.0.1",
|
||||
"@types/es6-collections": "^0.5.31",
|
||||
"@types/jasmine": "^2.8.8",
|
||||
"@types/jasminewd2": "^2.0.3",
|
||||
"@types/node": "^7.0.67",
|
||||
@@ -90,8 +91,7 @@
|
||||
"karma-jasmine": "^1.1.2",
|
||||
"karma-jasmine-html-reporter": "^1.2.0",
|
||||
"npm-run-all": "^4.1.3",
|
||||
"npx": "^10.2.0",
|
||||
"protractor": "^5.3.2",
|
||||
"protractor": "^5.4.0",
|
||||
"replace": "^0.3.0",
|
||||
"rxjs": "^6.2.2",
|
||||
"ts-node": "^4.1.0",
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
// import 'core-js/es6/date';
|
||||
// import 'core-js/es6/array';
|
||||
// import 'core-js/es6/regexp';
|
||||
// import 'core-js/es6/map';
|
||||
import 'core-js/es6/map';
|
||||
// import 'core-js/es6/set';
|
||||
|
||||
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"compilerOptions": {
|
||||
"outDir": "../out-tsc/spec",
|
||||
"module": "commonjs",
|
||||
"target": "es5",
|
||||
"target": "es2015",
|
||||
"baseUrl": "",
|
||||
"types": [
|
||||
"jasmine",
|
||||
|
||||
@@ -7,13 +7,14 @@
|
||||
"moduleResolution": "node",
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"target": "es5",
|
||||
"target": "es6",
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
],
|
||||
"lib": [
|
||||
"es2017",
|
||||
"dom"
|
||||
"es2015",
|
||||
"dom",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user