@instructure/ui-text 10.6.2-snapshot-3 → 10.6.2-snapshot-5
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +1 -1
- package/package.json +11 -11
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.6.2-snapshot-
|
6
|
+
## [10.6.2-snapshot-5](https://github.com/instructure/instructure-ui/compare/v10.6.1...v10.6.2-snapshot-5) (2024-12-02)
|
7
7
|
|
8
8
|
**Note:** Version bump only for package @instructure/ui-text
|
9
9
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@instructure/ui-text",
|
3
|
-
"version": "10.6.2-snapshot-
|
3
|
+
"version": "10.6.2-snapshot-5",
|
4
4
|
"description": "A component for styling textual content",
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
6
6
|
"module": "./es/index.js",
|
@@ -24,23 +24,23 @@
|
|
24
24
|
"license": "MIT",
|
25
25
|
"dependencies": {
|
26
26
|
"@babel/runtime": "^7.25.6",
|
27
|
-
"@instructure/console": "10.6.2-snapshot-
|
28
|
-
"@instructure/emotion": "10.6.2-snapshot-
|
29
|
-
"@instructure/shared-types": "10.6.2-snapshot-
|
30
|
-
"@instructure/ui-color-utils": "10.6.2-snapshot-
|
31
|
-
"@instructure/ui-react-utils": "10.6.2-snapshot-
|
27
|
+
"@instructure/console": "10.6.2-snapshot-5",
|
28
|
+
"@instructure/emotion": "10.6.2-snapshot-5",
|
29
|
+
"@instructure/shared-types": "10.6.2-snapshot-5",
|
30
|
+
"@instructure/ui-color-utils": "10.6.2-snapshot-5",
|
31
|
+
"@instructure/ui-react-utils": "10.6.2-snapshot-5",
|
32
32
|
"prop-types": "^15.8.1"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
|
-
"@instructure/ui-axe-check": "10.6.2-snapshot-
|
36
|
-
"@instructure/ui-babel-preset": "10.6.2-snapshot-
|
37
|
-
"@instructure/ui-test-utils": "10.6.2-snapshot-
|
38
|
-
"@instructure/ui-themes": "10.6.2-snapshot-
|
35
|
+
"@instructure/ui-axe-check": "10.6.2-snapshot-5",
|
36
|
+
"@instructure/ui-babel-preset": "10.6.2-snapshot-5",
|
37
|
+
"@instructure/ui-test-utils": "10.6.2-snapshot-5",
|
38
|
+
"@instructure/ui-themes": "10.6.2-snapshot-5",
|
39
39
|
"@testing-library/jest-dom": "^6.4.6",
|
40
40
|
"@testing-library/react": "^16.0.1"
|
41
41
|
},
|
42
42
|
"peerDependencies": {
|
43
|
-
"react": ">=16.
|
43
|
+
"react": ">=16.14 <=18"
|
44
44
|
},
|
45
45
|
"publishConfig": {
|
46
46
|
"access": "public"
|