File tree Expand file tree Collapse file tree 5 files changed +16
-13
lines changed Expand file tree Collapse file tree 5 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 69
69
"eslint-config-prettier" : " 2.9.0" ,
70
70
"eslint-plugin-import" : " 2.12.0" ,
71
71
"eslint-plugin-jsx-a11y" : " 6.0.3" ,
72
- "eslint-plugin-prettier" : " 2.6.0 " ,
72
+ "eslint-plugin-prettier" : " 2.6.2 " ,
73
73
"eslint-plugin-react" : " 7.8.2" ,
74
74
"flow-bin" : " 0.81.0" ,
75
75
"gulp" : " 3.9.1" ,
87
87
"microtime" : " 2.1.8" ,
88
88
"mkdirp" : " 0.5.1" ,
89
89
"npm-run-all" : " 4.1.3" ,
90
- "prettier" : " 1.12.1 " ,
90
+ "prettier" : " 1.14.2 " ,
91
91
"react" : " ^0.12.0" ,
92
92
"react-router" : " ^0.11.2" ,
93
93
"react-tools" : " 0.13.3" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ var DocHeader = React.createClass({
23
23
</ SVGSet >
24
24
</ a >
25
25
< a href = "./" target = "_self" >
26
- Docs (v{ packageJson . version } )
26
+ Docs (v
27
+ { packageJson . version } )
27
28
</ a >
28
29
< a href = "https://stackoverflow.com/questions/tagged/immutable.js?sort=votes" >
29
30
Questions
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ var Disclaimer = function() {
26
26
return (
27
27
< section className = "disclaimer" >
28
28
This documentation is generated from{ ' ' }
29
- < a href = { typeDefURL } > Immutable.d.ts</ a >
30
- . Pull requests and < a href = { issuesURL } > Issues</ a > welcome.
29
+ < a href = { typeDefURL } > Immutable.d.ts</ a > . Pull requests and { ' ' }
30
+ < a href = { issuesURL } > Issues</ a > welcome.
31
31
</ section >
32
32
) ;
33
33
} ;
Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ var Header = React.createClass({
67
67
</ SVGSet >
68
68
</ a >
69
69
< a href = "docs/" target = "_self" >
70
- Docs (v{ packageJson . version } )
70
+ Docs (v
71
+ { packageJson . version } )
71
72
</ a >
72
73
< a href = "https://stackoverflow.com/questions/tagged/immutable.js?sort=votes" >
73
74
Questions
@@ -81,7 +82,8 @@ var Header = React.createClass({
81
82
< div className = "filler" >
82
83
< div className = "miniHeaderContents" >
83
84
< a href = "docs/" target = "_self" >
84
- Docs (v{ packageJson . version } )
85
+ Docs (v
86
+ { packageJson . version } )
85
87
</ a >
86
88
< a href = "https://stackoverflow.com/questions/tagged/immutable.js?sort=votes" >
87
89
Questions
Original file line number Diff line number Diff line change @@ -2084,9 +2084,9 @@ eslint-plugin-jsx-a11y@6.0.3:
2084
2084
emoji-regex "^6.1.0"
2085
2085
jsx-ast-utils "^2.0.0"
2086
2086
2087
- eslint-plugin-prettier@2.6.0 :
2088
- version "2.6.0 "
2089
- resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-2.6.0 .tgz#33e4e228bdb06142d03c560ce04ec23f6c767dd7 "
2087
+ eslint-plugin-prettier@2.6.2 :
2088
+ version "2.6.2 "
2089
+ resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-2.6.2 .tgz#71998c60aedfa2141f7bfcbf9d1c459bf98b4fad "
2090
2090
dependencies :
2091
2091
fast-diff "^1.1.1"
2092
2092
jest-docblock "^21.0.0"
@@ -5453,9 +5453,9 @@ preserve@^0.2.0:
5453
5453
version "0.2.0"
5454
5454
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
5455
5455
5456
- prettier@1.12.1 :
5457
- version "1.12.1 "
5458
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.12.1 .tgz#c1ad20e803e7749faf905a409d2367e06bbe7325 "
5456
+ prettier@1.14.2 :
5457
+ version "1.14.2 "
5458
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.14.2 .tgz#0ac1c6e1a90baa22a62925f41963c841983282f9 "
5459
5459
5460
5460
pretty-bytes@^4.0.2 :
5461
5461
version "4.0.2"
You can’t perform that action at this time.
0 commit comments