Skip to content

Commit

Permalink
release: 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khronosleung committed May 16, 2019
1 parent 4e2f58a commit c8a882a
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "guido",
"version": "4.0.0",
"version": "4.1.0",
"description": "基于webpack4的一键式开发工具,集成handlebars、雪碧图、SVG Sprite、自定义资源注入等方式",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,60 +35,60 @@
},
"main": "lib/guido.js",
"dependencies": {
"address": "1.0.3",
"autoprefixer": "9.4.7",
"address": "1.1.0",
"autoprefixer": "9.5.1",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.5",
"babel-preset-zuzuche": "2.3.0",
"babel-loader": "8.0.6",
"babel-preset-zuzuche": "2.4.1",
"case-sensitive-paths-webpack-plugin": "2.2.0",
"chalk": "2.4.2",
"css-loader": "2.1.0",
"del": "3.0.0",
"css-loader": "2.1.1",
"del": "4.1.1",
"detect-port-alt": "1.1.6",
"eslint": "5.14.0",
"eslint": "5.16.0",
"eslint-loader": "2.1.2",
"eslint-plugin-react": "7.12.4",
"eslint-plugin-react": "7.13.0",
"extend": "3.0.2",
"file-loader": "3.0.1",
"filesize": "4.1.2",
"friendly-errors-webpack-plugin": "1.7.0",
"glob": "7.1.3",
"gzip-size": "5.0.0",
"handlebars": "4.1.0",
"glob": "7.1.4",
"gzip-size": "5.1.0",
"handlebars": "4.1.2",
"handlebars-loader": "1.7.1",
"hard-source-webpack-plugin": "0.13.1",
"html-webpack-plugin": "4.0.0-beta.5",
"image-webpack-loader": "4.6.0",
"mini-css-extract-plugin": "0.5.0",
"node-sass": "4.11.0",
"mini-css-extract-plugin": "0.6.0",
"node-sass": "4.12.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
"postcss-loader": "3.0.0",
"postcss-safe-parser": "4.0.1",
"postcss-sprites": "4.2.1",
"recursive-readdir": "2.2.2",
"sass-loader": "7.1.0",
"strip-ansi": "5.0.0",
"strip-ansi": "5.2.0",
"style-loader": "0.23.1",
"svg-sprite-loader": "4.1.3",
"svg-sprite-loader": "4.1.6",
"svg-url-loader": "2.3.2",
"svgo": "1.1.1",
"svgo": "1.2.2",
"svgo-loader": "2.2.0",
"terser-webpack-plugin": "1.2.2",
"terser-webpack-plugin": "1.2.4",
"text-table": "0.2.0",
"url": "0.11.0",
"url-loader": "1.1.2",
"webpack": "4.29.4",
"webpack-dev-server": "3.1.14",
"webpack": "4.31.0",
"webpack-dev-server": "3.3.1",
"webpack-manifest-plugin": "2.0.4",
"webpack-merge": "4.2.1",
"webpackbar": "3.1.5"
"webpackbar": "3.2.0"
},
"devDependencies": {
"husky": "^1.3.1",
"istanbul": "^0.4.5",
"jest": "^24.1.0",
"lint-staged": "^8.1.4",
"prettier": "^1.16.4"
"@babel/runtime-corejs3": "^7.4.4",
"husky": "^2.2.0",
"jest": "^24.8.0",
"lint-staged": "^8.1.6",
"prettier": "^1.17.1"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit c8a882a

Please sign in to comment.