parcel-plugin-css-object
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -1,6 +0,17 @@ | ||
v1.v.6 / 2018-03-22 | ||
n.n.n / 2019-07-14 | ||
================== | ||
* Bump version v1.1.7 | ||
* Fixed security issues | ||
* Bump safer-eval from 1.2.3 to 1.3.4 | ||
* Bump lodash from 4.17.5 to 4.17.14 | ||
v1.1.6 / 2018-03-22 | ||
=================== | ||
* release v1.1.6 | ||
* release v1.1.7 | ||
* Add version settings and changelog script | ||
* release v1.1.6 | ||
* Add repository info | ||
@@ -7,0 +18,0 @@ |
{ | ||
"name": "parcel-plugin-css-object", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Parcel loader to load CSS into an object. The object has keys that are selectors from the CSS file; the value of each selector are the rules converted to camelCase properties ([see Style Object Properties](http://www.w3schools.com/jsref/dom_obj_style.asp)). This object is compatible with [React Inline Styles](https://facebook.github.io/react/tips/inline-styles.html).", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"camelcase": "^4.1.0", | ||
"css": "^2.2.1" | ||
"css": "^2.2.4" | ||
}, | ||
@@ -14,0 +14,0 @@ "devDependencies": { |
5461
6
Updatedcss@^2.2.4