Skip to content

Commit

Permalink
fix: upload issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwii committed Sep 24, 2020
1 parent 6558679 commit e12019c
Show file tree
Hide file tree
Showing 2 changed files with 381 additions and 344 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"@ant-design/icons": "^4.2.2",
"@apollo/react-hooks": "^4.0.0",
"@emotion/core": "^10.0.35",
"@graphql-tools/load-files": "^6.2.2",
"@graphql-tools/merge": "^6.2.2",
"@graphql-tools/load-files": "^6.2.3",
"@graphql-tools/merge": "^6.2.3",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@zeit/next-css": "^1.0.1",
"antd": "^4.6.4",
"apollo": "^2.30.3",
"antd": "^4.6.5",
"apollo": "^2.31.0",
"apollo-boost": "^0.4.9",
"apollo-server-koa": "^2.17.0",
"asuna-components": "^0.4.29",
"apollo-server-koa": "^2.18.0",
"asuna-components": "^0.4.30",
"axios": "^0.20.0",
"bluebird": "^3.7.2",
"braft-editor": "^2.3.9",
Expand All @@ -49,7 +49,7 @@
"class-transformer": "^0.3.1",
"colors": "^1.4.0",
"date-fns": "^2.16.1",
"debug": "^4.1.1",
"debug": "^4.2.0",
"deep-diff": "^1.0.2",
"dynamic-antd-theme": "^0.6.1",
"formik": "^2.1.5",
Expand All @@ -60,12 +60,12 @@
"localforage": "^1.9.0",
"lodash": "^4.17.20",
"lru-cache": "^6.0.0",
"moment": "^2.28.0",
"moment": "^2.29.0",
"nanoid": "^3.1.12",
"next": "^9.5.3",
"next-redux-wrapper": "^5.0.0",
"next-transpile-modules": "^4.1.0",
"node-buffs": "^0.8.5",
"node-buffs": "^0.8.9",
"node-cache": "^5.1.2",
"object-hash": "^2.0.3",
"ow": "^0.17.0",
Expand All @@ -84,7 +84,7 @@
"react-json-editor-ajrm": "^2.5.10",
"react-json-tree": "^0.13.0",
"react-number-format": "^4.4.1",
"react-query": "^2.21.0",
"react-query": "^2.23.0",
"react-redux": "^7.2.1",
"react-sortable-hoc": "^1.11.0",
"react-spinners": "^0.9.0",
Expand All @@ -100,7 +100,7 @@
"redux-saga": "^1.1.3",
"rxjs": "^6.6.3",
"shortid": "^2.2.15",
"snyk": "^1.398.1",
"snyk": "^1.400.0",
"socket.io-client": "^2.3.0",
"spinkit": "^2.0.1",
"stream-array": "^1.1.2",
Expand All @@ -123,11 +123,11 @@
"@types/jest": "^26.0.14",
"@types/lodash": "^4.14.161",
"@types/qrcode.react": "^1.0.1",
"@types/ramda": "^0.27.17",
"@types/ramda": "^0.27.19",
"@types/react": "^16.9.49",
"@types/react-color": "^3.0.4",
"@types/react-highlight": "^0.12.2",
"@types/react-pdf": "^4.0.5",
"@types/react-pdf": "^4.0.6",
"@types/react-redux": "^7.1.9",
"@types/redux-logger": "^3.0.8",
"@types/shortid": "^0.0.29",
Expand All @@ -136,7 +136,7 @@
"@types/styled-components": "^5.1.3",
"@types/styled-jsx": "^2.2.8",
"@types/url-join": "^4.0.0",
"@types/video.js": "^7.3.10",
"@types/video.js": "^7.3.11",
"@types/webpack": "^4.41.22",
"@zeit/next-typescript": "^1.1.1",
"babel-jest": "^26.3.0",
Expand All @@ -152,15 +152,15 @@
"jest-next-dynamic": "^1.0.1",
"lint-staged": "^10.4.0",
"source-map-loader": "^1.1.0",
"ts-jest": "^26.3.0",
"ts-loader": "^8.0.3",
"ts-morph": "^8.1.0",
"ts-jest": "^26.4.0",
"ts-loader": "^8.0.4",
"ts-morph": "^8.1.1",
"tsconfig-extends": "^1.0.1",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"typescript": "^4.0.2",
"webpack": "^4.44.1",
"webpack-bundle-analyzer": "^3.8.0",
"typescript": "^4.0.3",
"webpack": "^4.44.2",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-cli": "^3.3.12"
},
"husky": {
Expand Down
Loading

0 comments on commit e12019c

Please sign in to comment.