forked from 55minutes/css3-foundation
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from ravasthi/package-upgrades
Package upgrades
- Loading branch information
Showing
2 changed files
with
1,261 additions
and
1,052 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]:ravasthi/css3-foundation.git", | ||
|
@@ -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", | ||
|
Oops, something went wrong.