Skip to content

Commit bced083

Browse files
committed
Updating packages, releasing 1.0.17
1 parent 667fdd2 commit bced083

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-pdf-js",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"description": "A React component to wrap PDF.js",
55
"main": "./lib/index.js",
66
"jsnext:main": "./src/index.js",
@@ -30,10 +30,10 @@
3030
},
3131
"homepage": "https://github.com/mikecousins/react-pdf-js",
3232
"dependencies": {
33-
"pdfjs-dist": "1.5.292"
33+
"pdfjs-dist": "1.5.294"
3434
},
3535
"devDependencies": {
36-
"babel-cli": "6.9.0",
36+
"babel-cli": "6.10.1",
3737
"babel-core": "6.9.1",
3838
"babel-eslint": "6.0.4",
3939
"babel-loader": "6.2.4",
@@ -47,7 +47,7 @@
4747
"eslint-config-airbnb": "9.0.1",
4848
"eslint-plugin-import": "1.8.1",
4949
"eslint-plugin-react": "5.1.1",
50-
"eslint-plugin-jsx-a11y": "1.4.0",
50+
"eslint-plugin-jsx-a11y": "1.4.2",
5151
"react": "15.1.0",
5252
"rifraf": "2.0.2",
5353
"rimraf": "2.5.2",

0 commit comments

Comments
 (0)