diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5382c99 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +## 0.4.0 + +- [#3](/../../issues/43) Updating to latest dependencies diff --git a/package.json b/package.json index 18c5126..640c161 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Extension of react-jsonschema-form with support for multi-nav forms", "private": false, "author": "mavarazy@gmail.com", - "version": "0.3.13", + "version": "0.4.0", "scripts": { "build:lib": "rimraf lib && cross-env NODE_ENV=production babel -d lib/ src/", "build:dist": "rimraf dist && cross-env NODE_ENV=production webpack --config webpack.config.dist.js --optimize-minimize", @@ -52,9 +52,9 @@ "atob": "^2.0.3", "babel-cli": "^6.0.0", "babel-core": "^6.0.0", - "babel-eslint": "^8.0.1", - "babel-jest": "^21.0.0", - "babel-loader": "^7.1.2", + "babel-eslint": "^10.0.1", + "babel-jest": "^23.6.0", + "babel-loader": "^7.1.5", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.9", @@ -64,23 +64,23 @@ "babel-register": "^6.26.0", "coveralls": "^3.0.0", "cross-env": "^5.0.5", - "css-loader": "^0.28.7", + "css-loader": "^2.0.0", "enzyme": "^3.1.0", "enzyme-adapter-react-16": "^1.0.1", - "eslint": "^4.6.1", - "eslint-plugin-jest": "^21.0.0", + "eslint": "^5.10.0", + "eslint-plugin-jest": "^22.1.2", "eslint-plugin-react": "^7.3.0", - "eslint-plugin-standard": "^3.0.1", - "exit-hook": "^1.1.1", + "eslint-plugin-standard": "^4.0.0", + "exit-hook": "^2.0.0", "express": "^4.15.4", - "extract-text-webpack-plugin": "^3.0.0", - "gh-pages": "^1.0.0", - "has-flag": "^2.0.0", + "extract-text-webpack-plugin": "^3.0.2", + "gh-pages": "^2.0.1", + "has-flag": "^3.0.0", "html": "1.0.0", - "husky": "^0.14.3", - "jest": "^21.0.1", - "jsdom": "^11.2.0", - "lint-staged": "^4.1.3", + "husky": "^1.2.0", + "jest": "^23.6.0", + "jsdom": "^13.0.0", + "lint-staged": "^8.1.0", "prettier": "^1.6.1", "prop-types": "^15.6.0", "react": "^16.0.0", @@ -89,12 +89,12 @@ "react-test-renderer": "^16.0.0", "react-transform-catch-errors": "^1.0.2", "react-transform-hmr": "^1.0.4", - "regenerator-runtime": "^0.11.0", + "regenerator-runtime": "^0.13.1", "rimraf": "^2.6.1", - "sinon": "^4.1.1", - "style-loader": "^0.19.0", - "webpack": "^3.5.6", - "webpack-dev-server": "^2.7.1", + "sinon": "^7.2.0", + "style-loader": "^0.23.1", + "webpack": "^4.27.1", + "webpack-dev-server": "^3.1.10", "webpack-hot-middleware": "^2.19.1" }, "directories": { diff --git a/test/issues/__snapshots__/23.test.js.snap b/test/issues/__snapshots__/23.test.js.snap index 2e159fe..d7619e2 100644 --- a/test/issues/__snapshots__/23.test.js.snap +++ b/test/issues/__snapshots__/23.test.js.snap @@ -2,17 +2,9 @@ exports[`Initial formData rendered 1`] = `