Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
chore(dependencies): Update natives, so we can continue to run Gulp on
Browse files Browse the repository at this point in the history
Node v10
  • Loading branch information
heathkit committed Jan 27, 2020
1 parent 0442e51 commit efe7fdd
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 16 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"webdriver-manager": "^12.0.6"
},
"devDependencies": {
"@types/node": "^6.0.46",
"@types/chalk": "^0.4.28",
"@types/glob": "^5.0.29",
"@types/jasmine": "^2.5.47",
"@types/jasminewd2": "^2.0.0",
"@types/minimatch": "^2.0.28",
"@types/minimist": "^1.1.28",
"@types/node": "^6.0.46",
"@types/optimist": "^0.0.29",
"body-parser": "~1.15.2",
"chai": "~3.5.0",
Expand All @@ -50,6 +50,7 @@
"lodash": "^4.5.1",
"marked": "^0.3.3",
"mocha": "2.5.3",
"natives": "^1.1.6",
"rimraf": "~2.5.3",
"run-sequence": "^1.1.5",
"semver": "^5.3.0",
Expand Down
41 changes: 30 additions & 11 deletions testapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit efe7fdd

Please sign in to comment.