Skip to content

Commit

Permalink
Merge pull request #18 from ravasthi/package-upgrades
Browse files Browse the repository at this point in the history
Package upgrades
  • Loading branch information
ravasthi committed Jun 14, 2020
2 parents c91ffac + 615c222 commit 9c6bbf9
Show file tree
Hide file tree
Showing 2 changed files with 1,261 additions and 1,052 deletions.
22 changes: 11 additions & 11 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "css3-foundation",
"version": "7.2.0",
"version": "7.2.1",
"description": "A simple CSS3/HTML5 bootstrap for static sites and web apps",
"main": "index.html",
"repository": "git@github.com:ravasthi/css3-foundation.git",
Expand All @@ -16,30 +16,30 @@
"browser-sync-webpack-plugin": "^2.2.2",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.2",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"css-loader": "^3.6.0",
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.5.0",
"file-loader": "^5.1.0",
"file-loader": "^6.0.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.5.3",
"npm-run-all": "^4.1.1",
"postcss-loader": "^3.0.0",
"prettier": "^1.19.1",
"prettier": "^2.0.5",
"reset-css": "^5.0.1",
"rimraf": "^3.0.2",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"style-loader": "^1.2.1",
"stylelint": "^13.2.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.0.0",
"susy": "^3.0.1",
"url-loader": "^3.0.0",
"url-loader": "^4.1.0",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.10.3",
Expand Down

0 comments on commit 9c6bbf9

Please sign in to comment.