studiokit-scaffolding-js 7.0.12-next.1.4 → 7.0.12-next.1.5
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": "studiokit-scaffolding-js",
|
|
3
|
-
"version": "7.0.12-next.1.
|
|
3
|
+
"version": "7.0.12-next.1.5",
|
|
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",
|
|
@@ -25,17 +25,17 @@
|
|
|
25
25
|
"prepublishOnly": "yarn build",
|
|
26
26
|
"test": "jest",
|
|
27
27
|
"test:ci": "cross-env CI=true yarn test",
|
|
28
|
-
"test:ci-junit": "cross-env CI=true
|
|
28
|
+
"test:ci-junit": "cross-env CI=true yarn test -- --coverage --reporters='default' --reporters='jest-junit' --coverageReporters='cobertura' --coverageReporters='html'"
|
|
29
29
|
},
|
|
30
30
|
"husky": {
|
|
31
31
|
"hooks": {
|
|
32
32
|
"pre-commit": "lint-staged",
|
|
33
|
-
"pre-push": "
|
|
33
|
+
"pre-push": "yarn test"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
"lint-staged": {
|
|
37
37
|
"**/*.(j|t)s?(x)": [
|
|
38
|
-
"yarn
|
|
38
|
+
"yarn fix:code"
|
|
39
39
|
],
|
|
40
40
|
"*.css": [
|
|
41
41
|
"stylelint --fix"
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"redux-logger": "^3.0.6",
|
|
144
144
|
"redux-persist": "^6.0.0",
|
|
145
145
|
"redux-saga": "^1.3.0",
|
|
146
|
-
"studiokit-caliper-js": "1.0.26-alpha.
|
|
146
|
+
"studiokit-caliper-js": "1.0.26-alpha.4",
|
|
147
147
|
"tachyons": "^4.12.0",
|
|
148
148
|
"tslib": "^2.8.1",
|
|
149
149
|
"uuid": "^11.1.0"
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"@types/mockdate": "^3.0.0",
|
|
158
158
|
"@types/pluralize": "^0.0.33",
|
|
159
159
|
"@types/react": "^17.0.89",
|
|
160
|
-
"@typescript-eslint/parser": "^8.46.
|
|
160
|
+
"@typescript-eslint/parser": "^8.46.2",
|
|
161
161
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
|
|
162
162
|
"copyfiles": "^2.4.1",
|
|
163
163
|
"cross-env": "^7.0.3",
|
|
@@ -169,9 +169,9 @@
|
|
|
169
169
|
"eslint-plugin-flowtype": "^8.0.3",
|
|
170
170
|
"eslint-plugin-import": "~2.32.0",
|
|
171
171
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
172
|
-
"eslint-plugin-prettier": "
|
|
172
|
+
"eslint-plugin-prettier": "~5.3.1",
|
|
173
173
|
"eslint-plugin-react": "^7.37.5",
|
|
174
|
-
"eslint-plugin-react-hooks": "^7.0.
|
|
174
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
175
175
|
"globals": "^16.4.0",
|
|
176
176
|
"husky": "^4.3.8",
|
|
177
177
|
"identity-obj-proxy": "^3.0.0",
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"stylelint-config-standard": "^39.0.1",
|
|
195
195
|
"ts-jest": "^29.4.5",
|
|
196
196
|
"typescript": "~5.9.3",
|
|
197
|
-
"typescript-eslint": "^8.46.
|
|
197
|
+
"typescript-eslint": "^8.46.2"
|
|
198
198
|
},
|
|
199
199
|
"peerDependencies": {
|
|
200
200
|
"@types/react": "^17.0.0",
|