@react-spectrum/table 3.17.1 → 3.17.3
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 +32 -28
package/package.json
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-spectrum/table",
|
|
3
|
-
"version": "3.17.
|
|
3
|
+
"version": "3.17.3",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
7
7
|
"module": "dist/module.js",
|
|
8
8
|
"exports": {
|
|
9
|
-
"
|
|
9
|
+
"source": "./src/index.ts",
|
|
10
|
+
"types": [
|
|
11
|
+
"./dist/types.d.ts",
|
|
12
|
+
"./src/index.ts"
|
|
13
|
+
],
|
|
10
14
|
"import": "./dist/import.mjs",
|
|
11
15
|
"require": "./dist/main.js"
|
|
12
16
|
},
|
|
@@ -36,31 +40,31 @@
|
|
|
36
40
|
"url": "https://github.com/adobe/react-spectrum"
|
|
37
41
|
},
|
|
38
42
|
"dependencies": {
|
|
39
|
-
"@react-aria/button": "^3.13.
|
|
40
|
-
"@react-aria/focus": "^3.20.
|
|
41
|
-
"@react-aria/i18n": "^3.12.
|
|
42
|
-
"@react-aria/interactions": "^3.25.
|
|
43
|
-
"@react-aria/overlays": "^3.27.
|
|
44
|
-
"@react-aria/selection": "^3.24.
|
|
45
|
-
"@react-aria/table": "^3.17.
|
|
46
|
-
"@react-aria/utils": "^3.29.
|
|
47
|
-
"@react-aria/virtualizer": "^4.1.
|
|
48
|
-
"@react-aria/visually-hidden": "^3.8.
|
|
49
|
-
"@react-spectrum/checkbox": "^3.9.
|
|
50
|
-
"@react-spectrum/dnd": "^3.5.
|
|
51
|
-
"@react-spectrum/layout": "^3.6.
|
|
52
|
-
"@react-spectrum/menu": "^3.22.
|
|
53
|
-
"@react-spectrum/progress": "^3.7.
|
|
54
|
-
"@react-spectrum/tooltip": "^3.7.
|
|
55
|
-
"@react-spectrum/utils": "^3.12.
|
|
56
|
-
"@react-stately/flags": "^3.1.
|
|
57
|
-
"@react-stately/layout": "^4.3.
|
|
58
|
-
"@react-stately/table": "^3.14.
|
|
59
|
-
"@react-stately/virtualizer": "^4.4.
|
|
60
|
-
"@react-types/grid": "^3.3.
|
|
61
|
-
"@react-types/shared": "^3.
|
|
62
|
-
"@react-types/table": "^3.13.
|
|
63
|
-
"@spectrum-icons/ui": "^3.6.
|
|
43
|
+
"@react-aria/button": "^3.13.3",
|
|
44
|
+
"@react-aria/focus": "^3.20.5",
|
|
45
|
+
"@react-aria/i18n": "^3.12.10",
|
|
46
|
+
"@react-aria/interactions": "^3.25.3",
|
|
47
|
+
"@react-aria/overlays": "^3.27.3",
|
|
48
|
+
"@react-aria/selection": "^3.24.3",
|
|
49
|
+
"@react-aria/table": "^3.17.5",
|
|
50
|
+
"@react-aria/utils": "^3.29.1",
|
|
51
|
+
"@react-aria/virtualizer": "^4.1.7",
|
|
52
|
+
"@react-aria/visually-hidden": "^3.8.25",
|
|
53
|
+
"@react-spectrum/checkbox": "^3.9.18",
|
|
54
|
+
"@react-spectrum/dnd": "^3.5.7",
|
|
55
|
+
"@react-spectrum/layout": "^3.6.16",
|
|
56
|
+
"@react-spectrum/menu": "^3.22.3",
|
|
57
|
+
"@react-spectrum/progress": "^3.7.17",
|
|
58
|
+
"@react-spectrum/tooltip": "^3.7.7",
|
|
59
|
+
"@react-spectrum/utils": "^3.12.6",
|
|
60
|
+
"@react-stately/flags": "^3.1.2",
|
|
61
|
+
"@react-stately/layout": "^4.3.1",
|
|
62
|
+
"@react-stately/table": "^3.14.3",
|
|
63
|
+
"@react-stately/virtualizer": "^4.4.1",
|
|
64
|
+
"@react-types/grid": "^3.3.3",
|
|
65
|
+
"@react-types/shared": "^3.30.0",
|
|
66
|
+
"@react-types/table": "^3.13.1",
|
|
67
|
+
"@spectrum-icons/ui": "^3.6.17",
|
|
64
68
|
"@swc/helpers": "^0.5.0"
|
|
65
69
|
},
|
|
66
70
|
"devDependencies": {
|
|
@@ -76,5 +80,5 @@
|
|
|
76
80
|
"publishConfig": {
|
|
77
81
|
"access": "public"
|
|
78
82
|
},
|
|
79
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "a063122082d2b372e4846b58c85ae69ec73887ff"
|
|
80
84
|
}
|