feature-matrix
Advanced tools
Comparing version 0.3.6 to 0.3.7
{ | ||
"name": "feature-matrix", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "A library for displaying a product's browser version requirements based on the underlying features", | ||
@@ -9,4 +9,4 @@ "author": "Concept Safety Systems", | ||
"scripts": { | ||
"prepublish": "webpack --config=webpack.config.prod.js", | ||
"test": "mocha --compilers js:babel-core/register", | ||
"prepublishOnly": "webpack --config=webpack.config.prod.js", | ||
"test": "mocha --require @babel/register", | ||
"build": "webpack --config=webpack.config.dev.js", | ||
@@ -17,19 +17,22 @@ "build-prod": "webpack --config=webpack.config.prod.js", | ||
"devDependencies": { | ||
"autoprefixer-loader": "^3.2.0", | ||
"babel-core": "^6.9.1", | ||
"babel-loader": "^6.2.4", | ||
"babel-preset-es2015": "^6.9.0", | ||
"chai": "^3.5.0", | ||
"css-loader": "^0.23.1", | ||
"extract-text-webpack-plugin": "^1.0.1", | ||
"mocha": "^2.5.3", | ||
"node-sass": "^3.8.0", | ||
"sass-loader": "^3.2.1", | ||
"style-loader": "^0.13.1", | ||
"webpack": "^1.13.1" | ||
"@babel/core": "^7.4.5", | ||
"@babel/preset-env": "^7.4.5", | ||
"@babel/register": "^7.4.4", | ||
"autoprefixer": "^9.6.0", | ||
"babel-loader": "^8.0.6", | ||
"chai": "^4.2.0", | ||
"css-loader": "^3.0.0", | ||
"mini-css-extract-plugin": "^0.7.0", | ||
"mocha": "^6.1.4", | ||
"node-sass": "^4.12.0", | ||
"postcss-loader": "^3.0.0", | ||
"precss": "^4.0.0", | ||
"sass-loader": "^7.1.0", | ||
"style-loader": "^0.23.1", | ||
"webpack": "^4.34.0" | ||
}, | ||
"dependencies": { | ||
"jquery": "^1.12.4", | ||
"xhr": "^2.2.0" | ||
"jquery": "^3.4.1", | ||
"xhr": "^2.5.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1642
759466
15
+ Addedjquery@3.7.1(transitive)
- Removedjquery@1.12.4(transitive)
Updatedjquery@^3.4.1
Updatedxhr@^2.5.0