@instructure/ui-table 10.10.1-snapshot-6 → 10.10.1-snapshot-10
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +1 -1
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
-
## [10.10.1-snapshot-
|
6
|
+
## [10.10.1-snapshot-10](https://github.com/instructure/instructure-ui/compare/v10.10.0...v10.10.1-snapshot-10) (2025-02-03)
|
7
7
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-table
|
9
9
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@instructure/ui-table",
|
3
|
-
"version": "10.10.1-snapshot-
|
3
|
+
"version": "10.10.1-snapshot-10",
|
4
4
|
"description": "A styled HTML table component",
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
6
6
|
"module": "./es/index.js",
|
@@ -23,11 +23,11 @@
|
|
23
23
|
},
|
24
24
|
"license": "MIT",
|
25
25
|
"devDependencies": {
|
26
|
-
"@instructure/ui-axe-check": "10.10.1-snapshot-
|
27
|
-
"@instructure/ui-babel-preset": "10.10.1-snapshot-
|
28
|
-
"@instructure/ui-color-utils": "10.10.1-snapshot-
|
29
|
-
"@instructure/ui-test-utils": "10.10.1-snapshot-
|
30
|
-
"@instructure/ui-themes": "10.10.1-snapshot-
|
26
|
+
"@instructure/ui-axe-check": "10.10.1-snapshot-10",
|
27
|
+
"@instructure/ui-babel-preset": "10.10.1-snapshot-10",
|
28
|
+
"@instructure/ui-color-utils": "10.10.1-snapshot-10",
|
29
|
+
"@instructure/ui-test-utils": "10.10.1-snapshot-10",
|
30
|
+
"@instructure/ui-themes": "10.10.1-snapshot-10",
|
31
31
|
"@testing-library/jest-dom": "^6.6.3",
|
32
32
|
"@testing-library/react": "^16.0.1",
|
33
33
|
"@testing-library/user-event": "^14.5.2",
|
@@ -35,17 +35,17 @@
|
|
35
35
|
},
|
36
36
|
"dependencies": {
|
37
37
|
"@babel/runtime": "^7.26.0",
|
38
|
-
"@instructure/console": "10.10.1-snapshot-
|
39
|
-
"@instructure/emotion": "10.10.1-snapshot-
|
40
|
-
"@instructure/shared-types": "10.10.1-snapshot-
|
41
|
-
"@instructure/ui-a11y-content": "10.10.1-snapshot-
|
42
|
-
"@instructure/ui-icons": "10.10.1-snapshot-
|
43
|
-
"@instructure/ui-prop-types": "10.10.1-snapshot-
|
44
|
-
"@instructure/ui-react-utils": "10.10.1-snapshot-
|
45
|
-
"@instructure/ui-simple-select": "10.10.1-snapshot-
|
46
|
-
"@instructure/ui-testable": "10.10.1-snapshot-
|
47
|
-
"@instructure/ui-utils": "10.10.1-snapshot-
|
48
|
-
"@instructure/ui-view": "10.10.1-snapshot-
|
38
|
+
"@instructure/console": "10.10.1-snapshot-10",
|
39
|
+
"@instructure/emotion": "10.10.1-snapshot-10",
|
40
|
+
"@instructure/shared-types": "10.10.1-snapshot-10",
|
41
|
+
"@instructure/ui-a11y-content": "10.10.1-snapshot-10",
|
42
|
+
"@instructure/ui-icons": "10.10.1-snapshot-10",
|
43
|
+
"@instructure/ui-prop-types": "10.10.1-snapshot-10",
|
44
|
+
"@instructure/ui-react-utils": "10.10.1-snapshot-10",
|
45
|
+
"@instructure/ui-simple-select": "10.10.1-snapshot-10",
|
46
|
+
"@instructure/ui-testable": "10.10.1-snapshot-10",
|
47
|
+
"@instructure/ui-utils": "10.10.1-snapshot-10",
|
48
|
+
"@instructure/ui-view": "10.10.1-snapshot-10",
|
49
49
|
"prop-types": "^15.8.1"
|
50
50
|
},
|
51
51
|
"peerDependencies": {
|