@instructure/outcomes-ui 3.2.2 → 3.2.3-rc.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 +41 -41
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/outcomes-ui",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.3-rc.0",
|
|
4
4
|
"description": "Outcomes Application for general alignment and assessment",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"license": "MIT",
|
|
@@ -21,46 +21,46 @@
|
|
|
21
21
|
"test": "karma start",
|
|
22
22
|
"test:headless": "karma start --headless --no-sandbox",
|
|
23
23
|
"mocha": "find src -name '*.js' | grep '__tests__' | xargs mocha --compilers js:@babel/register --require src/test/mocha-bootstrap",
|
|
24
|
-
"snyk-monitor": "node --max-old-space-size=4096 node_modules/.bin/snyk monitor --org
|
|
25
|
-
"snyk-test": "node --max-old-space-size=4096 node_modules/.bin/snyk test --org
|
|
24
|
+
"snyk-monitor": "node --max-old-space-size=4096 node_modules/.bin/snyk monitor --org=${SNYK_ORG} --file=yarn.lock --project-name=${SNYK_PROJECT_NAME} --project-tags=${SNYK_PROJECT_TAGS}",
|
|
25
|
+
"snyk-test": "node --max-old-space-size=4096 node_modules/.bin/snyk test --org=${SNYK_ORG} --file=yarn.lock --project-name=${SNYK_PROJECT_NAME} --project-tags=${SNYK_PROJECT_TAGS}",
|
|
26
26
|
"storybook": "start-storybook -p 6006",
|
|
27
27
|
"build-storybook": "build-storybook",
|
|
28
28
|
"test-storybook": "jest .storybook/storyshots.test.js"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@instructure/redux-service-middleware": "^1.0.0",
|
|
32
|
-
"@instructure/ui-a11y-content": "^
|
|
33
|
-
"@instructure/ui-a11y-utils": "^
|
|
34
|
-
"@instructure/ui-avatar": "^
|
|
35
|
-
"@instructure/ui-billboard": "^
|
|
36
|
-
"@instructure/ui-buttons": "^
|
|
37
|
-
"@instructure/ui-checkbox": "^
|
|
38
|
-
"@instructure/ui-color-utils": "^
|
|
39
|
-
"@instructure/ui-flex": "^
|
|
40
|
-
"@instructure/ui-focusable": "^
|
|
41
|
-
"@instructure/ui-form-field": "^
|
|
42
|
-
"@instructure/ui-heading": "^
|
|
43
|
-
"@instructure/ui-icons": "^
|
|
44
|
-
"@instructure/ui-link": "^
|
|
45
|
-
"@instructure/ui-list": "^
|
|
46
|
-
"@instructure/ui-modal": "^
|
|
47
|
-
"@instructure/ui-motion": "^
|
|
48
|
-
"@instructure/ui-overlays": "^
|
|
49
|
-
"@instructure/ui-pagination": "^
|
|
50
|
-
"@instructure/ui-pill": "^
|
|
51
|
-
"@instructure/ui-popover": "^
|
|
52
|
-
"@instructure/ui-progress": "^
|
|
53
|
-
"@instructure/ui-spinner": "^
|
|
54
|
-
"@instructure/ui-table": "^
|
|
55
|
-
"@instructure/ui-tag": "^
|
|
56
|
-
"@instructure/ui-text": "^
|
|
57
|
-
"@instructure/ui-text-input": "^
|
|
58
|
-
"@instructure/ui-themes": "^
|
|
59
|
-
"@instructure/ui-tooltip": "^
|
|
60
|
-
"@instructure/ui-tray": "^
|
|
61
|
-
"@instructure/ui-tree-browser": "^
|
|
62
|
-
"@instructure/ui-truncate-text": "^
|
|
63
|
-
"@instructure/ui-view": "^
|
|
32
|
+
"@instructure/ui-a11y-content": "^9",
|
|
33
|
+
"@instructure/ui-a11y-utils": "^9",
|
|
34
|
+
"@instructure/ui-avatar": "^9",
|
|
35
|
+
"@instructure/ui-billboard": "^9",
|
|
36
|
+
"@instructure/ui-buttons": "^9",
|
|
37
|
+
"@instructure/ui-checkbox": "^9",
|
|
38
|
+
"@instructure/ui-color-utils": "^9",
|
|
39
|
+
"@instructure/ui-flex": "^9",
|
|
40
|
+
"@instructure/ui-focusable": "^9",
|
|
41
|
+
"@instructure/ui-form-field": "^9",
|
|
42
|
+
"@instructure/ui-heading": "^9",
|
|
43
|
+
"@instructure/ui-icons": "^9",
|
|
44
|
+
"@instructure/ui-link": "^9",
|
|
45
|
+
"@instructure/ui-list": "^9",
|
|
46
|
+
"@instructure/ui-modal": "^9",
|
|
47
|
+
"@instructure/ui-motion": "^9",
|
|
48
|
+
"@instructure/ui-overlays": "^9",
|
|
49
|
+
"@instructure/ui-pagination": "^9",
|
|
50
|
+
"@instructure/ui-pill": "^9",
|
|
51
|
+
"@instructure/ui-popover": "^9",
|
|
52
|
+
"@instructure/ui-progress": "^9",
|
|
53
|
+
"@instructure/ui-spinner": "^9",
|
|
54
|
+
"@instructure/ui-table": "^9",
|
|
55
|
+
"@instructure/ui-tag": "^9",
|
|
56
|
+
"@instructure/ui-text": "^9",
|
|
57
|
+
"@instructure/ui-text-input": "^9",
|
|
58
|
+
"@instructure/ui-themes": "^9",
|
|
59
|
+
"@instructure/ui-tooltip": "^9",
|
|
60
|
+
"@instructure/ui-tray": "^9",
|
|
61
|
+
"@instructure/ui-tree-browser": "^9",
|
|
62
|
+
"@instructure/ui-truncate-text": "^9",
|
|
63
|
+
"@instructure/ui-view": "^9",
|
|
64
64
|
"classnames": "^2.2.5",
|
|
65
65
|
"core-js": "^3.2.1",
|
|
66
66
|
"format-message": "^6.2.1",
|
|
@@ -89,14 +89,14 @@
|
|
|
89
89
|
"@babel/cli": "^7.0.0",
|
|
90
90
|
"@babel/core": "^7.18.9",
|
|
91
91
|
"@babel/runtime": "^7.18.9",
|
|
92
|
-
"@instructure/canvas-high-contrast-theme": "^
|
|
93
|
-
"@instructure/canvas-theme": "^
|
|
94
|
-
"@instructure/emotion": "^
|
|
95
|
-
"@instructure/ui-alerts": "^
|
|
92
|
+
"@instructure/canvas-high-contrast-theme": "^9",
|
|
93
|
+
"@instructure/canvas-theme": "^9",
|
|
94
|
+
"@instructure/emotion": "^9",
|
|
95
|
+
"@instructure/ui-alerts": "^9",
|
|
96
96
|
"@instructure/ui-babel-preset": "^7",
|
|
97
97
|
"@instructure/ui-eslint-config": "^7",
|
|
98
|
-
"@instructure/ui-simple-select": "^
|
|
99
|
-
"@instructure/ui-tabs": "^
|
|
98
|
+
"@instructure/ui-simple-select": "^9",
|
|
99
|
+
"@instructure/ui-tabs": "^9",
|
|
100
100
|
"@instructure/ui-webpack-config": "^8",
|
|
101
101
|
"@storybook/addon-actions": "^5.3.10",
|
|
102
102
|
"@storybook/addon-knobs": "^5.3.11",
|