Skip to content

Commit

Permalink
npm update (#168)
Browse files Browse the repository at this point in the history
Closes #156
  • Loading branch information
StefanSchoof committed Oct 20, 2019
1 parent 03e1071 commit ef2159d
Show file tree
Hide file tree
Showing 8 changed files with 9,875 additions and 7,646 deletions.
1,596 changes: 789 additions & 807 deletions e2etest/package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions e2etest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
"url": "https://github.com/StefanSchoof/espresso.git"
},
"dependencies": {
"@babel/preset-env": "^7.5.5",
"@babel/preset-typescript": "^7.3.3",
"babel-jest": "^24.8.0",
"jest": "^24.8.0",
"@babel/preset-env": "^7.6.3",
"@babel/preset-typescript": "^7.6.0",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"jest-junit": "^8.0.0",
"selenium-webdriver": "^4.0.0-alpha.4"
"selenium-webdriver": "^4.0.0-alpha.5"
},
"devDependencies": {
"@types/jest": "^24.0.17",
"@types/node": "^10.14.15",
"@types/selenium-webdriver": "^3.0.16",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"eslint": "^6.1.0",
"typescript": "^3.5.3"
"@types/jest": "^24.0.19",
"@types/node": "^10.14.22",
"@types/selenium-webdriver": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^2.4.0",
"@typescript-eslint/parser": "^2.4.0",
"eslint": "^6.5.1",
"typescript": "^3.6.4"
},
"scripts": {
"build": "tsc",
Expand Down
4,707 changes: 2,720 additions & 1,987 deletions func/package-lock.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions func/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
},
"devDependencies": {
"@azure/functions": "^1.0.3",
"@babel/preset-env": "^7.5.5",
"@babel/preset-typescript": "^7.3.3",
"@types/jest": "^24.0.17",
"@types/node": "^10.14.15",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"@babel/preset-env": "^7.6.3",
"@babel/preset-typescript": "^7.6.0",
"@types/jest": "^24.0.19",
"@types/node": "^10.14.22",
"@typescript-eslint/eslint-plugin": "^2.4.0",
"@typescript-eslint/parser": "^2.4.0",
"awesome-typescript-loader": "^5.2.1",
"azure-iothub": "^1.10.1",
"babel-jest": "^24.8.0",
"azure-iothub": "^1.11.0",
"babel-jest": "^24.9.0",
"copy-webpack-plugin": "^5.0.4",
"eslint": "^6.1.0",
"jest": "^24.8.0",
"eslint": "^6.5.1",
"jest": "^24.9.0",
"jest-junit": "^8.0.0",
"typescript": "^3.5.3",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6"
"typescript": "^3.6.4",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9"
}
}
4,286 changes: 2,114 additions & 2,172 deletions node/package-lock.json

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
"url": "https://github.com/StefanSchoof/espresso.git"
},
"dependencies": {
"applicationinsights": "^1.4.0",
"azure-iot-common": "^1.10.1",
"azure-iot-device": "^1.11.0",
"azure-iot-device-mqtt": "^1.10.1",
"applicationinsights": "^1.5.0",
"azure-iot-common": "^1.11.0",
"azure-iot-device": "^1.12.0",
"azure-iot-device-mqtt": "^1.11.0",
"jest-junit": "^8.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.5.5",
"@babel/preset-typescript": "^7.3.3",
"@types/jest": "^24.0.17",
"@types/node": "^10.14.15",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"babel-jest": "^24.8.0",
"eslint": "^6.1.0",
"jest": "^24.8.0",
"typescript": "^3.5.3"
"@babel/preset-env": "^7.6.3",
"@babel/preset-typescript": "^7.6.0",
"@types/jest": "^24.0.19",
"@types/node": "^10.14.22",
"@typescript-eslint/eslint-plugin": "^2.4.0",
"@typescript-eslint/parser": "^2.4.0",
"babel-jest": "^24.9.0",
"eslint": "^6.5.1",
"jest": "^24.9.0",
"typescript": "^3.6.4"
}
}
Loading

0 comments on commit ef2159d

Please sign in to comment.