studiokit-scaffolding-js 7.0.12-next.2.9 → 7.1.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 +3 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "studiokit-scaffolding-js",
|
|
3
|
-
"version": "7.0
|
|
3
|
+
"version": "7.1.0",
|
|
4
4
|
"description": "Common scaffolding for Studio apps at Purdue",
|
|
5
5
|
"repository": "https://gitlab.com/purdue-informatics/studiokit/studiokit-scaffolding-js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"@babel/runtime": "^7.28.4",
|
|
97
97
|
"@material-ui/core": "^4.12.4",
|
|
98
98
|
"@material-ui/icons": "^4.11.3",
|
|
99
|
-
"@material-ui/lab": "^4.0.0-alpha.
|
|
99
|
+
"@material-ui/lab": "^4.0.0-alpha.61",
|
|
100
100
|
"@microsoft/applicationinsights-web": "^3.1.0",
|
|
101
101
|
"@redux-saga/core": "^1.4.2",
|
|
102
102
|
"@redux-saga/types": "^1.3.1",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"redux-logger": "^3.0.6",
|
|
147
147
|
"redux-persist": "^6.0.0",
|
|
148
148
|
"redux-saga": "^1.3.0",
|
|
149
|
-
"studiokit-caliper-js": "1.0.
|
|
149
|
+
"studiokit-caliper-js": "1.0.27",
|
|
150
150
|
"tachyons": "^4.12.0",
|
|
151
151
|
"tslib": "^2.8.1",
|
|
152
152
|
"uuid": "^11.1.0"
|
|
@@ -176,9 +176,7 @@
|
|
|
176
176
|
"enzyme": "^3.11.0",
|
|
177
177
|
"eslint": "^9.39.1",
|
|
178
178
|
"eslint-config-prettier": "^10.1.8",
|
|
179
|
-
"eslint-config-react-app": "^7.0.1",
|
|
180
179
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
181
|
-
"eslint-plugin-flowtype": "^8.0.3",
|
|
182
180
|
"eslint-plugin-import": "~2.32.0",
|
|
183
181
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
184
182
|
"eslint-plugin-prettier": "~5.3.1",
|