@instructure/ui-responsive 8.24.4-snapshot.0 → 8.24.4-snapshot.2
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-responsive",
|
|
3
|
-
"version": "8.24.4-snapshot.
|
|
3
|
+
"version": "8.24.4-snapshot.2+89975b1e7",
|
|
4
4
|
"description": "A component that allows for rendering a component differently based on either the element or the viewport size",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -24,19 +24,19 @@
|
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@babel/runtime": "^7.13.10",
|
|
27
|
-
"@instructure/console": "8.24.4-snapshot.
|
|
28
|
-
"@instructure/debounce": "8.24.4-snapshot.
|
|
29
|
-
"@instructure/shared-types": "8.24.4-snapshot.
|
|
30
|
-
"@instructure/ui-dom-utils": "8.24.4-snapshot.
|
|
31
|
-
"@instructure/ui-react-utils": "8.24.4-snapshot.
|
|
32
|
-
"@instructure/ui-testable": "8.24.4-snapshot.
|
|
33
|
-
"@instructure/ui-utils": "8.24.4-snapshot.
|
|
27
|
+
"@instructure/console": "8.24.4-snapshot.2+89975b1e7",
|
|
28
|
+
"@instructure/debounce": "8.24.4-snapshot.2+89975b1e7",
|
|
29
|
+
"@instructure/shared-types": "8.24.4-snapshot.2+89975b1e7",
|
|
30
|
+
"@instructure/ui-dom-utils": "8.24.4-snapshot.2+89975b1e7",
|
|
31
|
+
"@instructure/ui-react-utils": "8.24.4-snapshot.2+89975b1e7",
|
|
32
|
+
"@instructure/ui-testable": "8.24.4-snapshot.2+89975b1e7",
|
|
33
|
+
"@instructure/ui-utils": "8.24.4-snapshot.2+89975b1e7",
|
|
34
34
|
"prop-types": "^15"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@instructure/ui-babel-preset": "8.24.4-snapshot.
|
|
38
|
-
"@instructure/ui-color-utils": "8.24.4-snapshot.
|
|
39
|
-
"@instructure/ui-test-utils": "8.24.4-snapshot.
|
|
37
|
+
"@instructure/ui-babel-preset": "8.24.4-snapshot.2+89975b1e7",
|
|
38
|
+
"@instructure/ui-color-utils": "8.24.4-snapshot.2+89975b1e7",
|
|
39
|
+
"@instructure/ui-test-utils": "8.24.4-snapshot.2+89975b1e7"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"react": ">=16.8 <=17"
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
47
|
"sideEffects": false,
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "89975b1e71a1a51a6e3dd1b893e78c3a47590788"
|
|
49
49
|
}
|