@instructure/outcomes-ui 2.1.5 → 2.1.6
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/outcomes-ui",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.6",
|
|
4
4
|
"description": "Outcomes Application for general alignment and assessment",
|
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
|
6
6
|
"license": "MIT",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@instructure/ui-overlays": "^7",
|
|
48
48
|
"@instructure/ui-pagination": "^7",
|
|
49
49
|
"@instructure/ui-pill": "^7",
|
|
50
|
-
"@instructure/ui-popover": "7",
|
|
50
|
+
"@instructure/ui-popover": "^7",
|
|
51
51
|
"@instructure/ui-progress": "^7",
|
|
52
52
|
"@instructure/ui-spinner": "^7",
|
|
53
53
|
"@instructure/ui-table": "^7",
|
|
@@ -61,10 +61,8 @@
|
|
|
61
61
|
"@instructure/ui-tree-browser": "^7",
|
|
62
62
|
"@instructure/ui-truncate-text": "^7",
|
|
63
63
|
"@instructure/ui-view": "^7",
|
|
64
|
-
"@testing-library/react-hooks": "^8.0.0",
|
|
65
64
|
"classnames": "^2.2.5",
|
|
66
65
|
"core-js": "^3.2.1",
|
|
67
|
-
"eslint-plugin-react-redux": "^4.0.0",
|
|
68
66
|
"format-message": "^6.2.1",
|
|
69
67
|
"ignore-styles": "^5.0.1",
|
|
70
68
|
"immutable": "^3.8.1",
|
|
@@ -104,6 +102,7 @@
|
|
|
104
102
|
"@storybook/addon-storyshots": "^5.3.13",
|
|
105
103
|
"@storybook/addons": "^5.3.10",
|
|
106
104
|
"@storybook/react": "^5.3.10",
|
|
105
|
+
"@testing-library/react-hooks": "^8.0.0",
|
|
107
106
|
"axe-core": "^2.1.7",
|
|
108
107
|
"babel-eslint": "^8.2.3",
|
|
109
108
|
"babel-jest": "^25.1.0",
|
|
@@ -127,6 +126,7 @@
|
|
|
127
126
|
"eslint-plugin-notice": "^0.8.9",
|
|
128
127
|
"eslint-plugin-promise": "^6.0.0",
|
|
129
128
|
"eslint-plugin-react": "^7.7.0",
|
|
129
|
+
"eslint-plugin-react-redux": "^4.0.0",
|
|
130
130
|
"eslint-plugin-security": "^1.4.0",
|
|
131
131
|
"fetch-mock": "^7.3.3",
|
|
132
132
|
"file-loader": "^3.0.1",
|