Skip to content

Commit

Permalink
Dependencies upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mejta committed Nov 19, 2019
1 parent 383183e commit e579605
Show file tree
Hide file tree
Showing 3 changed files with 322 additions and 184 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-accelerate",
"version": "1.2.7",
"version": "1.2.8",
"main": "lazyload.js",
"author": "Daniel Mejta <[email protected]>",
"license": "MIT",
Expand All @@ -9,16 +9,16 @@
"start": "gulp start"
},
"dependencies": {
"@babel/polyfill": "^7.6.0",
"core-js": "3",
"@babel/polyfill": "^7.7.0",
"core-js": "3.4.1",
"intersection-observer": "^0.7.0"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/register": "^7.6.2",
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"@babel/register": "^7.7.0",
"babel-loader": "^8.0.6",
"commander": "^4.0.0",
"commander": "^4.0.1",
"delete": "^1.1.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.2.0",
Expand Down
3 changes: 3 additions & 0 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ You need to have node.js and yarn installed.

== Changelog ==

= 1.2.8 =
* Dependencies upgrade

= 1.2.7 =
* Fixed for IE

Expand Down
Loading

0 comments on commit e579605

Please sign in to comment.