Skip to content

Commit 5b11a1b

Browse files
committed
Deps to ^ instead of ~ (close #139)
1 parent 378874a commit 5b11a1b

File tree

2 files changed

+36
-27
lines changed

2 files changed

+36
-27
lines changed

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,20 @@
3333
},
3434
"homepage": "https://github.com/boopathi/react-svg-loader#readme",
3535
"dependencies": {
36-
"babel-core": "~6.22.1",
37-
"babel-plugin-syntax-jsx": "~6.18.0",
38-
"babel-preset-react": "~6.22.0",
39-
"js-yaml": "~3.7.0",
40-
"loader-utils": "~0.2.13",
41-
"lodash.isplainobject": "~4.0.4",
42-
"svgo": "~0.7.2",
43-
"yargs": "~6.6.0"
36+
"babel-core": "^6.22.1",
37+
"babel-plugin-syntax-jsx": "^6.18.0",
38+
"babel-preset-react": "^6.22.0",
39+
"js-yaml": "^3.7.0",
40+
"loader-utils": "^0.2.13",
41+
"lodash.isplainobject": "^4.0.4",
42+
"react-dom": "^15.4.2",
43+
"svgo": "^0.7.2",
44+
"yargs": "^6.6.0"
4445
},
4546
"devDependencies": {
4647
"babel-cli": "^6.22.2",
47-
"babel-preset-es2015": "~6.22.0",
4848
"babel-plugin-add-module-exports": "^0.2.1",
49+
"babel-preset-es2015": "~6.22.0",
4950
"babel-register": "^6.22.0",
5051
"eslint": "^3.14.1",
5152
"eslint-plugin-react": "^6.9.0",

yarn.lock

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ babel-code-frame@^6.16.0, babel-code-frame@^6.22.0:
187187
esutils "^2.0.2"
188188
js-tokens "^3.0.0"
189189

190-
babel-core@^6.1.4, babel-core@^6.22.0, babel-core@^6.22.1, babel-core@~6.22.1:
190+
babel-core@^6.1.4, babel-core@^6.22.0, babel-core@^6.22.1:
191191
version "6.22.1"
192192
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.22.1.tgz#9c5fd658ba1772d28d721f6d25d968fc7ae21648"
193193
dependencies:
@@ -327,7 +327,7 @@ babel-plugin-syntax-flow@^6.18.0, babel-plugin-syntax-flow@^6.3.13:
327327
version "6.18.0"
328328
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-6.18.0.tgz#4c3ab20a2af26aa20cd25995c398c4eb70310c8d"
329329

330-
babel-plugin-syntax-jsx@^6.3.13, babel-plugin-syntax-jsx@^6.8.0, babel-plugin-syntax-jsx@~6.18.0:
330+
babel-plugin-syntax-jsx@^6.18.0, babel-plugin-syntax-jsx@^6.3.13, babel-plugin-syntax-jsx@^6.8.0:
331331
version "6.18.0"
332332
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz#0af32a9a6e13ca7a3fd5069e62d7b0f58d0d8946"
333333

@@ -584,7 +584,7 @@ babel-preset-es2015@~6.22.0:
584584
babel-plugin-transform-es2015-unicode-regex "^6.22.0"
585585
babel-plugin-transform-regenerator "^6.22.0"
586586

587-
babel-preset-react@~6.22.0:
587+
babel-preset-react@^6.22.0:
588588
version "6.22.0"
589589
resolved "https://registry.yarnpkg.com/babel-preset-react/-/babel-preset-react-6.22.0.tgz#7bc97e2d73eec4b980fb6b4e4e0884e81ccdc165"
590590
dependencies:
@@ -1223,7 +1223,7 @@ [email protected]:
12231223
tape "~2.3.2"
12241224
through2 "~0.2.3"
12251225

1226-
fbjs@^0.8.4:
1226+
fbjs@^0.8.1, fbjs@^0.8.4:
12271227
version "0.8.9"
12281228
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.9.tgz#180247fbd347dcc9004517b904f865400a0c8f14"
12291229
dependencies:
@@ -1785,7 +1785,7 @@ js-tokens@^3.0.0:
17851785
version "3.0.1"
17861786
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.1.tgz#08e9f132484a2c45a30907e9dc4d5567b7f114d7"
17871787

1788-
[email protected], js-yaml@^3.5.1, js-yaml@~3.7.0:
1788+
[email protected], js-yaml@^3.5.1, js-yaml@^3.7.0, js-yaml@~3.7.0:
17891789
version "3.7.0"
17901790
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.7.0.tgz#5c967ddd837a9bfdca5f2de84253abe8a1c03b80"
17911791
dependencies:
@@ -1878,7 +1878,7 @@ load-json-file@^1.0.0:
18781878
pinkie-promise "^2.0.0"
18791879
strip-bom "^2.0.0"
18801880

1881-
loader-utils@~0.2.13:
1881+
loader-utils@^0.2.13:
18821882
version "0.2.16"
18831883
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-0.2.16.tgz#f08632066ed8282835dff88dfb52704765adee6d"
18841884
dependencies:
@@ -1887,7 +1887,7 @@ loader-utils@~0.2.13:
18871887
json5 "^0.5.0"
18881888
object-assign "^4.0.1"
18891889

1890-
lodash.isplainobject@~4.0.4:
1890+
lodash.isplainobject@^4.0.4:
18911891
version "4.0.6"
18921892
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
18931893

@@ -2236,6 +2236,14 @@ react-addons-test-utils@^15.4.2:
22362236
fbjs "^0.8.4"
22372237
object-assign "^4.1.0"
22382238

2239+
react-dom@^15.4.2:
2240+
version "15.4.2"
2241+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-15.4.2.tgz#015363f05b0a1fd52ae9efdd3a0060d90695208f"
2242+
dependencies:
2243+
fbjs "^0.8.1"
2244+
loose-envify "^1.1.0"
2245+
object-assign "^4.1.0"
2246+
22392247
react@^15.4.2:
22402248
version "15.4.2"
22412249
resolved "https://registry.yarnpkg.com/react/-/react-15.4.2.tgz#41f7991b26185392ba9bae96c8889e7e018397ef"
@@ -2631,7 +2639,7 @@ supports-color@^3.1.0:
26312639
dependencies:
26322640
has-flag "^1.0.0"
26332641

2634-
svgo@~0.7.2:
2642+
svgo@^0.7.2:
26352643
version "0.7.2"
26362644
resolved "https://registry.yarnpkg.com/svgo/-/svgo-0.7.2.tgz#9f5772413952135c6fefbf40afe6a4faa88b4bb5"
26372645
dependencies:
@@ -2893,16 +2901,7 @@ yargs-parser@^4.2.0:
28932901
dependencies:
28942902
camelcase "^3.0.0"
28952903

2896-
yargs@~3.10.0:
2897-
version "3.10.0"
2898-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.10.0.tgz#f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1"
2899-
dependencies:
2900-
camelcase "^1.0.2"
2901-
cliui "^2.1.0"
2902-
decamelize "^1.0.0"
2903-
window-size "0.1.0"
2904-
2905-
yargs@~6.6.0:
2904+
yargs@^6.6.0:
29062905
version "6.6.0"
29072906
resolved "https://registry.yarnpkg.com/yargs/-/yargs-6.6.0.tgz#782ec21ef403345f830a808ca3d513af56065208"
29082907
dependencies:
@@ -2919,3 +2918,12 @@ yargs@~6.6.0:
29192918
which-module "^1.0.0"
29202919
y18n "^3.2.1"
29212920
yargs-parser "^4.2.0"
2921+
2922+
yargs@~3.10.0:
2923+
version "3.10.0"
2924+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.10.0.tgz#f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1"
2925+
dependencies:
2926+
camelcase "^1.0.2"
2927+
cliui "^2.1.0"
2928+
decamelize "^1.0.0"
2929+
window-size "0.1.0"

0 commit comments

Comments
 (0)