@instructure/platform-notebook 1.9.3 → 1.10.0
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/platform-notebook",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.10.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -20,28 +20,46 @@
|
|
|
20
20
|
"access": "public"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
+
"@instructure/emotion": "^11.0.0",
|
|
23
24
|
"@instructure/ui-a11y-content": "^11.0.0",
|
|
24
|
-
"@instructure/ui-buttons": "^11.
|
|
25
|
+
"@instructure/ui-buttons": "^11.7.0",
|
|
25
26
|
"@instructure/ui-dialog": "^11.0.0",
|
|
26
|
-
"@instructure/ui-flex": "^11.
|
|
27
|
-
"@instructure/ui-heading": "^11.
|
|
27
|
+
"@instructure/ui-flex": "^11.7.0",
|
|
28
|
+
"@instructure/ui-heading": "^11.7.0",
|
|
28
29
|
"@instructure/ui-icons": "^11.0.0",
|
|
29
|
-
"@instructure/ui-menu": "^11.
|
|
30
|
-
"@instructure/ui-pagination": "^11.
|
|
31
|
-
"@instructure/ui-pill": "^11.
|
|
32
|
-
"@instructure/ui-simple-select": "^11.
|
|
33
|
-
"@instructure/ui-spinner": "^11.
|
|
34
|
-
"@instructure/ui-text": "^11.
|
|
35
|
-
"@instructure/ui-text-area": "^11.
|
|
36
|
-
"@instructure/ui-tray": "^11.
|
|
37
|
-
"@instructure/ui-truncate-text": "^11.
|
|
38
|
-
"@instructure/ui-view": "^11.
|
|
30
|
+
"@instructure/ui-menu": "^11.7.0",
|
|
31
|
+
"@instructure/ui-pagination": "^11.7.0",
|
|
32
|
+
"@instructure/ui-pill": "^11.7.0",
|
|
33
|
+
"@instructure/ui-simple-select": "^11.7.0",
|
|
34
|
+
"@instructure/ui-spinner": "^11.7.0",
|
|
35
|
+
"@instructure/ui-text": "^11.7.0",
|
|
36
|
+
"@instructure/ui-text-area": "^11.7.0",
|
|
37
|
+
"@instructure/ui-tray": "^11.7.0",
|
|
38
|
+
"@instructure/ui-truncate-text": "^11.7.0",
|
|
39
|
+
"@instructure/ui-view": "^11.7.0",
|
|
39
40
|
"@tanstack/react-query": "^5.0.0",
|
|
40
41
|
"react": "^18.0.0",
|
|
41
42
|
"react-dom": "^18.0.0"
|
|
42
43
|
},
|
|
43
44
|
"devDependencies": {
|
|
44
|
-
"@instructure/
|
|
45
|
+
"@instructure/emotion": "11.7.4",
|
|
46
|
+
"@instructure/ui-a11y-content": "11.7.4",
|
|
47
|
+
"@instructure/ui-buttons": "11.7.4",
|
|
48
|
+
"@instructure/ui-dialog": "11.7.4",
|
|
49
|
+
"@instructure/ui-flex": "11.7.4",
|
|
50
|
+
"@instructure/ui-heading": "11.7.4",
|
|
51
|
+
"@instructure/ui-icons": "11.7.4",
|
|
52
|
+
"@instructure/ui-menu": "11.7.4",
|
|
53
|
+
"@instructure/ui-pagination": "11.7.4",
|
|
54
|
+
"@instructure/ui-pill": "11.7.4",
|
|
55
|
+
"@instructure/ui-simple-select": "11.7.4",
|
|
56
|
+
"@instructure/ui-spinner": "11.7.4",
|
|
57
|
+
"@instructure/ui-text": "11.7.4",
|
|
58
|
+
"@instructure/ui-text-area": "11.7.4",
|
|
59
|
+
"@instructure/ui-themes": "11.7.4",
|
|
60
|
+
"@instructure/ui-tray": "11.7.4",
|
|
61
|
+
"@instructure/ui-truncate-text": "11.7.4",
|
|
62
|
+
"@instructure/ui-view": "11.7.4",
|
|
45
63
|
"@testing-library/jest-dom": "^6.9.1",
|
|
46
64
|
"@testing-library/react": "^16.0.0",
|
|
47
65
|
"@testing-library/user-event": "^14.0.0",
|