@instructure/ui-table 10.7.1-snapshot-0 → 10.7.1-snapshot-1

Sign up to get free protection for your applications and to get access to all the features.
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.7.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v10.7.0...v10.7.1-snapshot-0) (2024-12-06)
6
+ ## [10.7.1-snapshot-1](https://github.com/instructure/instructure-ui/compare/v10.7.0...v10.7.1-snapshot-1) (2024-12-06)
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.7.1-snapshot-0",
3
+ "version": "10.7.1-snapshot-1",
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.7.1-snapshot-0",
27
- "@instructure/ui-babel-preset": "10.7.1-snapshot-0",
28
- "@instructure/ui-color-utils": "10.7.1-snapshot-0",
29
- "@instructure/ui-test-utils": "10.7.1-snapshot-0",
30
- "@instructure/ui-themes": "10.7.1-snapshot-0",
26
+ "@instructure/ui-axe-check": "10.7.1-snapshot-1",
27
+ "@instructure/ui-babel-preset": "10.7.1-snapshot-1",
28
+ "@instructure/ui-color-utils": "10.7.1-snapshot-1",
29
+ "@instructure/ui-test-utils": "10.7.1-snapshot-1",
30
+ "@instructure/ui-themes": "10.7.1-snapshot-1",
31
31
  "@testing-library/jest-dom": "^6.4.6",
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.25.6",
38
- "@instructure/console": "10.7.1-snapshot-0",
39
- "@instructure/emotion": "10.7.1-snapshot-0",
40
- "@instructure/shared-types": "10.7.1-snapshot-0",
41
- "@instructure/ui-a11y-content": "10.7.1-snapshot-0",
42
- "@instructure/ui-icons": "10.7.1-snapshot-0",
43
- "@instructure/ui-prop-types": "10.7.1-snapshot-0",
44
- "@instructure/ui-react-utils": "10.7.1-snapshot-0",
45
- "@instructure/ui-simple-select": "10.7.1-snapshot-0",
46
- "@instructure/ui-testable": "10.7.1-snapshot-0",
47
- "@instructure/ui-utils": "10.7.1-snapshot-0",
48
- "@instructure/ui-view": "10.7.1-snapshot-0",
38
+ "@instructure/console": "10.7.1-snapshot-1",
39
+ "@instructure/emotion": "10.7.1-snapshot-1",
40
+ "@instructure/shared-types": "10.7.1-snapshot-1",
41
+ "@instructure/ui-a11y-content": "10.7.1-snapshot-1",
42
+ "@instructure/ui-icons": "10.7.1-snapshot-1",
43
+ "@instructure/ui-prop-types": "10.7.1-snapshot-1",
44
+ "@instructure/ui-react-utils": "10.7.1-snapshot-1",
45
+ "@instructure/ui-simple-select": "10.7.1-snapshot-1",
46
+ "@instructure/ui-testable": "10.7.1-snapshot-1",
47
+ "@instructure/ui-utils": "10.7.1-snapshot-1",
48
+ "@instructure/ui-view": "10.7.1-snapshot-1",
49
49
  "prop-types": "^15.8.1"
50
50
  },
51
51
  "peerDependencies": {