Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosoul committed Apr 23, 2020
1 parent 4ff186c commit fcf2a7c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .huskyrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged",
"pre-commit": "lint-staged"
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

- [中国色](https://colors.ichuantong.cn/)
- [Github 仓库标星统计](https://stars.yangerxiao.com/?repo=https://github.com/zerosoul/chinese-colors)
- [土味情话生成器](https://works.yangerxiao.com/honeyed-words-generator/)
- [土味情话](https://works.yangerxiao.com/honeyed-words-generator/)
- [静心呼吸,在线调节](https://works.yangerxiao.com/breathe-relaxer/)
- [超强密码生成器](https://works.yangerxiao.com/strong-password-generator/)

Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"description": "React webapp starter",
"main": "index.js",
"dependencies": {
"core-js": "^3.6.4",
"css-loader": "3.5.0",
"core-js": "^3.6.5",
"css-loader": "3.5.2",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"file-loader": "6.0.0",
"fs-extra": "^9.0.0",
"html-webpack-plugin": "4.0.4",
"html-webpack-plugin": "4.2.0",
"mini-css-extract-plugin": "0.9.0",
"pnp-webpack-plugin": "1.6.4",
"react": "^16.13.1",
Expand All @@ -19,12 +19,12 @@
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"resolve-url-loader": "3.1.1",
"style-loader": "1.1.3",
"style-loader": "1.1.4",
"styled-components": "^5.1.0",
"styled-reset": "^4.1.2",
"styled-reset": "^4.1.4",
"terser-webpack-plugin": "2.3.5",
"url-loader": "4.0.0",
"webpack": "4.42.1",
"url-loader": "4.1.0",
"webpack": "4.43.0",
"webpack-dev-server": "3.10.3",
"webpack-manifest-plugin": "2.2.0",
"workbox-webpack-plugin": "5.1.2"
Expand All @@ -35,22 +35,22 @@
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"auto-changelog": "^1.16.4",
"auto-changelog": "^2.0.0",
"babel-eslint": "10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"gh-pages": "^2.2.0",
"husky": "^4.2.3",
"lint-staged": "^10.1.2",
"prettier": "^2.0.4"
"husky": "^4.2.5",
"lint-staged": "^10.1.7",
"prettier": "^2.0.5"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit fcf2a7c

Please sign in to comment.