Skip to content

Commit ec66432

Browse files
committed
Upgrade version
1 parent df61ae9 commit ec66432

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-papaparse",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "The fastest in-browser CSV (or delimited text) parser for React. It is full of useful features such as CSVReader, CSVDownloader, readString, jsonToCSV, readRemoteFile, ... etc.",
55
"author": "Bunlong <bunlong.van@gmail.com>",
66
"license": "MIT",
@@ -108,8 +108,8 @@
108108
"dist"
109109
],
110110
"dependencies": {
111-
"@types/papaparse": "^5.3.1",
112-
"papaparse": "^5.3.1"
111+
"@types/papaparse": "^5.3.7",
112+
"papaparse": "^5.4.1"
113113
},
114114
"bundlesize": [
115115
{

0 commit comments

Comments
 (0)