react-addsearch-ui 0.2.12 → 0.2.13
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/dist/index.es.js +875 -884
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +50 -50
- package/dist/index.umd.js.map +1 -1
- package/package.json +17 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-addsearch-ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.13",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "AddSearch UI for React",
|
|
6
6
|
"keywords": [
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"deploy-demo": "npm run build:demo && gh-pages -d dist-demo -t true",
|
|
55
55
|
"deploy-storybook": "npm run build-storybook && gh-pages -d storybook-static",
|
|
56
56
|
"dev:demo": "vite --config vite.config.demo.ts",
|
|
57
|
-
"lint": "eslint lib --
|
|
57
|
+
"lint": "eslint lib --report-unused-disable-directives --max-warnings 0",
|
|
58
58
|
"storybook": "storybook dev"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
@@ -73,15 +73,17 @@
|
|
|
73
73
|
"@storybook/react-vite": "^7.6.20",
|
|
74
74
|
"@types/react": "^18.2.48",
|
|
75
75
|
"@types/react-dom": "^18.2.18",
|
|
76
|
-
"@
|
|
77
|
-
"@typescript-eslint/
|
|
76
|
+
"@eslint/js": "^9.0.0",
|
|
77
|
+
"@typescript-eslint/eslint-plugin": "^8.56.0",
|
|
78
|
+
"@typescript-eslint/parser": "^8.56.0",
|
|
78
79
|
"@vitejs/plugin-react": "^4.2.1",
|
|
79
80
|
"autoprefixer": "10.4.17",
|
|
80
|
-
"eslint": "^
|
|
81
|
+
"eslint": "^9.39.2",
|
|
81
82
|
"eslint-plugin-prettier": "^5.1.3",
|
|
82
|
-
"eslint-plugin-react-hooks": "^
|
|
83
|
-
"eslint-plugin-react-refresh": "^0.
|
|
83
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
84
|
+
"eslint-plugin-react-refresh": "^0.5.0",
|
|
84
85
|
"eslint-plugin-storybook": "^0.6.15",
|
|
86
|
+
"globals": "^15.0.0",
|
|
85
87
|
"gh-pages": "^6.1.1",
|
|
86
88
|
"postcss": "^8.4.33",
|
|
87
89
|
"prettier": "^3.2.4",
|
|
@@ -90,6 +92,7 @@
|
|
|
90
92
|
"storybook": "^7.6.20",
|
|
91
93
|
"tailwindcss": "^3.4.1",
|
|
92
94
|
"typescript": "4.9.5",
|
|
95
|
+
"typescript-eslint": "^8.56.0",
|
|
93
96
|
"vite": "^5.4.21",
|
|
94
97
|
"vite-plugin-dts": "^4.5.4"
|
|
95
98
|
},
|
|
@@ -106,6 +109,12 @@
|
|
|
106
109
|
"@storybook/core-common": {
|
|
107
110
|
"glob": "^11.0.4"
|
|
108
111
|
},
|
|
109
|
-
"tar": "7.5.
|
|
112
|
+
"tar": "^7.5.10",
|
|
113
|
+
"qs": "6.15.0",
|
|
114
|
+
"minimatch": "^10.2.2",
|
|
115
|
+
"ajv": "^8.18.0",
|
|
116
|
+
"serialize-javascript": "^7.0.3",
|
|
117
|
+
"yauzl": "^3.2.1",
|
|
118
|
+
"defu": ">=6.1.5"
|
|
110
119
|
}
|
|
111
120
|
}
|