Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4 from vadymshymko/develop
Browse files Browse the repository at this point in the history
Upgrade packages
  • Loading branch information
vadymshymko authored Dec 17, 2019
2 parents 88cf090 + 561fdab commit 21fcf1c
Show file tree
Hide file tree
Showing 2 changed files with 573 additions and 634 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-lazilyload-img",
"version": "2.1.3",
"version": "2.1.4",
"description": "Simple react.js component for lazy load your images",
"main": "dist/index.js",
"files": [
Expand Down Expand Up @@ -47,17 +47,17 @@
},
"homepage": "https://github.com/vadymshymko/react-lazilyload-img#readme",
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-transform-react-constant-elements": "^7.6.0",
"@babel/plugin-transform-react-display-name": "^7.2.0",
"@babel/plugin-transform-react-inline-elements": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"autoprefixer": "^9.7.2",
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-export-default-from": "^7.7.4",
"@babel/plugin-transform-react-constant-elements": "^7.7.4",
"@babel/plugin-transform-react-display-name": "^7.7.4",
"@babel/plugin-transform-react-inline-elements": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"autoprefixer": "^9.7.3",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
Expand All @@ -80,14 +80,14 @@
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.2",
"husky": "^3.1.0",
"lint-staged": "^9.4.3",
"webpack": "^4.41.2",
"lint-staged": "^9.5.0",
"webpack": "^4.41.3",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"@babel/runtime": "^7.7.2",
"core-js": "^3.4.1",
"@babel/runtime": "^7.7.6",
"core-js": "^3.5.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 21fcf1c

Please sign in to comment.