Skip to content

Commit

Permalink
update assets plugin, bump version (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
stoikerty authored Jun 20, 2018
1 parent 5edcecc commit 7474c20
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 153 deletions.
162 changes: 16 additions & 146 deletions src/packages/dev-toolkit/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/packages/dev-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dev-toolkit",
"version": "7.0.2",
"version": "7.0.3",
"description": "Universal Development Toolkit for React Veterans",
"main": "dev-toolkit.js",
"files": [
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"homepage": "https://github.com/stoikerty/dev-toolkit#readme",
"dependencies": {
"assets-webpack-plugin": "^3.5.1",
"assets-webpack-plugin": "^3.8.3",
"babel-loader": "^7.1.4",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-preset-env": "^1.7.0",
Expand Down
2 changes: 1 addition & 1 deletion src/templates/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"babel-preset-dev-toolkit": "^1.0.3",
"cross-env": "^5.1.5",
"dev-toolkit": "^7.0.2",
"dev-toolkit": "^7.0.3",
"express": "^4.16.3",
"react": "^16.3.2",
"react-dom": "^16.3.2"
Expand Down
2 changes: 1 addition & 1 deletion src/templates/serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"babel-preset-dev-toolkit": "^1.0.3",
"clear-module": "^2.1.0",
"cross-env": "^5.1.5",
"dev-toolkit": "^7.0.2",
"dev-toolkit": "^7.0.3",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"react": "^16.3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/templates/standard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"babel-preset-dev-toolkit": "^1.0.3",
"better-npm-run": "^0.1.0",
"clear-module": "^2.1.0",
"dev-toolkit": "^7.0.2",
"dev-toolkit": "^7.0.3",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"react": "^16.3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/templates/with-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"babel-preset-dev-toolkit": "^1.0.3",
"better-npm-run": "^0.1.0",
"clear-module": "^2.1.0",
"dev-toolkit": "^7.0.2",
"dev-toolkit": "^7.0.3",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"react": "^16.3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/templates/with-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"cross-env": "^5.1.5",
"css-loader": "^0.28.11",
"css-modules-require-hook": "^4.2.3",
"dev-toolkit": "^7.0.2",
"dev-toolkit": "^7.0.3",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
Expand Down

0 comments on commit 7474c20

Please sign in to comment.