Skip to content

Commit

Permalink
#43 Updating to latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mavarazy committed Dec 10, 2018
1 parent 44d1419 commit cac1f5b
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 40 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.4.0

- [#3](/../../issues/43) Updating to latest dependencies
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Extension of react-jsonschema-form with support for multi-nav forms",
"private": false,
"author": "[email protected]",
"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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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": {
Expand Down
8 changes: 0 additions & 8 deletions test/issues/__snapshots__/23.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,9 @@

exports[`Initial formData rendered 1`] = `
<form
acceptCharset={undefined}
action={undefined}
autoComplete={undefined}
className="rjsf"
encType={undefined}
id={undefined}
method={undefined}
name={undefined}
noValidate={false}
onSubmit={[Function]}
target={undefined}
>
<div
className="form-group field field-object"
Expand Down
12 changes: 1 addition & 11 deletions test/issues/__snapshots__/26.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,9 @@

exports[`encounter title only once 1`] = `
<form
acceptCharset={undefined}
action={undefined}
autoComplete={undefined}
className="rjsf"
encType={undefined}
id={undefined}
method={undefined}
name={undefined}
noValidate={false}
onSubmit={[Function]}
target={undefined}
>
<div
className="form-group field field-object"
Expand Down Expand Up @@ -122,9 +114,7 @@ exports[`encounter title only once 1`] = `
</ul>
<br />
</div>
<div
className={undefined}
>
<div>
<label
className="control-label"
htmlFor="root_firstName"
Expand Down

0 comments on commit cac1f5b

Please sign in to comment.