Skip to content

Commit ec05797

Browse files
committed
feat: BOM support for special characters in Excel
1 parent 8765480 commit ec05797

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@
7878
"test": "test"
7979
},
8080
"dependencies": {
81-
"json-to-csv-export": "2.0.2"
81+
"json-to-csv-export": "2.1.0"
8282
}
8383
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6222,10 +6222,10 @@ json-stringify-safe@~5.0.1:
62226222
resolved "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz"
62236223
integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==
62246224

6225-
json-to-csv-export@2.0.2:
6226-
version "2.0.2"
6227-
resolved "https://registry.yarnpkg.com/json-to-csv-export/-/json-to-csv-export-2.0.2.tgz#3acc1dc89e1a5452ab696d94092550dd142b42d5"
6228-
integrity sha512-LYuRCAQzNCocKIgwIcL9c6mBTAQuGXcehXejRCTXCf39zTNgS9TuqObX8DsKFnBHGaOZkQDXOVUzAvH3KqSymw==
6225+
json-to-csv-export@2.1.0:
6226+
version "2.1.0"
6227+
resolved "https://registry.yarnpkg.com/json-to-csv-export/-/json-to-csv-export-2.1.0.tgz#9d0dd47582ac4b7b75f07bea758b76a7546c63ac"
6228+
integrity sha512-xAkBf6f0uLqG7gtCuulqp6BtbIswYMiSTCJ2ctuh2w1W5XvQKywX4Ppkr5Tgm3JUHLgeOspli8zA9Hy494X5WA==
62296229

62306230
json3@^3.3.2:
62316231
version "3.3.3"

0 commit comments

Comments
 (0)