web-csv-toolbox 0.11.0-next-0d717debabfdae743295c1993013538ce0a3176e → 0.11.0-next-e755f7f305ea31c2f2e17371dc37465171b53a2d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-csv-toolbox",
|
|
3
|
-
"version": "0.11.0-next-
|
|
3
|
+
"version": "0.11.0-next-e755f7f305ea31c2f2e17371dc37465171b53a2d",
|
|
4
4
|
"description": "A CSV Toolbox utilizing Web Standard APIs.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/cjs/web-csv-toolbox.cjs",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
},
|
|
77
77
|
"homepage": "https://kamiazya.github.io/web-csv-toolbox/",
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@biomejs/biome": "1.8.
|
|
79
|
+
"@biomejs/biome": "1.8.3",
|
|
80
80
|
"@changesets/changelog-github": "^0.5.0",
|
|
81
81
|
"@changesets/cli": "^2.27.1",
|
|
82
82
|
"@codecov/vite-plugin": "0.0.1-beta.10",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"changesets-github-release": "^0.1.0",
|
|
90
90
|
"fast-check": "^3.15.0",
|
|
91
91
|
"terser": "^5.27.0",
|
|
92
|
-
"typedoc": "^0.
|
|
92
|
+
"typedoc": "^0.26.6",
|
|
93
93
|
"typedoc-plugin-mdn-links": "^3.1.14",
|
|
94
94
|
"typescript": "^5.3.3",
|
|
95
95
|
"vite": "^5.0.12",
|