Skip to content

Commit

Permalink
Update npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Jul 22, 2021
1 parent 0024586 commit b8bc646
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ clone_depth: 50

environment:
matrix:
- nodejs_version: "10"
- nodejs_version: "12"

install:
# Get the latest stable version of Node.js
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ os:
language: node_js

node_js:
- "10"
- "12"

script:
- npm run eslint
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,25 @@
},
"dependencies": {
"bluebird": "^3.7.2",
"cesium": "^1.69.0",
"draco3d": "^1.4.0",
"fs-extra": "^9.0.0",
"mime": "^2.4.5",
"object-hash": "^2.0.3",
"yargs": "^15.3.1"
"cesium": "^1.83.0",
"draco3d": "^1.4.1",
"fs-extra": "^10.0.0",
"mime": "^2.5.2",
"object-hash": "^2.2.0",
"yargs": "^17.0.1"
},
"devDependencies": {
"cloc": "^2.5.1",
"coveralls": "^3.1.0",
"dependency-tree": "^7.2.1",
"eslint": "^7.0.0",
"cloc": "^2.8.0",
"coveralls": "^3.1.1",
"dependency-tree": "^8.1.1",
"eslint": "^7.31.0",
"eslint-config-cesium": "^8.0.1",
"gulp": "^4.0.2",
"jasmine": "^3.5.0",
"jasmine-spec-reporter": "^5.0.2",
"jsdoc": "^3.6.4",
"nyc": "^15.0.1",
"open": "^7.0.3"
"jasmine": "^3.8.0",
"jasmine-spec-reporter": "^7.0.0",
"jsdoc": "^3.6.7",
"nyc": "^15.1.0",
"open": "^8.2.1"
},
"scripts": {
"jsdoc": "jsdoc ./lib -R ./README.md -d doc",
Expand Down

0 comments on commit b8bc646

Please sign in to comment.