es-toolkit 1.17.0-dev.529 → 1.17.0-dev.531
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "es-toolkit",
|
|
3
3
|
"description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
|
|
4
|
-
"version": "1.17.0-dev.
|
|
4
|
+
"version": "1.17.0-dev.531+1d4e55d5",
|
|
5
5
|
"homepage": "https://es-toolkit.slash.page",
|
|
6
6
|
"bugs": "https://github.com/toss/es-toolkit/issues",
|
|
7
7
|
"repository": {
|
|
@@ -227,6 +227,7 @@
|
|
|
227
227
|
"eslint": "^9.9.0",
|
|
228
228
|
"eslint-config-prettier": "^9.1.0",
|
|
229
229
|
"eslint-plugin-jsdoc": "^50.2.2",
|
|
230
|
+
"eslint-plugin-vue": "^9.28.0",
|
|
230
231
|
"execa": "^9.3.0",
|
|
231
232
|
"globals": "^15.9.0",
|
|
232
233
|
"prettier": "^3.2.5",
|