build: update packages

This commit is contained in:
Tristan 2020-02-03 10:49:30 +08:00
parent 95d4f3a422
commit ea629f40a3
2 changed files with 3117 additions and 2097 deletions

5182
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -30,7 +30,7 @@
"homepage": "https://ichuantong.cn",
"dependencies": {
"@ungap/url-search-params": "^0.1.4",
"@welldone-software/why-did-you-render": "^3.5.0",
"@welldone-software/why-did-you-render": "^4.0.3",
"color-convert": "^2.0.1",
"file-saver": "^2.0.2",
"html2canvas": "^1.0.0-rc.5",
@ -41,18 +41,18 @@
"react-dom": "^16.12.0",
"react-github-btn": "^1.1.1",
"react-router-dom": "^5.1.2",
"smooth-scroll-into-view-if-needed": "^1.1.25",
"smooth-scroll-into-view-if-needed": "^1.1.26",
"styled-components": "^5.0.0",
"styled-reset": "^4.0.8"
"styled-reset": "^4.1.0"
},
"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"@commitlint/cli": "^8.3.4",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"auto-changelog": "^1.16.2",
"autodll-webpack-plugin": "^0.4.2",
@ -60,30 +60,30 @@
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-react": "^7.17.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-react": "^7.18.2",
"eslint-plugin-react-hooks": "^2.3.0",
"file-loader": "^5.0.2",
"gh-pages": "^2.2.0",
"happypack": "^5.0.1",
"html-webpack-plugin": "^3.2.0",
"husky": "^4.0.6",
"husky": "^4.2.1",
"installed-check-core": "^3.0.0",
"interpolate-html-plugin": "^3.0.0",
"lint-staged": "^9.5.0",
"lint-staged": "^10.0.7",
"mini-css-extract-plugin": "^0.9.0",
"prettier": "^1.19.1",
"react-dev-utils": "^10.0.0",
"style-loader": "^1.1.2",
"terser-webpack-plugin": "^2.3.2",
"react-dev-utils": "^10.1.0",
"style-loader": "^1.1.3",
"terser-webpack-plugin": "^2.3.4",
"url-loader": "^3.0.0",
"webpack": "^4.41.5",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"webpack-dev-server": "^3.10.2",
"webpack-manifest-plugin": "^2.2.0",
"webpack-merge": "^4.2.2",
"workbox-webpack-plugin": "^4.3.1"
"workbox-webpack-plugin": "^5.0.0"
},
"engines": {
"node": ">=10.0.0",