Skip to content

Commit

Permalink
chore(vote): port voting app, update deps, and simplify config (webpa…
Browse files Browse the repository at this point in the history
…ck#1717)

Port the voting app to a it's own repository and expose that section
of the site more prominently (in the header). This commit also...

- Simplifies the webpack config slightly and allows external styles.
- Updates issue template to highlight content from other repositories.
- Updates some outdated dependencies.
  • Loading branch information
skipjack authored Dec 23, 2017
1 parent 7078bd7 commit a5566a1
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 1,211 deletions.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- [ ] Check the current issues to ensure you aren't creating a duplicate.
- [ ] Consider making small typo fixes and such directly as pull requests.
- [ ] For the voting application, go to https://github.com/webpack-contrib/voting-app.
- [ ] For loader/plugin docs, consider opening an issue in the corresponding repository.
- [ ] No existing issue? Go ahead and open a new one.
- __Remove these instructions from your PR as they are for your eyes only.__
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@
"antwar-helpers": "^0.19.0",
"antwar-interactive": "^0.19.0",
"async": "^2.5.0",
"autoprefixer": "^7.1.3",
"autoprefixer": "^7.2.3",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"copy-webpack-plugin": "^4.3.0",
"css-loader": "^0.28.5",
"duplexer": "^0.1.1",
"eslint": "4.5.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"eslint-plugin-markdown": "^1.0.0-beta.7",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"fontgen-loader": "^0.2.1",
Expand All @@ -67,22 +67,22 @@
"github": "^10.0.0",
"html-webpack-plugin": "^2.30.1",
"http-server": "^0.10.0",
"hyperlink": "^3.0.0",
"hyperlink": "^3.0.1",
"loader-utils": "^1.1.0",
"lodash": "^4.17.4",
"markdown-loader": "^2.0.1",
"markdownlint": "^0.6.0",
"markdownlint-cli": "^0.3.1",
"marked": "^0.3.6",
"marked": "^0.3.7",
"mkdirp": "^0.5.1",
"modularscale-sass": "^3.0.3",
"moment": "^2.18.1",
"moment": "^2.20.1",
"ncp": "^2.0.0",
"node-sass": "^4.5.3",
"npm-run-all": "^4.1.1",
"postcss-loader": "^2.0.6",
"prism-languages": "^0.3.3",
"prismjs": "^1.6.0",
"prismjs": "^1.9.0",
"raw-loader": "^0.5.1",
"request": "^2.81.0",
"sass-loader": "^6.0.6",
Expand All @@ -92,21 +92,22 @@
"tap-parser": "^6.0.1",
"through2": "^2.0.3",
"url-loader": "^0.5.9",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7",
"webpack-merge": "^4.1.0",
"yaml-frontmatter-loader": "^0.1.0"
},
"dependencies": {
"ajv": "^5.2.2",
"preact": "^8.2.5",
"ajv": "^5.5.2",
"preact": "^8.2.7",
"preact-compat": "3.17.0",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"tool-list": "^0.11.0",
"webpack.vote": "^0.1.0",
"whatwg-fetch": "^2.0.3"
}
}
6 changes: 5 additions & 1 deletion src/components/Navigation/Links.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@
"title": "Contribute",
"url": "contribute"
},
{
"title": "Vote",
"url": "vote"
},
{
"title": "Blog",
"url": "//medium.com/webpack"
}
]
]
Loading

0 comments on commit a5566a1

Please sign in to comment.