Merge pull request #7225 from NativeScript/types-node

chore: remove clashing typings
This commit is contained in:
Svetoslav
2019-05-09 15:18:58 +02:00
committed by GitHub
3 changed files with 1 additions and 4 deletions

View File

@ -19,7 +19,6 @@
"devDependencies": { "devDependencies": {
"@types/chai": "~4.1.7", "@types/chai": "~4.1.7",
"@types/mocha": "~5.2.5", "@types/mocha": "~5.2.5",
"@types/node": "~10.12.18",
"babel-traverse": "6.26.0", "babel-traverse": "6.26.0",
"babel-types": "6.26.0", "babel-types": "6.26.0",
"babylon": "6.18.0", "babylon": "6.18.0",

View File

@ -19,14 +19,13 @@
"devDependencies": { "devDependencies": {
"@types/chai": "~4.1.7", "@types/chai": "~4.1.7",
"@types/mocha": "~5.2.5", "@types/mocha": "~5.2.5",
"@types/node": "^7.0.5",
"mocha": "~5.2.0", "mocha": "~5.2.0",
"mochawesome": "~3.1.2", "mochawesome": "~3.1.2",
"nativescript-dev-appium": "next", "nativescript-dev-appium": "next",
"nativescript-dev-typescript": "next", "nativescript-dev-typescript": "next",
"nativescript-dev-webpack": "next", "nativescript-dev-webpack": "next",
"tns-platform-declarations": "next",
"rimraf": "^2.6.2", "rimraf": "^2.6.2",
"tns-platform-declarations": "next",
"typescript": "^3.1.6" "typescript": "^3.1.6"
}, },
"scripts": { "scripts": {

View File

@ -19,7 +19,6 @@
"devDependencies": { "devDependencies": {
"@types/chai": "~4.1.7", "@types/chai": "~4.1.7",
"@types/mocha": "~5.2.5", "@types/mocha": "~5.2.5",
"@types/node": "^7.0.5",
"mocha": "~5.2.0", "mocha": "~5.2.0",
"mochawesome": "~3.1.2", "mochawesome": "~3.1.2",
"nativescript-dev-appium": "next", "nativescript-dev-appium": "next",