build: update packages

This commit is contained in:
zerosoul 2019-10-15 10:48:41 +08:00
parent c4b25109c2
commit a372c04e64
2 changed files with 283 additions and 217 deletions

476
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -33,25 +33,25 @@
"@welldone-software/why-did-you-render": "^3.3.5",
"color-convert": "^2.0.1",
"file-saver": "^2.0.2",
"html2canvas": "^1.0.0-rc.4",
"html2canvas": "^1.0.0-rc.5",
"jinrishici": "^1.0.6",
"pinyin": "^2.9.0",
"react": "^16.10.2",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.10.2",
"react-github-btn": "^1.0.6",
"react-router-dom": "^5.1.0",
"react-router-dom": "^5.1.2",
"smooth-scroll-into-view-if-needed": "^1.1.23",
"styled-components": "^4.4.0",
"styled-reset": "^4.0.1"
"styled-reset": "^4.0.2"
},
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"auto-changelog": "^1.16.1",
@ -60,7 +60,7 @@
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.3.0",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-react": "^7.15.1",
"eslint-plugin-react-hooks": "^2.1.2",
"file-loader": "^4.2.0",
@ -70,18 +70,18 @@
"husky": "^3.0.8",
"installed-check-core": "^3.0.0",
"interpolate-html-plugin": "^3.0.0",
"lint-staged": "^9.4.0",
"lint-staged": "^9.4.2",
"mini-css-extract-plugin": "^0.8.0",
"prettier": "^1.17.1",
"react-dev-utils": "^9.1.0",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^2.1.2",
"url-loader": "^2.1.0",
"webpack": "^4.41.0",
"url-loader": "^2.2.0",
"webpack": "^4.41.1",
"webpack-bundle-analyzer": "^3.5.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2",
"webpack-manifest-plugin": "^2.1.2",
"webpack-manifest-plugin": "^2.2.0",
"webpack-merge": "^4.2.2",
"workbox-webpack-plugin": "^4.3.1"
},