Skip to content

Commit

Permalink
bumped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiDittrich committed Jun 11, 2019
1 parent 418fd6c commit 901dd62
Show file tree
Hide file tree
Showing 3 changed files with 743 additions and 1,609 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@ node_modules/*
.tmp/*
.hidden/*
PublicHtml/*
Development.html
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -50,24 +50,24 @@
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"clean-css": "~4.2.1",
"eslint": "^5.16.0",
"clean-css": "~4.1.9",
"eslint": "^4.14.0",
"eslint-config-aenondynamics": "^0.2.0",
"eslint-plugin-react": "^7.13.0",
"express": "^4.17.1",
"fancy-log": "^1.3.3",
"eslint-plugin-react": "^7.5.1",
"express": "^4.16.2",
"fancy-log": "^1.3.2",
"fs-magic": "^2.1.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp": "^3.9.0",
"gulp-clean-css": "^3.9.3",
"gulp-concat-util": "^0.5.5",
"gulp-less": "^4.0.1",
"gulp-less": "^3.4.0",
"gulp-prettyerror": "^1.2.1",
"gulp-replace": "^1.0.0",
"gulp-uglify": "^3.0.2",
"gulp-replace": "^0.6.1",
"gulp-uglify": "^3.0.0",
"gulp-wrapper": "^1.0.0",
"rollup": "^1.14.3",
"rollup-plugin-babel": "^4.3.2",
"uglify-js": "~3.6.0"
"rollup": "^0.62.0",
"rollup-plugin-babel": "^3.0.3",
"uglify-js": "~3.3.0"
},
"dependencies": {}
}

0 comments on commit 901dd62

Please sign in to comment.