Skip to content

Commit 201c2d1

Browse files
committed
feat(core_dep_update): update react-intersection-observer to latest version
1 parent f5b47d9 commit 201c2d1

File tree

2 files changed

+16
-27
lines changed

2 files changed

+16
-27
lines changed

package.json

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/researchgate/react-intersection-list/issues"
88
},
99
"dependencies": {
10-
"@researchgate/react-intersection-observer": "^0.2.0",
10+
"@researchgate/react-intersection-observer": "^0.3.0",
1111
"prop-types": "^15.5.10",
1212
"rimraf": "^2.6.1",
1313
"warning": "^3.0.0"
@@ -39,26 +39,12 @@
3939
"validate-commit-msg": "^2.14.0",
4040
"whatwg-fetch": "^2.0.3"
4141
},
42-
"files": [
43-
"lib"
44-
],
42+
"files": ["lib"],
4543
"homepage": "https://github.com/researchgate/react-intersection-list#readme",
46-
"keywords": [
47-
"Intersection",
48-
"Observer",
49-
"react",
50-
"component",
51-
"list",
52-
"infinite",
53-
"scrollable",
54-
"researchgate"
55-
],
44+
"keywords": ["Intersection", "Observer", "react", "component", "list", "infinite", "scrollable", "researchgate"],
5645
"license": "MIT",
5746
"lint-staged": {
58-
"{src,docs/docs}/**/*.js": [
59-
"eslint --fix",
60-
"git add"
61-
]
47+
"{src,docs/docs}/**/*.js": ["eslint --fix", "git add"]
6248
},
6349
"main": "lib/js/index.js",
6450
"module": "lib/es/index.js",
@@ -72,14 +58,14 @@
7258
},
7359
"jest": {
7460
"rootDir": "src",
75-
"testMatch": [
76-
"**/__tests__/**/*.spec.js"
77-
]
61+
"testMatch": ["**/__tests__/**/*.spec.js"]
7862
},
7963
"scripts": {
8064
"build": "npm run build:js && npm run build:es",
81-
"build:js": "cross-env BABEL_ENV=production BABEL_OUTPUT=cjs babel src --out-dir lib/js --ignore __tests__ --copy-files",
82-
"build:es": "cross-env BABEL_ENV=production BABEL_OUTPUT=esm babel src --out-dir lib/es --ignore __tests__ --copy-files",
65+
"build:js":
66+
"cross-env BABEL_ENV=production BABEL_OUTPUT=cjs babel src --out-dir lib/js --ignore __tests__ --copy-files",
67+
"build:es":
68+
"cross-env BABEL_ENV=production BABEL_OUTPUT=esm babel src --out-dir lib/es --ignore __tests__ --copy-files",
8369
"build:storybook": "build-storybook --output-dir docs",
8470
"create-github-release": "conventional-github-releaser -p angular",
8571
"clear": "rimraf ./lib",

yarn.lock

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,12 @@
3838
eslint-config-prettier "^2.4.0"
3939
eslint-plugin-react "^7.3.0"
4040

41-
"@researchgate/react-intersection-observer@^0.2.0":
42-
version "0.2.0"
43-
resolved "https://registry.yarnpkg.com/@researchgate/react-intersection-observer/-/react-intersection-observer-0.2.0.tgz#f4a16a0dcaa660f0bf1c1801d2fb37e0a6900e21"
41+
"@researchgate/react-intersection-observer@^0.3.0":
42+
version "0.3.0"
43+
resolved "https://registry.yarnpkg.com/@researchgate/react-intersection-observer/-/react-intersection-observer-0.3.0.tgz#c186a5e48993a6ab7d829150b8ad1361c0d9dda0"
44+
dependencies:
45+
prop-types "^15.5.10 || ^16.0.0"
46+
rimraf "^2.6.1"
4447

4548
"@storybook/addon-actions@^3.2.6":
4649
version "3.2.6"
@@ -5697,7 +5700,7 @@ prop-types@15.5.8:
56975700
dependencies:
56985701
fbjs "^0.8.9"
56995702

5700-
prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.6, prop-types@^15.5.8, prop-types@^15.5.9:
5703+
prop-types@^15.5.10, "prop-types@^15.5.10 || ^16.0.0", prop-types@^15.5.4, prop-types@^15.5.6, prop-types@^15.5.8, prop-types@^15.5.9:
57015704
version "15.5.10"
57025705
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.10.tgz#2797dfc3126182e3a95e3dfbb2e893ddd7456154"
57035706
dependencies:

0 commit comments

Comments
 (0)