Skip to content

Commit c42457b

Browse files
author
Chris Heninger
committed
target _blank on gh url
1 parent 47a130e commit c42457b

2 files changed

Lines changed: 59 additions & 57 deletions

File tree

storybook/stories/SetStateExample.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class SetStateExample extends Component {
3535
<p className="p text-center">
3636
View this project on
3737
{' '}
38-
<a href="https://github.com/synapsestudios/draftjs-editor">Github</a>
38+
<a href="https://github.com/synapsestudios/draftjs-editor" target="_blank">Github</a>
3939
</p>
4040
<DraftJSEditor
4141
content={this.state.content || null}

yarn.lock

Lines changed: 58 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,9 @@ argparse@^1.0.7:
221221
dependencies:
222222
sprintf-js "~1.0.2"
223223

224-
aria-query@^0.3.0:
225-
version "0.3.0"
226-
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-0.3.0.tgz#cb8a9984e2862711c83c80ade5b8f5ca0de2b467"
224+
aria-query@^0.5.0:
225+
version "0.5.0"
226+
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-0.5.0.tgz#85e3152cd8cc5bab18dbed61cd9c4fce54fa79c3"
227227
dependencies:
228228
ast-types-flow "0.0.7"
229229

@@ -241,7 +241,7 @@ array-flatten@1.1.1:
241241
version "1.1.1"
242242
resolved "https://registry.yarnpkg.com/array-flatten/-/array-flatten-1.1.1.tgz#9a5f699051b1e7073328f2a008968b64ea2955d2"
243243

244-
array-includes@^3.0.2:
244+
array-includes@^3.0.2, array-includes@^3.0.3:
245245
version "3.0.3"
246246
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.0.3.tgz#184b48f62d92d7452bb31b323165c7f8bd02266d"
247247
dependencies:
@@ -262,13 +262,6 @@ array-unique@^0.2.1:
262262
version "0.2.1"
263263
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53"
264264

265-
array.prototype.find@^2.0.1:
266-
version "2.0.4"
267-
resolved "https://registry.yarnpkg.com/array.prototype.find/-/array.prototype.find-2.0.4.tgz#556a5c5362c08648323ddaeb9de9d14bc1864c90"
268-
dependencies:
269-
define-properties "^1.1.2"
270-
es-abstract "^1.7.0"
271-
272265
arrify@^1.0.0:
273266
version "1.0.1"
274267
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -360,6 +353,12 @@ aws4@^1.2.1:
360353
version "1.6.0"
361354
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e"
362355

356+
axobject-query@^0.1.0:
357+
version "0.1.0"
358+
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-0.1.0.tgz#62f59dbc59c9f9242759ca349960e7a2fe3c36c0"
359+
dependencies:
360+
ast-types-flow "0.0.7"
361+
363362
babel-cli@^6.24.1:
364363
version "6.24.1"
365364
resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-6.24.1.tgz#207cd705bba61489b2ea41b5312341cf6aca2283"
@@ -1692,7 +1691,7 @@ detect-indent@^4.0.0:
16921691
dependencies:
16931692
repeating "^2.0.0"
16941693

1695-
doctrine@1.5.0, doctrine@^1.2.2:
1694+
doctrine@1.5.0:
16961695
version "1.5.0"
16971696
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-1.5.0.tgz#379dce730f6166f76cefa4e6707a159b02c5a6fa"
16981697
dependencies:
@@ -1716,19 +1715,19 @@ dot-prop@^3.0.0:
17161715
dependencies:
17171716
is-obj "^1.0.0"
17181717

1719-
draft-js-export-html@^0.5.2:
1720-
version "0.5.2"
1721-
resolved "https://registry.yarnpkg.com/draft-js-export-html/-/draft-js-export-html-0.5.2.tgz#089e55ce06d5aed0dbd9af5eee2eb56c58a1c428"
1718+
draft-js-export-html@^0.5.4:
1719+
version "0.5.4"
1720+
resolved "https://registry.yarnpkg.com/draft-js-export-html/-/draft-js-export-html-0.5.4.tgz#e24927da3efe6f3df17f1d7606a9dc6141dbf72d"
17221721
dependencies:
17231722
draft-js-utils "^0.1.5"
17241723

17251724
draft-js-utils@^0.1.5:
17261725
version "0.1.7"
17271726
resolved "https://registry.yarnpkg.com/draft-js-utils/-/draft-js-utils-0.1.7.tgz#e2b6927ca620edf1855a4bfc1cf1d21080a70f16"
17281727

1729-
draft-js@^0.10.0:
1730-
version "0.10.0"
1731-
resolved "https://registry.yarnpkg.com/draft-js/-/draft-js-0.10.0.tgz#29d16191012b932fdab28a9b37ec1538f421abf6"
1728+
draft-js@^0.10.1:
1729+
version "0.10.1"
1730+
resolved "https://registry.yarnpkg.com/draft-js/-/draft-js-0.10.1.tgz#6f1219d8095729691429ca6fd7a58d2a8be5cb67"
17321731
dependencies:
17331732
fbjs "^0.8.7"
17341733
immutable "~3.7.4"
@@ -1935,26 +1934,25 @@ eslint-plugin-import@^2.2.0:
19351934
minimatch "^3.0.3"
19361935
pkg-up "^1.0.0"
19371936

1938-
eslint-plugin-jsx-a11y@^4.0.0:
1939-
version "4.0.0"
1940-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-4.0.0.tgz#779bb0fe7b08da564a422624911de10061e048ee"
1937+
eslint-plugin-jsx-a11y@^5.0.1:
1938+
version "5.0.1"
1939+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-5.0.1.tgz#48e678891fec9fe1e53ef53adc2f7d05fee6640c"
19411940
dependencies:
1942-
aria-query "^0.3.0"
1941+
aria-query "^0.5.0"
1942+
array-includes "^3.0.3"
19431943
ast-types-flow "0.0.7"
1944+
axobject-query "^0.1.0"
19441945
damerau-levenshtein "^1.0.0"
19451946
emoji-regex "^6.1.0"
1946-
jsx-ast-utils "^1.0.0"
1947-
object-assign "^4.0.1"
1947+
jsx-ast-utils "^1.4.0"
19481948

1949-
eslint-plugin-react@^6.10.3:
1950-
version "6.10.3"
1951-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-6.10.3.tgz#c5435beb06774e12c7db2f6abaddcbf900cd3f78"
1949+
eslint-plugin-react@^7.0.0:
1950+
version "7.0.0"
1951+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.0.0.tgz#084cfe772d229ec5ae7e525dfc6d299cc21ddd77"
19521952
dependencies:
1953-
array.prototype.find "^2.0.1"
1954-
doctrine "^1.2.2"
1953+
doctrine "^2.0.0"
19551954
has "^1.0.1"
19561955
jsx-ast-utils "^1.3.4"
1957-
object.assign "^4.0.4"
19581956

19591957
eslint@^3.19.0:
19601958
version "3.19.0"
@@ -2228,9 +2226,9 @@ flatten@^1.0.2:
22282226
version "1.0.2"
22292227
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
22302228

2231-
flow-parser@0.43.0:
2232-
version "0.43.0"
2233-
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.43.0.tgz#e2b8eb1ac83dd53f7b6b04a7c35b6a52c33479b7"
2229+
flow-parser@0.45.0:
2230+
version "0.45.0"
2231+
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.45.0.tgz#aa29d4ae27f06aa02817772bba0fcbefef7e62f0"
22342232

22352233
for-in@^1.0.1:
22362234
version "1.0.2"
@@ -2899,7 +2897,7 @@ jsprim@^1.2.2:
28992897
json-schema "0.2.3"
29002898
verror "1.3.6"
29012899

2902-
jsx-ast-utils@^1.0.0, jsx-ast-utils@^1.3.4:
2900+
jsx-ast-utils@^1.3.4, jsx-ast-utils@^1.4.0:
29032901
version "1.4.1"
29042902
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1"
29052903

@@ -2928,14 +2926,14 @@ levn@^0.3.0, levn@~0.3.0:
29282926
prelude-ls "~1.1.2"
29292927
type-check "~0.3.2"
29302928

2931-
lint-staged@^3.4.0:
2932-
version "3.4.0"
2933-
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-3.4.0.tgz#52fa85dfc92bb1c6fe8ad0d0d98ca13924e03e4b"
2929+
lint-staged@^3.4.1:
2930+
version "3.4.1"
2931+
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-3.4.1.tgz#96cd1cf7a1ac92d81662643c37d1cca28b91b046"
29342932
dependencies:
29352933
app-root-path "^2.0.0"
29362934
cosmiconfig "^1.1.0"
29372935
execa "^0.6.0"
2938-
listr "^0.11.0"
2936+
listr "^0.12.0"
29392937
minimatch "^3.0.0"
29402938
npm-which "^3.0.1"
29412939
staged-git-files "0.0.4"
@@ -2966,9 +2964,9 @@ listr-verbose-renderer@^0.4.0:
29662964
date-fns "^1.27.2"
29672965
figures "^1.7.0"
29682966

2969-
listr@^0.11.0:
2970-
version "0.11.0"
2971-
resolved "https://registry.yarnpkg.com/listr/-/listr-0.11.0.tgz#5e778bc23806ac3ab984ed75564458151f39b03e"
2967+
listr@^0.12.0:
2968+
version "0.12.0"
2969+
resolved "https://registry.yarnpkg.com/listr/-/listr-0.12.0.tgz#6bce2c0f5603fa49580ea17cd6a00cc0e5fa451a"
29722970
dependencies:
29732971
chalk "^1.1.3"
29742972
cli-truncate "^0.2.1"
@@ -2982,6 +2980,7 @@ listr@^0.11.0:
29822980
log-symbols "^1.0.2"
29832981
log-update "^1.0.2"
29842982
ora "^0.2.3"
2983+
p-map "^1.1.1"
29852984
rxjs "^5.0.0-beta.11"
29862985
stream-to-observable "^0.1.0"
29872986
strip-ansi "^3.0.1"
@@ -3083,7 +3082,7 @@ longest@^1.0.1:
30833082
version "1.0.1"
30843083
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
30853084

3086-
loose-envify@^1.0.0, loose-envify@^1.1.0:
3085+
loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1:
30873086
version "1.3.1"
30883087
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.3.1.tgz#d1a8ad33fa9ce0e713d65fdd0ac8b748d478c848"
30893088
dependencies:
@@ -3366,18 +3365,10 @@ object-hash@^1.1.4:
33663365
version "1.1.8"
33673366
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-1.1.8.tgz#28a659cf987d96a4dabe7860289f3b5326c4a03c"
33683367

3369-
object-keys@^1.0.10, object-keys@^1.0.8:
3368+
object-keys@^1.0.8:
33703369
version "1.0.11"
33713370
resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.11.tgz#c54601778ad560f1142ce0e01bcca8b56d13426d"
33723371

3373-
object.assign@^4.0.4:
3374-
version "4.0.4"
3375-
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.0.4.tgz#b1c9cc044ef1b9fe63606fc141abbb32e14730cc"
3376-
dependencies:
3377-
define-properties "^1.1.2"
3378-
function-bind "^1.1.0"
3379-
object-keys "^1.0.10"
3380-
33813372
object.entries@^1.0.3:
33823373
version "1.0.4"
33833374
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.0.4.tgz#1bf9a4dd2288f5b33f3a993d257661f05d161a5f"
@@ -3484,6 +3475,10 @@ p-finally@^1.0.0:
34843475
version "1.0.0"
34853476
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
34863477

3478+
p-map@^1.1.1:
3479+
version "1.1.1"
3480+
resolved "https://registry.yarnpkg.com/p-map/-/p-map-1.1.1.tgz#05f5e4ae97a068371bc2a5cc86bfbdbc19c4ae7a"
3481+
34873482
pako@~0.2.0:
34883483
version "0.2.9"
34893484
resolved "https://registry.yarnpkg.com/pako/-/pako-0.2.9.tgz#f3f7522f4ef782348da8161bad9ecfd51bf83a75"
@@ -3871,16 +3866,16 @@ preserve@^0.2.0:
38713866
version "0.2.0"
38723867
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
38733868

3874-
prettier@^1.2.2:
3875-
version "1.2.2"
3876-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.2.2.tgz#22d17c1132faaaea1f1d4faea31f19f7a1959f3e"
3869+
prettier@^1.3.1:
3870+
version "1.3.1"
3871+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.3.1.tgz#fa0ea84b45ac0ba6de6a1e4cecdcff900d563151"
38773872
dependencies:
38783873
ast-types "0.9.8"
38793874
babel-code-frame "6.22.0"
38803875
babylon "7.0.0-beta.8"
38813876
chalk "1.1.3"
38823877
esutils "2.0.2"
3883-
flow-parser "0.43.0"
3878+
flow-parser "0.45.0"
38843879
get-stdin "5.0.1"
38853880
glob "7.1.1"
38863881
jest-validate "19.0.0"
@@ -3914,12 +3909,19 @@ promise@^7.1.1:
39143909
dependencies:
39153910
asap "~2.0.3"
39163911

3917-
prop-types@^15.5.7, prop-types@^15.5.8:
3912+
prop-types@^15.5.7:
39183913
version "15.5.8"
39193914
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.8.tgz#6b7b2e141083be38c8595aa51fc55775c7199394"
39203915
dependencies:
39213916
fbjs "^0.8.9"
39223917

3918+
prop-types@^15.5.9:
3919+
version "15.5.9"
3920+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.9.tgz#d478eef0e761396942f70c78e772f76e8be747c9"
3921+
dependencies:
3922+
fbjs "^0.8.9"
3923+
loose-envify "^1.3.1"
3924+
39233925
protocols@^1.1.0, protocols@^1.4.0:
39243926
version "1.4.5"
39253927
resolved "https://registry.yarnpkg.com/protocols/-/protocols-1.4.5.tgz#21de1f441c4ef7094408ed9f1c94f7a114b87557"

0 commit comments

Comments
 (0)