Skip to content

Commit

Permalink
Updated package versions in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LearnWebCode committed Aug 3, 2019
1 parent ee7d9de commit 0282988
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions fictional-university/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"autoprefixer": "^9.4.2",
"babel-loader": "^8.0.4",
"browser-sync": "^2.26.3",
"gulp": "^4.0.0",
"gulp-cli": "^2.0.1",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"gulp": "^4.0.2",
"gulp-cli": "^2.2.0",
"gulp-postcss": "^8.0.0",
"postcss-color-function": "^4.0.1",
"postcss-hexrgba": "^1.0.1",
"postcss-color-function": "^4.1.0",
"postcss-hexrgba": "^1.0.2",
"postcss-import": "^12.0.1",
"postcss-mixins": "^6.2.1",
"postcss-nested": "^4.1.0",
"postcss-simple-vars": "^5.0.1",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2"
"postcss-mixins": "^6.2.2",
"postcss-nested": "^4.1.2",
"postcss-simple-vars": "^5.0.2",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6"
},
"dependencies": {
"jquery": "^3.3.1",
"jquery": "^3.4.1",
"normalize.css": "^8.0.1",
"slick-carousel": "^1.8.1"
}
Expand Down

0 comments on commit 0282988

Please sign in to comment.