@economic/taco 2.44.2 → 2.44.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/esm/packages/taco/src/components/Table3/util/editing.js +0 -2
- package/dist/esm/packages/taco/src/components/Table3/util/editing.js.map +1 -1
- package/dist/primitives/Table/Core/features/useTableStyle.d.ts +1 -1
- package/dist/taco.cjs.development.js +0 -2
- package/dist/taco.cjs.development.js.map +1 -1
- package/dist/taco.cjs.production.min.js +1 -1
- package/dist/taco.cjs.production.min.js.map +1 -1
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@economic/taco",
|
3
|
-
"version": "2.44.
|
3
|
+
"version": "2.44.3",
|
4
4
|
"description": "> TODO: description",
|
5
5
|
"author": "Matt Daly <matthew.daly@visma.com>",
|
6
6
|
"homepage": "https://github.com/e-conomic/taco#readme",
|
@@ -58,7 +58,7 @@
|
|
58
58
|
"@radix-ui/react-use-controllable-state": "^1.0.0",
|
59
59
|
"@react-aria/focus": "^3.9.0",
|
60
60
|
"@react-aria/interactions": "^3.12.0",
|
61
|
-
"@tanstack/react-table": "^8.
|
61
|
+
"@tanstack/react-table": "^8.11.2",
|
62
62
|
"@tanstack/react-virtual": "^3.0.1",
|
63
63
|
"clsx": "^2.1.0",
|
64
64
|
"date-fns": "^2.29.3",
|
@@ -68,6 +68,7 @@
|
|
68
68
|
"react-intersection-observer": "^9.4.0",
|
69
69
|
"react-joyride": "^2.5.3",
|
70
70
|
"react-table": "^7.8.0",
|
71
|
+
"react-virtual": "^2.10.4",
|
71
72
|
"react-window": "^1.8.8",
|
72
73
|
"react-window-infinite-loader": "^1.0.8",
|
73
74
|
"typeface-open-sans": "^1.1.13",
|
@@ -129,5 +130,5 @@
|
|
129
130
|
"not ie < 11"
|
130
131
|
]
|
131
132
|
},
|
132
|
-
"gitHead": "
|
133
|
+
"gitHead": "85fbd7d8538ae9e2ecdda389fd151e48bcab7159"
|
133
134
|
}
|