File tree 3 files changed +6
-6
lines changed
templates/react/components/foo
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 36
36
"tmp" : " ^0.1.0"
37
37
},
38
38
"dependencies" : {
39
- "@api-platform/api-doc-parser" : " ^0.8.0 " ,
39
+ "@api-platform/api-doc-parser" : " ^0.8.3 " ,
40
40
"@babel/runtime" : " ^7.0.0" ,
41
41
"chalk" : " ^2.4.1" ,
42
42
"commander" : " ^3.0.1" ,
Original file line number Diff line number Diff line change 1
1
import React , { Component } from 'react' ;
2
- import { Field , reduxForm } from 'redux-form' ;
2
+ import { reduxForm } from 'redux-form' ;
3
3
import PropTypes from 'prop-types' ;
4
4
5
5
class Form extends Component {
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
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 ==
9
9
dependencies :
10
10
jsonld "^1.5.0"
11
11
lodash.get "^4.4.2"
You can’t perform that action at this time.
0 commit comments