@instructure/ui-table 10.11.1-snapshot-0 → 10.11.1-snapshot-3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. 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.11.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v10.11.0...v10.11.1-snapshot-0) (2025-02-05)
6
+ ## [10.11.1-snapshot-3](https://github.com/instructure/instructure-ui/compare/v10.11.0...v10.11.1-snapshot-3) (2025-02-05)
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.11.1-snapshot-0",
3
+ "version": "10.11.1-snapshot-3",
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.11.1-snapshot-0",
27
- "@instructure/ui-babel-preset": "10.11.1-snapshot-0",
28
- "@instructure/ui-color-utils": "10.11.1-snapshot-0",
29
- "@instructure/ui-test-utils": "10.11.1-snapshot-0",
30
- "@instructure/ui-themes": "10.11.1-snapshot-0",
26
+ "@instructure/ui-axe-check": "10.11.1-snapshot-3",
27
+ "@instructure/ui-babel-preset": "10.11.1-snapshot-3",
28
+ "@instructure/ui-color-utils": "10.11.1-snapshot-3",
29
+ "@instructure/ui-test-utils": "10.11.1-snapshot-3",
30
+ "@instructure/ui-themes": "10.11.1-snapshot-3",
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.11.1-snapshot-0",
39
- "@instructure/emotion": "10.11.1-snapshot-0",
40
- "@instructure/shared-types": "10.11.1-snapshot-0",
41
- "@instructure/ui-a11y-content": "10.11.1-snapshot-0",
42
- "@instructure/ui-icons": "10.11.1-snapshot-0",
43
- "@instructure/ui-prop-types": "10.11.1-snapshot-0",
44
- "@instructure/ui-react-utils": "10.11.1-snapshot-0",
45
- "@instructure/ui-simple-select": "10.11.1-snapshot-0",
46
- "@instructure/ui-testable": "10.11.1-snapshot-0",
47
- "@instructure/ui-utils": "10.11.1-snapshot-0",
48
- "@instructure/ui-view": "10.11.1-snapshot-0",
38
+ "@instructure/console": "10.11.1-snapshot-3",
39
+ "@instructure/emotion": "10.11.1-snapshot-3",
40
+ "@instructure/shared-types": "10.11.1-snapshot-3",
41
+ "@instructure/ui-a11y-content": "10.11.1-snapshot-3",
42
+ "@instructure/ui-icons": "10.11.1-snapshot-3",
43
+ "@instructure/ui-prop-types": "10.11.1-snapshot-3",
44
+ "@instructure/ui-react-utils": "10.11.1-snapshot-3",
45
+ "@instructure/ui-simple-select": "10.11.1-snapshot-3",
46
+ "@instructure/ui-testable": "10.11.1-snapshot-3",
47
+ "@instructure/ui-utils": "10.11.1-snapshot-3",
48
+ "@instructure/ui-view": "10.11.1-snapshot-3",
49
49
  "prop-types": "^15.8.1"
50
50
  },
51
51
  "peerDependencies": {