Skip to content

Commit a58160a

Browse files
authored
Merge pull request #7 from icd2k3/maintain-dependencies
Maintain dependencies
2 parents 2ea2988 + 73b8a76 commit a58160a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-scroll-into-view-if-needed",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "A thin component wrapper around scroll-into-view-if-needed",
55
"main": "dist/umd/index.js",
66
"module": "dist/es/index.js",
@@ -35,7 +35,7 @@
3535
"eslint-config-airbnb": "^16.1.0",
3636
"eslint-plugin-import": "^2.11.0",
3737
"eslint-plugin-jsx-a11y": "^6.0.3",
38-
"eslint-plugin-react": "^7.7.0",
38+
"eslint-plugin-react": "^7.8.2",
3939
"jest": "^22.4.3",
4040
"prop-types": "^15.6.1",
4141
"react": "^16.3.2",
@@ -44,7 +44,7 @@
4444
"rollup-plugin-babel": "^3.0.4",
4545
"rollup-plugin-commonjs": "^9.1.3",
4646
"rollup-plugin-node-resolve": "^3.3.0",
47-
"scroll-into-view-if-needed": "^2.2.0"
47+
"scroll-into-view-if-needed": "^2.2.2"
4848
},
4949
"scripts": {
5050
"build": "rollup -c && cross-env BUILD_TYPE=standalone rollup -c",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1792,9 +1792,9 @@ eslint-plugin-jsx-a11y@^6.0.3:
17921792
emoji-regex "^6.1.0"
17931793
jsx-ast-utils "^2.0.0"
17941794

1795-
eslint-plugin-react@^7.7.0:
1796-
version "7.7.0"
1797-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.7.0.tgz#f606c719dbd8a1a2b3d25c16299813878cca0160"
1795+
eslint-plugin-react@^7.8.2:
1796+
version "7.8.2"
1797+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.8.2.tgz#e95c9c47fece55d2303d1a67c9d01b930b88a51d"
17981798
dependencies:
17991799
doctrine "^2.0.2"
18001800
has "^1.0.1"
@@ -4338,9 +4338,9 @@ sax@^1.2.4:
43384338
version "1.2.4"
43394339
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
43404340

4341-
scroll-into-view-if-needed@^2.2.0:
4342-
version "2.2.0"
4343-
resolved "https://registry.yarnpkg.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.0.tgz#51611815020e89f6878515babc7556efc161ae3f"
4341+
scroll-into-view-if-needed@^2.2.2:
4342+
version "2.2.2"
4343+
resolved "https://registry.yarnpkg.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.2.tgz#6d815c2a29b34e533d89eb7128ea009615253f69"
43444344

43454345
"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.4.1:
43464346
version "5.5.0"

0 commit comments

Comments
 (0)