Skip to content

Commit

Permalink
#2962 Upgrade to papaParse 5.30 for https://github.com/magda-io/magda…
Browse files Browse the repository at this point in the history
…/network/alert/magda-web-client/package.json/papaparse/open

We use our fork to fix a http 416 error issue as well
  • Loading branch information
t83714 committed Sep 18, 2020
1 parent 9af8e55 commit dfbd2d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions magda-web-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@magda/scripts": "^0.0.58-alpha.0",
"@types/debounce-promise": "^3.1.1",
"@types/jsonpath": "^0.2.0",
"@types/papaparse": "^5.0.1",
"@types/papaparse": "^5.2.2",
"@types/react": "^16.8.17",
"@types/react-autosuggest": "^9.3.9",
"@types/react-dates": "^17.1.5",
Expand Down Expand Up @@ -104,7 +104,7 @@
"nlcst-to-string": "^2.0.2",
"npm-run-all": "^4.0.1",
"openlayers": "^4.1.1",
"papaparse": "5.1.0",
"papaparse": "magda-io/PapaParse#5.3.0-magda",
"pdfjs-dist": "2.0.550",
"pretty-date": "^0.2.0",
"prop-types": "^15.6.1",
Expand Down
15 changes: 7 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3406,10 +3406,10 @@
resolved "https://registry.yarnpkg.com/@types/object-path/-/object-path-0.11.0.tgz#0b744309b2573dc8bf867ef589b6288be998e602"
integrity sha512-/tuN8jDbOXcPk+VzEVZzzAgw1Byz7s/itb2YI10qkSyy6nykJH02DuhfrflxVdAdE7AZ91h5X6Cn0dmVdFw2TQ==

"@types/papaparse@^5.0.1":
version "5.0.4"
resolved "https://registry.yarnpkg.com/@types/papaparse/-/papaparse-5.0.4.tgz#70792c74d9932bcc0bfa945ae7dacfef67f4ee57"
integrity sha512-jFv9NcRddMiW4+thmntwZ1AhvMDAX4+tAUDkWWbNcIzgqyjjkuSHOEUPoVh1/gqJTWfDOD1tvl+hSp88W3UtqA==
"@types/papaparse@^5.2.2":
version "5.2.2"
resolved "https://registry.yarnpkg.com/@types/papaparse/-/papaparse-5.2.2.tgz#225c34ec6b2d55932375c86e56baad8d9d259ec3"
integrity sha512-e+3C4Mw/15uNC70ctfeehGooRlGv/h7fW8cf8HfBNDUngC/Ajtc6dqizx+ncDz7nj3/R1cshmYZnu86xZHvwRw==
dependencies:
"@types/node" "*"

Expand Down Expand Up @@ -14818,10 +14818,9 @@ pako@~1.0.5:
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf"
integrity sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==

papaparse@5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/papaparse/-/papaparse-5.1.0.tgz#6228e8d96de99630ad017cf6522042319facc5eb"
integrity sha512-3jEYMiCc8qN7V5ffi2BTS2mRauKxCu5AIED6DxbjnHhIm7OY7fzKYkndfPlHWaaKUDCTml5XTU6V+hiuxGlZuw==
papaparse@magda-io/PapaParse#5.3.0-magda:
version "5.3.0"
resolved "https://codeload.github.com/magda-io/PapaParse/tar.gz/3150bc5df7d6705e6c6e10462fe85bfbe00be72a"

parallel-transform@^1.1.0:
version "1.2.0"
Expand Down

0 comments on commit dfbd2d3

Please sign in to comment.