@instructure/ui-a11y-content 8.23.1-snapshot.26 → 8.23.1-snapshot.31
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 +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/ui-a11y-content",
|
|
3
|
-
"version": "8.23.1-snapshot.
|
|
3
|
+
"version": "8.23.1-snapshot.31+6580c14f5",
|
|
4
4
|
"description": "Utility components that enhance the user experience of those that navigate the web with a screen reader or keyboard.",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -24,20 +24,20 @@
|
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@babel/runtime": "^7.13.10",
|
|
27
|
-
"@instructure/console": "8.23.1-snapshot.
|
|
28
|
-
"@instructure/emotion": "8.23.1-snapshot.
|
|
29
|
-
"@instructure/shared-types": "8.23.1-snapshot.
|
|
30
|
-
"@instructure/ui-dom-utils": "8.23.1-snapshot.
|
|
31
|
-
"@instructure/ui-prop-types": "8.23.1-snapshot.
|
|
32
|
-
"@instructure/ui-react-utils": "8.23.1-snapshot.
|
|
33
|
-
"@instructure/ui-utils": "8.23.1-snapshot.
|
|
34
|
-
"@instructure/uid": "8.23.1-snapshot.
|
|
27
|
+
"@instructure/console": "8.23.1-snapshot.31+6580c14f5",
|
|
28
|
+
"@instructure/emotion": "8.23.1-snapshot.31+6580c14f5",
|
|
29
|
+
"@instructure/shared-types": "8.23.1-snapshot.31+6580c14f5",
|
|
30
|
+
"@instructure/ui-dom-utils": "8.23.1-snapshot.31+6580c14f5",
|
|
31
|
+
"@instructure/ui-prop-types": "8.23.1-snapshot.31+6580c14f5",
|
|
32
|
+
"@instructure/ui-react-utils": "8.23.1-snapshot.31+6580c14f5",
|
|
33
|
+
"@instructure/ui-utils": "8.23.1-snapshot.31+6580c14f5",
|
|
34
|
+
"@instructure/uid": "8.23.1-snapshot.31+6580c14f5",
|
|
35
35
|
"keycode": "^2",
|
|
36
36
|
"prop-types": "^15"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@instructure/ui-babel-preset": "8.23.1-snapshot.
|
|
40
|
-
"@instructure/ui-test-utils": "8.23.1-snapshot.
|
|
39
|
+
"@instructure/ui-babel-preset": "8.23.1-snapshot.31+6580c14f5",
|
|
40
|
+
"@instructure/ui-test-utils": "8.23.1-snapshot.31+6580c14f5"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"react": ">=16.8 <=17"
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"access": "public"
|
|
47
47
|
},
|
|
48
48
|
"sideEffects": false,
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "6580c14f523ae758258b43f961f558773f7eddfa"
|
|
50
50
|
}
|