-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first pass at integrating `offline-plugin` * first pass at asset hashing (just js & css for now) * dependency updates * yarn.lock post-merge * hashing tweaks/buildout * asset caching readme coverage * asset caching readme coverage * asset caching readme coverage * postcss-extend integration (#42) * first pass at postcss-extend support * resolve build warning * tidying up (#43) * tidying up font sizes * no reason for footer to have an id * tidy up font sizes * tidy up header component (viva la BEM) * words of encouragement * dependency updates * only use service worker for production build * further document offline-plugin removal * further document offline-plugin removal * further document offline-plugin removal * further document offline-plugin removal * version bump (#45) * dependency updates * readme updates * app description update * readme tweaks * template tweaks * incremental version bump * replace postcss-cssnext w/ postcss-preset-env (#47) * first pass at replacing postcss-cssnext with postcss-present-env * verbiage tweaks * update dependencies * reorder base config import (after dependencies) * configs cleanup * html entity * html entity * minor version bump
- Loading branch information
Brian Staruk
authored
Jul 14, 2018
1 parent
89711c0
commit 6762f48
Showing
9 changed files
with
1,153 additions
and
1,071 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
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": "starbase", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"author": "Brian Staruk <[email protected]>", | ||
"contributors": [ | ||
{ | ||
|
@@ -31,45 +31,45 @@ | |
"license": "MIT", | ||
"devDependencies": { | ||
"babel-core": "^6.26.3", | ||
"babel-eslint": "^8.2.3", | ||
"babel-loader": "^7.1.4", | ||
"babel-eslint": "^8.2.6", | ||
"babel-loader": "^7.1.5", | ||
"babel-preset-env": "^1.7.0", | ||
"caniuse-lite": "^1.0.30000849", | ||
"caniuse-lite": "^1.0.30000865", | ||
"clean-webpack-plugin": "^0.1.19", | ||
"css-loader": "^0.28.11", | ||
"css-loader": "^1.0.0", | ||
"css-mqpacker": "^6.0.2", | ||
"cssnano": "^3.10.0", | ||
"cssnano": "^4.0.2", | ||
"eslint": "^4.19.1", | ||
"eslint-config-airbnb": "^16.1.0", | ||
"eslint-config-airbnb": "^17.0.0", | ||
"eslint-loader": "^2.0.0", | ||
"eslint-plugin-import": "^2.12.0", | ||
"eslint-plugin-jsx-a11y": "^6.0.3", | ||
"eslint-plugin-react": "^7.9.1", | ||
"eslint-plugin-import": "^2.13.0", | ||
"eslint-plugin-jsx-a11y": "^6.1.1", | ||
"eslint-plugin-react": "^7.10.0", | ||
"file-loader": "^1.1.11", | ||
"html-loader": "^0.5.5", | ||
"html-webpack-plugin": "^3.2.0", | ||
"loader-utils": "^1.1.0", | ||
"mini-css-extract-plugin": "^0.4.0", | ||
"node-sass": "^4.9.0", | ||
"mini-css-extract-plugin": "^0.4.1", | ||
"node-sass": "^4.9.2", | ||
"offline-plugin": "^5.0.5", | ||
"postcss": "^6.0.22", | ||
"postcss-cssnext": "^3.1.0", | ||
"postcss": "^6.0.23", | ||
"postcss-extend": "^1.0.5", | ||
"postcss-import": "^11.1.0", | ||
"postcss-loader": "^2.1.5", | ||
"postcss-loader": "^2.1.6", | ||
"postcss-nested": "^3.0.0", | ||
"postcss-preset-env": "^5.2.2", | ||
"postcss-remove-root": "0.0.2", | ||
"postcss-reporter": "^5.0.0", | ||
"postcss-responsive-type": "^1.0.0", | ||
"sass-loader": "^7.0.3", | ||
"style-loader": "^0.21.0", | ||
"stylelint": "^9.2.1", | ||
"stylelint": "^9.3.0", | ||
"stylelint-config-standard": "^18.2.0", | ||
"url-loader": "^1.0.1", | ||
"webpack": "^4.11.0", | ||
"webpack-cli": "^3.0.2", | ||
"webpack": "^4.16.0", | ||
"webpack-cli": "^3.0.8", | ||
"webpack-dev-server": "^3.1.4", | ||
"webpack-merge": "^4.1.2" | ||
"webpack-merge": "^4.1.3" | ||
}, | ||
"dependencies": { | ||
"es6-promise": "^4.2.4", | ||
|
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
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
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
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
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
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
Oops, something went wrong.