Skip to content

Commit

Permalink
Merge pull request #403 from yagajs/audit-and-upgrade
Browse files Browse the repository at this point in the history
Audit the module and upgrade dependencies
  • Loading branch information
OpenSteveMap committed Jul 18, 2018
2 parents 41677c0 + 61e8964 commit 91ae0af
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false
language: node_js

node_js:
- "6"
- "10"

cache:
directories:
Expand All @@ -14,6 +14,7 @@ before_script:

script:
- npm test
- npm audit

after_success:
- "cat coverage/lcov.info | ./node_modules/.bin/coveralls"
Expand Down
41 changes: 21 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,35 +62,36 @@
},
"homepage": "https://github.com/yagajs/leaflet-ng2#readme",
"devDependencies": {
"@angular/common": "^5.2.1",
"@angular/compiler": "^5.2.1",
"@angular/compiler-cli": "^5.2.1",
"@angular/core": "^5.2.1",
"@angular/forms": "^5.2.1",
"@angular/platform-browser": "^5.2.1",
"@angular/platform-browser-dynamic": "^5.2.1",
"@types/chai": "^4.0.1",
"@types/mocha": "^2.2.41",
"@angular/common": "^6.0.9",
"@angular/compiler": "^6.0.9",
"@angular/compiler-cli": "^6.0.9",
"@angular/core": "^6.0.9",
"@angular/forms": "^6.0.9",
"@angular/platform-browser": "^6.0.9",
"@angular/platform-browser-dynamic": "^6.0.9",
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
"bootstrap": "^3.3.7",
"browserify": "^15.1.0",
"browserify": "^16.2.2",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"coveralls": "^3.0.2",
"font-awesome": "^4.7.0",
"istanbul": "^0.4.5",
"jsdom": "^11.1.0",
"jsdom": "^11.11.0",
"jsdom-global": "^3.0.2",
"mocha": "^3.1.2",
"mocha": "^5.2.0",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.4.1",
"tslint": "^5.4.3",
"typedoc": "^0.10.0",
"typescript": "^2.6.2",
"rxjs": "^6.2.2",
"rxjs-compat": "^6.2.2",
"tslint": "^5.11.0",
"typedoc": "^0.11.1",
"typescript": "2.7.2",
"zone.js": "^0.7.0"
},
"dependencies": {
"@types/geojson": "^7946.0.0",
"@types/leaflet": "^1.2.5",
"leaflet": "1.2.0"
"@types/geojson": "^7946.0.4",
"@types/leaflet": "^1.2.8",
"leaflet": "^1.3.2"
},
"peerDependencies": {
"@angular/core": ">=2.0.0"
Expand Down

0 comments on commit 91ae0af

Please sign in to comment.