File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-scroll-into-view-if-needed" ,
3
- "version" : " 2.1.0 " ,
3
+ "version" : " 2.1.1 " ,
4
4
"description" : " A thin component wrapper around scroll-into-view-if-needed" ,
5
5
"main" : " dist/umd/index.js" ,
6
6
"module" : " dist/es/index.js" ,
35
35
"eslint-config-airbnb" : " ^16.1.0" ,
36
36
"eslint-plugin-import" : " ^2.11.0" ,
37
37
"eslint-plugin-jsx-a11y" : " ^6.0.3" ,
38
- "eslint-plugin-react" : " ^7.7.0 " ,
38
+ "eslint-plugin-react" : " ^7.8.2 " ,
39
39
"jest" : " ^22.4.3" ,
40
40
"prop-types" : " ^15.6.1" ,
41
41
"react" : " ^16.3.2" ,
44
44
"rollup-plugin-babel" : " ^3.0.4" ,
45
45
"rollup-plugin-commonjs" : " ^9.1.3" ,
46
46
"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 "
48
48
},
49
49
"scripts" : {
50
50
"build" : " rollup -c && cross-env BUILD_TYPE=standalone rollup -c" ,
Original file line number Diff line number Diff line change @@ -1792,9 +1792,9 @@ eslint-plugin-jsx-a11y@^6.0.3:
1792
1792
emoji-regex "^6.1.0"
1793
1793
jsx-ast-utils "^2.0.0"
1794
1794
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 "
1798
1798
dependencies :
1799
1799
doctrine "^2.0.2"
1800
1800
has "^1.0.1"
@@ -4338,9 +4338,9 @@ sax@^1.2.4:
4338
4338
version "1.2.4"
4339
4339
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
4340
4340
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 "
4344
4344
4345
4345
" semver@2 || 3 || 4 || 5" , semver@^5.3.0, semver@^5.4.1:
4346
4346
version "5.5.0"
You can’t perform that action at this time.
0 commit comments