Skip to content

Commit ba39dba

Browse files
authoredOct 27, 2020
Merge pull request #234 from alOneh/fix/failing-tests
fix tests
2 parents 768dfbd + 7d740dc commit ba39dba

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"tmp": "^0.1.0"
3737
},
3838
"dependencies": {
39-
"@api-platform/api-doc-parser": "^0.8.0",
39+
"@api-platform/api-doc-parser": "^0.8.3",
4040
"@babel/runtime": "^7.0.0",
4141
"chalk": "^2.4.1",
4242
"commander": "^3.0.1",

‎templates/react/components/foo/Form.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { Component } from 'react';
2-
import { Field, reduxForm } from 'redux-form';
2+
import { reduxForm } from 'redux-form';
33
import PropTypes from 'prop-types';
44

55
class Form extends Component {

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@api-platform/api-doc-parser@^0.8.0":
6-
version "0.8.2"
7-
resolved "https://registry.yarnpkg.com/@api-platform/api-doc-parser/-/api-doc-parser-0.8.2.tgz#4a8edae414650b26f3ddd8acf42a201522523a14"
8-
integrity sha512-TUa6MMcvzouC5wjGn72fky1GBC0gu1hVRqKqooV2HUuOCmn5oQb6TAbVhyuDZjRPvmkB3I3pZwIkLxSo4t6UBw==
5+
"@api-platform/api-doc-parser@^0.8.3":
6+
version "0.8.4"
7+
resolved "https://registry.yarnpkg.com/@api-platform/api-doc-parser/-/api-doc-parser-0.8.4.tgz#9804c8acd4ace037966532df9e4fb18eeb28db82"
8+
integrity sha512-ExzX+1H/30JGaLgJ1EkTb7yQOJXCtamE05rdfrbL53MlnJvKNU59ti0xETZWUy/eDkIX1KCOwMZSOTJa4DYv5g==
99
dependencies:
1010
jsonld "^1.5.0"
1111
lodash.get "^4.4.2"

0 commit comments

Comments
 (0)
Please sign in to comment.