downshift 6.1.7 → 6.1.8
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/README.md +14 -9
- package/dist/downshift.cjs.js +1695 -1631
- package/dist/downshift.esm.js +1569 -1501
- package/dist/downshift.native.cjs.js +1680 -1614
- package/dist/downshift.umd.js +1606 -1568
- package/dist/downshift.umd.js.map +1 -1
- package/dist/downshift.umd.min.js +1 -21
- package/dist/downshift.umd.min.js.map +1 -1
- package/package.json +23 -10
- package/preact/dist/downshift.cjs.js +1659 -1595
- package/preact/dist/downshift.esm.js +1569 -1501
- package/preact/dist/downshift.umd.js +1659 -1643
- package/preact/dist/downshift.umd.js.map +1 -1
- package/preact/dist/downshift.umd.min.js +1 -23
- package/preact/dist/downshift.umd.min.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "downshift",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.8",
|
|
4
4
|
"description": "🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components.",
|
|
5
5
|
"main": "dist/downshift.cjs.js",
|
|
6
6
|
"react-native": "dist/downshift.native.cjs.js",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"cy:run": "cypress run",
|
|
28
28
|
"cy:open": "cypress open",
|
|
29
29
|
"build-and-test": "npm run build -s && npm run test:build -s",
|
|
30
|
-
"docs:build": "
|
|
31
|
-
"
|
|
32
|
-
"docs:
|
|
33
|
-
"docs:
|
|
30
|
+
"docs:build": "docusaurus build",
|
|
31
|
+
"docs:dev": "docusaurus start",
|
|
32
|
+
"docs:serve": "docusaurus serve --port 6006",
|
|
33
|
+
"docs:clear": "docusaurus clear",
|
|
34
34
|
"setup": "npm install && npm run validate",
|
|
35
35
|
"validate": "kcd-scripts validate lint,build-and-test,test:cover,test:ts,test:flow:coverage,test:ssr,test:cypress"
|
|
36
36
|
},
|
|
@@ -74,6 +74,10 @@
|
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@babel/helpers": "^7.14.8",
|
|
77
|
+
"@docusaurus/core": "^2.0.1",
|
|
78
|
+
"@docusaurus/module-type-aliases": "^2.0.1",
|
|
79
|
+
"@docusaurus/preset-classic": "^2.0.1",
|
|
80
|
+
"@mdx-js/react": "^1.6.22",
|
|
77
81
|
"@rollup/plugin-babel": "^5.3.0",
|
|
78
82
|
"@rollup/plugin-commonjs": "^20.0.0",
|
|
79
83
|
"@rollup/plugin-typescript": "^8.2.5",
|
|
@@ -94,9 +98,7 @@
|
|
|
94
98
|
"buble": "^0.20.0",
|
|
95
99
|
"cpy-cli": "^3.1.1",
|
|
96
100
|
"cross-env": "^7.0.3",
|
|
97
|
-
"cypress": "^
|
|
98
|
-
"docz": "^2.3.1",
|
|
99
|
-
"docz-theme-default": "^1.2.0",
|
|
101
|
+
"cypress": "^10.3.1",
|
|
100
102
|
"eslint": "^7.32.0",
|
|
101
103
|
"eslint-plugin-cypress": "^2.11.3",
|
|
102
104
|
"eslint-plugin-react": "7.24.0",
|
|
@@ -104,11 +106,13 @@
|
|
|
104
106
|
"flow-coverage-report": "^0.8.0",
|
|
105
107
|
"get-pkg-repo": "4.1.1",
|
|
106
108
|
"kcd-scripts": "^11.2.0",
|
|
109
|
+
"node-polyfill-webpack-plugin": "^2.0.0",
|
|
107
110
|
"npm-run-all": "^4.1.5",
|
|
108
111
|
"preact": "^10.5.14",
|
|
112
|
+
"prism-react-renderer": "^1.3.3",
|
|
109
113
|
"react": "^17.0.2",
|
|
110
114
|
"react-dom": "^17.0.2",
|
|
111
|
-
"react-native": "^0.
|
|
115
|
+
"react-native": "^0.68.0",
|
|
112
116
|
"react-test-renderer": "^17.0.2",
|
|
113
117
|
"serve": "^12.0.0",
|
|
114
118
|
"start-server-and-test": "^1.13.1",
|
|
@@ -116,6 +120,14 @@
|
|
|
116
120
|
},
|
|
117
121
|
"eslintConfig": {
|
|
118
122
|
"settings": {
|
|
123
|
+
"import/no-unresolved": [
|
|
124
|
+
2,
|
|
125
|
+
{
|
|
126
|
+
"ignore": [
|
|
127
|
+
"^@theme"
|
|
128
|
+
]
|
|
129
|
+
}
|
|
130
|
+
],
|
|
119
131
|
"import/resolver": {
|
|
120
132
|
"node": {
|
|
121
133
|
"extensions": [
|
|
@@ -156,7 +168,8 @@
|
|
|
156
168
|
"node_modules",
|
|
157
169
|
"coverage",
|
|
158
170
|
"dist",
|
|
159
|
-
".
|
|
171
|
+
".docusaurus",
|
|
172
|
+
"build",
|
|
160
173
|
"typings",
|
|
161
174
|
"test"
|
|
162
175
|
],
|