lazd / DOMly

The fast template system that creates and clones DOM nodes
MIT License
53 stars 9 forks source link

Update dependencies to remove deprecation warnings #32

Closed lazd closed 9 years ago

lazd commented 9 years ago

The Domly dependency on cheerio@0.17.0 brings in CSSselect@0.4.1, which in turn depends on CSSwhat@0.4.7. This now throws a deprecation warning when installing with npm.

npm WARN deprecated CSSselect@0.4.1: the module is now available as 'css-select'
npm WARN deprecated CSSwhat@0.4.7: the module is now available as 'css-what'

...

│ │ ├─┬ domly@0.0.6
│ │ │ ├─┬ cheerio@0.17.0
│ │ │ │ ├─┬ CSSselect@0.4.1
│ │ │ │ │ ├── CSSwhat@0.4.7