construct-hub-webapp 0.1.597 → 0.1.600
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/build/badge-dark.svg +0 -1
- package/build/badge-dynamic.svg +0 -1
- package/build/badge-light.svg +0 -1
- package/package.json +5 -5
package/build/badge-dark.svg
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
<mask id="m"><rect width="1300" height="200" rx="50" fill="#FFF"/></mask>
|
|
4
4
|
<g mask="url(#m)">
|
|
5
5
|
<rect width="1300" height="200" fill="rgb(40, 43, 52)"/>
|
|
6
|
-
<rect width="1300" height="200" fill="url(#a)"/>
|
|
7
6
|
</g>
|
|
8
7
|
<g aria-hidden="true" fill="rgb(212, 213, 214)" text-anchor="start" font-family='-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"' font-size="100">
|
|
9
8
|
<text x="110" y="138" textLength="360" font-weight="500">View on</text>
|
package/build/badge-dynamic.svg
CHANGED
|
@@ -22,7 +22,6 @@
|
|
|
22
22
|
<mask id="m"><rect width="1300" height="200" rx="50" fill="#FFF"/></mask>
|
|
23
23
|
<g mask="url(#m)">
|
|
24
24
|
<rect width="1300" height="200" class="bg"/>
|
|
25
|
-
<rect width="1300" height="200" fill="url(#a)"/>
|
|
26
25
|
</g>
|
|
27
26
|
<g aria-hidden="true" text-anchor="start" font-family='-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"' font-size="100">
|
|
28
27
|
<text x="110" y="138" class="primary" textLength="360" font-weight="500">View on</text>
|
package/build/badge-light.svg
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|
<mask id="m"><rect width="1300" height="200" rx="50" fill="#FFF"/></mask>
|
|
4
4
|
<g mask="url(#m)">
|
|
5
5
|
<rect width="1300" height="200" fill="rgb(237, 242, 247)"/>
|
|
6
|
-
<rect width="1300" height="200" fill="url(#a)"/>
|
|
7
6
|
</g>
|
|
8
7
|
<g aria-hidden="true" fill="rgb(26, 32, 44)" text-anchor="start" font-family='-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"' font-size="100">
|
|
9
8
|
<text x="110" y="138" textLength="360" font-weight="500">View on</text>
|
package/package.json
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@types/react-dom": "^17.0.17",
|
|
51
51
|
"@types/react-helmet": "^6.1.5",
|
|
52
52
|
"@types/react-router-dom": "^5.3.3",
|
|
53
|
-
"@types/semver": "^7.3.
|
|
53
|
+
"@types/semver": "^7.3.10",
|
|
54
54
|
"@typescript-eslint/eslint-plugin": "^5",
|
|
55
55
|
"@typescript-eslint/parser": "^5",
|
|
56
56
|
"cypress": "9.7.0",
|
|
@@ -63,14 +63,14 @@
|
|
|
63
63
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
64
64
|
"eslint-plugin-prettier": "^3.4.1",
|
|
65
65
|
"eslint-plugin-react": "^7.30.0",
|
|
66
|
-
"eslint-plugin-react-hooks": "^4.
|
|
66
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
67
67
|
"express": "^4.18.1",
|
|
68
68
|
"express-http-proxy": "^1.6.3",
|
|
69
69
|
"jsii-docgen": "^6.3.27",
|
|
70
70
|
"json-schema": "^0.4.0",
|
|
71
71
|
"npm-check-updates": "^12",
|
|
72
|
-
"prettier": "^2.
|
|
73
|
-
"projen": "^0.58.
|
|
72
|
+
"prettier": "^2.7.0",
|
|
73
|
+
"projen": "^0.58.14",
|
|
74
74
|
"react-app-rewired": "^2.2.1",
|
|
75
75
|
"standard-version": "^9",
|
|
76
76
|
"ts-unused-exports": "^7.0.3",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"node": ">= 14.17.0"
|
|
117
117
|
},
|
|
118
118
|
"license": "Apache-2.0",
|
|
119
|
-
"version": "0.1.
|
|
119
|
+
"version": "0.1.600",
|
|
120
120
|
"eslintConfig": {
|
|
121
121
|
"extends": [
|
|
122
122
|
"react-app",
|