Skip to content

Commit bd61094

Browse files
committed
chore(*): update dependencies
1 parent 1b5a7c9 commit bd61094

11 files changed

+124
-125
lines changed

docs/examples.64527359.js

-68
This file was deleted.

docs/examples.64527359.map

-1
This file was deleted.

docs/examples.d0490082.js

+68
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/examples.d0490082.map

+1
Large diffs are not rendered by default.

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Example</title> <link rel="stylesheet" href="https://garthenweb.github.io/react-stickup/examples.cf40a58b.css"></head> <body> <div id="root"></div> <script src="https://garthenweb.github.io/react-stickup/examples.64527359.js"></script> </body> </html>
1+
<!DOCTYPE html><html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Example</title> <link rel="stylesheet" href="https://garthenweb.github.io/react-stickup/examples.cf40a58b.css"></head> <body> <div id="root"></div> <script src="https://garthenweb.github.io/react-stickup/examples.d0490082.js"></script> </body> </html>

docs/legacy-browsers.adc0b3d1.js docs/legacy-browsers.6e0103b4.js

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/legacy-browsers.6e0103b4.map

+1
Large diffs are not rendered by default.

docs/legacy-browsers.adc0b3d1.map

-1
This file was deleted.

docs/legacy-browsers.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Example</title> <link rel="stylesheet" href="https://garthenweb.github.io/react-stickup/legacy-browsers.cf40a58b.css"></head> <body> <div id="root"></div> <script src="https://garthenweb.github.io/react-stickup/legacy-browsers.adc0b3d1.js"></script> </body> </html>
1+
<!DOCTYPE html><html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>Example</title> <link rel="stylesheet" href="https://garthenweb.github.io/react-stickup/legacy-browsers.cf40a58b.css"></head> <body> <div id="root"></div> <script src="https://garthenweb.github.io/react-stickup/legacy-browsers.6e0103b4.js"></script> </body> </html>

package-lock.json

+37-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,24 @@
3232
"license": "MIT",
3333
"devDependencies": {
3434
"@babel/polyfill": "^7.0.0",
35-
"@types/node": "^10.12.0",
36-
"@types/react": "^16.4.18",
35+
"@types/node": "^10.12.5",
36+
"@types/react": "^16.7.3",
3737
"@types/react-dom": "^16.0.9",
3838
"@types/recompose": "^0.27.0",
3939
"concurrently": "^4.0.0",
4040
"core-js": "^2.5.7",
4141
"jest": "^23.6.0",
4242
"parcel-bundler": "^1.10.3",
43-
"prettier": "^1.14.2",
44-
"react": "^16.6.0",
45-
"react-dom": "^16.6.0",
43+
"prettier": "^1.15.2",
44+
"react": "^16.6.1",
45+
"react-dom": "^16.6.1",
4646
"rollup": "^0.66.6",
4747
"rollup-plugin-typescript2": "^0.17.2",
4848
"ts-jest": "^23.10.4",
49-
"typescript": "^3.1.3"
49+
"typescript": "^3.1.6"
5050
},
5151
"dependencies": {
52-
"react-viewport-utils": "^1.6.0",
52+
"react-viewport-utils": "^1.7.2",
5353
"recompose": "^0.30.0"
5454
},
5555
"peerDependencies": {

0 commit comments

Comments
 (0)