Skip to content

Commit 6a125bd

Browse files
committed
more updates
1 parent 9741ca4 commit 6a125bd

File tree

4 files changed

+25
-22
lines changed

4 files changed

+25
-22
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-dom": "^16.3.1",
1717
"react-hot-loader": "^4.3.11",
1818
"react-redux": "^5.0.7",
19-
"react-responsive-redux": "^0.7.0",
19+
"react-responsive-redux": "../",
2020
"redux": "^4.0.0",
2121
"redux-thunk": "^2.2.0",
2222
"serve-static": "^1.13.2"

example/yarn.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3432,10 +3432,8 @@ react-redux@^5.0.7:
34323432
react-is "^16.6.0"
34333433
react-lifecycles-compat "^3.0.0"
34343434

3435-
react-responsive-redux@^0.7.0:
3436-
version "0.7.0"
3437-
resolved "https://registry.yarnpkg.com/react-responsive-redux/-/react-responsive-redux-0.7.0.tgz#8fb4f091caf89e3507fb95b82d75afcb57140ed1"
3438-
integrity sha512-kstdXaSQVQJD8pRkmAGB8fzOjO6UwB8sRwsblOtz9H4UHuLGCMkSZmxjin2OXgQCK8rrnVorhgjpTwP14frv/w==
3435+
react-responsive-redux@../:
3436+
version "0.8.0"
34393437
dependencies:
34403438
"@babel/runtime" "^7.0.0-beta.35"
34413439
mobile-detect "^1.3.7"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-responsive-redux",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "redux integration for react-responsive",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -57,7 +57,7 @@
5757
"cross-env": "^5.0.5",
5858
"enzyme": "^3.1.0",
5959
"enzyme-adapter-react-16": "^1.0.1",
60-
"eslint": "^6.0.0",
60+
"eslint": "^5.6.1",
6161
"eslint-config-airbnb": "^17.0.0",
6262
"eslint-plugin-babel": "^5.1.0",
6363
"eslint-plugin-import": "^2.7.0",

yarn.lock

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ airbnb-prop-types@^2.13.2:
10151015
prop-types-exact "^1.2.0"
10161016
react-is "^16.8.6"
10171017

1018-
ajv@^6.10.0, ajv@^6.5.5, ajv@^6.9.1:
1018+
ajv@^6.5.5, ajv@^6.9.1:
10191019
version "6.10.0"
10201020
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.0.tgz#90d0d54439da587cd7e843bfb7045f50bd22bdf1"
10211021
integrity sha512-nffhOpkymDECQyR0mnsUtoCE8RlX38G0rYP+wgLWFyZuUyuuojSSvi/+euOiQBIn63whYwYVIIH1TvE3tu4OEg==
@@ -2256,40 +2256,40 @@ eslint-visitor-keys@^1.0.0:
22562256
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
22572257
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
22582258

2259-
eslint@^6.0.0:
2260-
version "6.0.0"
2261-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.0.0.tgz#9223f19223de73b4ed730e11bff44a376b65844d"
2262-
integrity sha512-SrrIfcd4tOgsspOKTSwamuTOAMZOUigHQhVMrzNjz4/B9Za6SHQDIocMIyIDfwDgx6MhS15nS6HC8kumCV2qBQ==
2259+
eslint@^5.6.1:
2260+
version "5.16.0"
2261+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.16.0.tgz#a1e3ac1aae4a3fbd8296fcf8f7ab7314cbb6abea"
2262+
integrity sha512-S3Rz11i7c8AA5JPv7xAH+dOyq/Cu/VXHiHXBPOU1k/JAM5dXqQPt3qcrhpHSorXmrpu2g0gkIBVXAqCpzfoZIg==
22632263
dependencies:
22642264
"@babel/code-frame" "^7.0.0"
2265-
ajv "^6.10.0"
2265+
ajv "^6.9.1"
22662266
chalk "^2.1.0"
22672267
cross-spawn "^6.0.5"
22682268
debug "^4.0.1"
22692269
doctrine "^3.0.0"
22702270
eslint-scope "^4.0.3"
22712271
eslint-utils "^1.3.1"
22722272
eslint-visitor-keys "^1.0.0"
2273-
espree "^6.0.0"
2273+
espree "^5.0.1"
22742274
esquery "^1.0.1"
22752275
esutils "^2.0.2"
22762276
file-entry-cache "^5.0.1"
22772277
functional-red-black-tree "^1.0.1"
2278-
glob-parent "^3.1.0"
2278+
glob "^7.1.2"
22792279
globals "^11.7.0"
22802280
ignore "^4.0.6"
22812281
import-fresh "^3.0.0"
22822282
imurmurhash "^0.1.4"
22832283
inquirer "^6.2.2"
2284-
is-glob "^4.0.0"
2285-
js-yaml "^3.13.1"
2284+
js-yaml "^3.13.0"
22862285
json-stable-stringify-without-jsonify "^1.0.1"
22872286
levn "^0.3.0"
22882287
lodash "^4.17.11"
22892288
minimatch "^3.0.4"
22902289
mkdirp "^0.5.1"
22912290
natural-compare "^1.4.0"
22922291
optionator "^0.8.2"
2292+
path-is-inside "^1.0.2"
22932293
progress "^2.0.0"
22942294
regexpp "^2.0.1"
22952295
semver "^5.5.1"
@@ -2298,10 +2298,10 @@ eslint@^6.0.0:
22982298
table "^5.2.3"
22992299
text-table "^0.2.0"
23002300

2301-
espree@^6.0.0:
2302-
version "6.0.0"
2303-
resolved "https://registry.yarnpkg.com/espree/-/espree-6.0.0.tgz#716fc1f5a245ef5b9a7fdb1d7b0d3f02322e75f6"
2304-
integrity sha512-lJvCS6YbCn3ImT3yKkPe0+tJ+mH6ljhGNjHQH9mRtiO6gjhVAOhVXW1yjnwqGwTkK3bGbye+hb00nFNmu0l/1Q==
2301+
espree@^5.0.1:
2302+
version "5.0.1"
2303+
resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a"
2304+
integrity sha512-qWAZcWh4XE/RwzLJejfcofscgMc9CamR6Tn1+XRXNzrvUSSbiAjGOI/fggztjIi7y9VLPqnICMIPiGyr8JaZ0A==
23052305
dependencies:
23062306
acorn "^6.0.7"
23072307
acorn-jsx "^5.0.0"
@@ -3652,7 +3652,7 @@ js-levenshtein@^1.1.3:
36523652
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
36533653
integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
36543654

3655-
js-yaml@^3.13.1:
3655+
js-yaml@^3.13.0:
36563656
version "3.13.1"
36573657
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847"
36583658
integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw==
@@ -4643,6 +4643,11 @@ path-is-absolute@^1.0.0:
46434643
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
46444644
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
46454645

4646+
path-is-inside@^1.0.2:
4647+
version "1.0.2"
4648+
resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53"
4649+
integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=
4650+
46464651
path-key@^2.0.0, path-key@^2.0.1:
46474652
version "2.0.1"
46484653
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"

0 commit comments

Comments
 (0)