Skip to content

Commit

Permalink
Updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecousins committed Aug 15, 2016
1 parent 24ffcf7 commit 2c017e7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-pdf-js",
"version": "1.0.26",
"version": "1.0.27",
"description": "A React component to wrap PDF.js",
"main": "./lib/index.js",
"jsnext:main": "./src/index.js",
Expand Down Expand Up @@ -30,25 +30,25 @@
},
"homepage": "https://github.com/mikecousins/react-pdf-js",
"dependencies": {
"pdfjs-dist": "1.5.365",
"pdfjs-dist": "1.5.376",
"react": "15.3.0"
},
"devDependencies": {
"babel-cli": "6.11.4",
"babel-core": "6.11.4",
"babel-core": "6.13.2",
"babel-eslint": "6.1.2",
"babel-loader": "6.2.4",
"babel-plugin-react-transform": "2.0.2",
"babel-plugin-transform-runtime": "6.12.0",
"babel-plugin-typecheck": "3.9.0",
"babel-preset-es2015": "6.9.0",
"babel-preset-es2015": "6.13.2",
"babel-preset-react": "6.11.1",
"babel-runtime": "6.11.6",
"eslint": "3.2.2",
"eslint-config-airbnb": "10.0.0",
"eslint-plugin-import": "1.12.0",
"eslint-plugin-react": "6.0.0",
"eslint-plugin-jsx-a11y": "2.0.1",
"eslint": "3.3.0",
"eslint-config-airbnb": "10.0.1",
"eslint-plugin-import": "1.13.0",
"eslint-plugin-react": "6.1.0",
"eslint-plugin-jsx-a11y": "2.1.0",
"rifraf": "2.0.2",
"rimraf": "2.5.4",
"webpack": "1.13.1"
Expand Down

0 comments on commit 2c017e7

Please sign in to comment.