@instructure/ui-utils 8.26.4-snapshot-5 → 8.26.4-snapshot-11
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/CHANGELOG.md +1 -1
- package/package.json +5 -5
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
|
-
## [8.26.4-snapshot-
|
6
|
+
## [8.26.4-snapshot-11](https://github.com/instructure/instructure-ui/compare/v8.26.3...v8.26.4-snapshot-11) (2022-07-21)
|
7
7
|
|
8
8
|
|
9
9
|
### Features
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@instructure/ui-utils",
|
3
|
-
"version": "8.26.4-snapshot-
|
3
|
+
"version": "8.26.4-snapshot-11",
|
4
4
|
"description": "A collection of utilities for UI components",
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
6
6
|
"module": "./es/index.js",
|
@@ -22,14 +22,14 @@
|
|
22
22
|
},
|
23
23
|
"license": "MIT",
|
24
24
|
"devDependencies": {
|
25
|
-
"@instructure/ui-babel-preset": "8.26.4-snapshot-
|
26
|
-
"@instructure/ui-test-utils": "8.26.4-snapshot-
|
25
|
+
"@instructure/ui-babel-preset": "8.26.4-snapshot-11",
|
26
|
+
"@instructure/ui-test-utils": "8.26.4-snapshot-11",
|
27
27
|
"@types/json-stable-stringify": "^1.0.1"
|
28
28
|
},
|
29
29
|
"dependencies": {
|
30
30
|
"@babel/runtime": "^7.13.10",
|
31
|
-
"@instructure/console": "8.26.4-snapshot-
|
32
|
-
"@instructure/ui-dom-utils": "8.26.4-snapshot-
|
31
|
+
"@instructure/console": "8.26.4-snapshot-11",
|
32
|
+
"@instructure/ui-dom-utils": "8.26.4-snapshot-11",
|
33
33
|
"bowser": "^1.9.4",
|
34
34
|
"fast-deep-equal": "^3",
|
35
35
|
"json-stable-stringify": "^1.0.1",
|