mirror of
https://github.com/zuiidea/antd-admin.git
synced 2024-04-21 12:32:14 +00:00
upgrade query-string@6
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import {resolve} from "path";
|
||||
|
||||
export default {
|
||||
// for query-string@6 https://github.com/sorrycc/blog/issues/68
|
||||
es5ImcompatibleVersions: true,
|
||||
plugins: [
|
||||
[
|
||||
'umi-plugin-react',
|
||||
|
||||
+9
-9
@@ -3,8 +3,8 @@
|
||||
"name": "antd-admin",
|
||||
"version": "5.0.0-beta",
|
||||
"dependencies": {
|
||||
"@babel/polyfill": "^7.0.0-beta.56",
|
||||
"antd": "^3.8.0",
|
||||
"@babel/polyfill": "^7.0.0-rc.2",
|
||||
"antd": "^3.8.2",
|
||||
"axios": "^0.18.0",
|
||||
"classnames": "^2.2.5",
|
||||
"d3-shape": "^1.2.0",
|
||||
@@ -21,13 +21,13 @@
|
||||
"lodash.clonedeep": "^4.5.0",
|
||||
"lodash.isequal": "^4.5.0",
|
||||
"nprogress": "^0.2.0",
|
||||
"path-to-regexp": "^2.2.0",
|
||||
"path-to-regexp": "^2.3.0",
|
||||
"prop-types": "^15.6.1",
|
||||
"qs": "^6.5.2",
|
||||
"query-string": "^5.1.1",
|
||||
"query-string": "^6.1.0",
|
||||
"rc-tween-one": "^2.2.3",
|
||||
"react-adsense": "^0.0.6",
|
||||
"react-countup": "^3.0.3",
|
||||
"react-countup": "^4.0.0-alpha.6",
|
||||
"react-draft-wysiwyg": "^1.12.13",
|
||||
"react-helmet": "^5.2.0",
|
||||
"react-highcharts": "^16.0.2",
|
||||
@@ -37,7 +37,7 @@
|
||||
"babel-plugin-dev-expression": "^0.2.1",
|
||||
"babel-plugin-module-resolver": "^3.1.0",
|
||||
"cross-env": "^5.1.6",
|
||||
"eslint": "^5.3.0",
|
||||
"eslint": "^5.4.0",
|
||||
"eslint-config-umi": "^0.1.4",
|
||||
"eslint-plugin-flowtype": "^2.48.0",
|
||||
"eslint-plugin-import": "^2.12.0",
|
||||
@@ -46,9 +46,9 @@
|
||||
"js-beautify": "^1.7.5",
|
||||
"less-vars-to-js": "^1.1.2",
|
||||
"mockjs": "^1.0.1-beta3",
|
||||
"svg-sprite-loader": "^3.9.0",
|
||||
"umi": "^2.0.0-beta.16",
|
||||
"umi-plugin-react": "^1.0.0-beta.16"
|
||||
"svg-sprite-loader": "^3.9.2",
|
||||
"umi": "^2.0.0-beta.17",
|
||||
"umi-plugin-react": "^1.0.0-beta.17"
|
||||
},
|
||||
"pre-commit": [
|
||||
"lint"
|
||||
|
||||
Reference in New Issue
Block a user