Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
package: latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Nov 5, 2020
1 parent 19498dc commit 0238d0a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Please join and contribute:
* errors: finish normalisation of all errors (easy)
* encoding: new encoding_input and encoding_output options (medium)

## Trunk

* package: latest dependencies

## Version 4.13.1

* encoding: buffer, detection and options samples
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,22 @@
},
"homepage": "https://csv.js.org/parse/",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@types/mocha": "^5.2.7",
"@types/node": "^12.6.9",
"coffeescript": "^2.4.1",
"csv-generate": "^3.2.3",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@types/mocha": "^8.0.3",
"@types/node": "^14.14.6",
"coffeescript": "^2.5.1",
"csv-generate": "^3.2.4",
"csv-spectrum": "^1.0.0",
"each": "^1.2.1",
"eslint": "^6.5.1",
"mocha": "^6.2.0",
"each": "^1.2.2",
"eslint": "^7.12.1",
"mocha": "^8.2.1",
"pad": "^3.2.0",
"should": "^13.2.3",
"stream-transform": "^2.0.1",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
"stream-transform": "^2.0.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.5"
},
"files": [
"/lib"
Expand Down

0 comments on commit 0238d0a

Please # to comment.