construct-hub-webapp 0.1.847 → 0.1.849
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/.gitattributes +1 -0
- package/build/asset-manifest.json +7 -7
- package/build/index.html +1 -1
- package/build/static/js/122.84b59ed1.chunk.js.map +1 -1
- package/build/static/js/225.ca95aa69.chunk.js.map +1 -1
- package/build/static/js/256.e2b76b00.chunk.js +3 -0
- package/build/static/js/256.e2b76b00.chunk.js.map +1 -0
- package/build/static/js/639.2bbeb15f.chunk.js +2 -0
- package/build/static/js/639.2bbeb15f.chunk.js.map +1 -0
- package/build/static/js/main.468d8eda.js +3 -0
- package/build/static/js/main.468d8eda.js.map +1 -0
- package/package.json +15 -13
- package/build/static/js/256.4c63fced.chunk.js +0 -3
- package/build/static/js/256.4c63fced.chunk.js.map +0 -1
- package/build/static/js/639.e3ed49b4.chunk.js +0 -2
- package/build/static/js/639.e3ed49b4.chunk.js.map +0 -1
- package/build/static/js/main.737a586e.js +0 -3
- package/build/static/js/main.737a586e.js.map +0 -1
- /package/build/static/js/{256.4c63fced.chunk.js.LICENSE.txt → 256.e2b76b00.chunk.js.LICENSE.txt} +0 -0
- /package/build/static/js/{main.737a586e.js.LICENSE.txt → main.468d8eda.js.LICENSE.txt} +0 -0
package/package.json
CHANGED
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"@types/lunr": "^2.3.4",
|
|
47
47
|
"@types/node": "^14",
|
|
48
48
|
"@types/node-emoji": "^1.8.2",
|
|
49
|
-
"@types/react": "^17.0.
|
|
50
|
-
"@types/react-dom": "^17.0.
|
|
49
|
+
"@types/react": "^17.0.59",
|
|
50
|
+
"@types/react-dom": "^17.0.20",
|
|
51
51
|
"@types/react-helmet": "^6.1.6",
|
|
52
52
|
"@types/react-router-dom": "^5.3.3",
|
|
53
|
-
"@types/semver": "^7.
|
|
53
|
+
"@types/semver": "^7.5.0",
|
|
54
54
|
"@typescript-eslint/eslint-plugin": "^5",
|
|
55
55
|
"@typescript-eslint/parser": "^5",
|
|
56
56
|
"cypress": "9.7.0",
|
|
@@ -68,12 +68,13 @@
|
|
|
68
68
|
"express-http-proxy": "^1.6.3",
|
|
69
69
|
"jsii-docgen": "^6.3.27",
|
|
70
70
|
"npm-check-updates": "^16",
|
|
71
|
-
"prettier": "^2.8.
|
|
72
|
-
"projen": "^0.71.
|
|
71
|
+
"prettier": "^2.8.8",
|
|
72
|
+
"projen": "^0.71.52",
|
|
73
73
|
"react-app-rewired": "^2.2.1",
|
|
74
74
|
"standard-version": "^9",
|
|
75
75
|
"ts-unused-exports": "^7.0.3",
|
|
76
|
-
"typescript": "^4.0.3"
|
|
76
|
+
"typescript": "^4.0.3",
|
|
77
|
+
"util": "^0.12.5"
|
|
77
78
|
},
|
|
78
79
|
"dependencies": {
|
|
79
80
|
"@chakra-ui/anatomy": "^1.3.0",
|
|
@@ -82,12 +83,12 @@
|
|
|
82
83
|
"@chakra-ui/theme-tools": "^1.3.6",
|
|
83
84
|
"@emotion/react": "^11",
|
|
84
85
|
"@emotion/styled": "^11",
|
|
85
|
-
"@jsii/spec": "^1.
|
|
86
|
+
"@jsii/spec": "^1.81.0",
|
|
86
87
|
"copy-to-clipboard": "^3.3.3",
|
|
87
|
-
"date-fns": "^2.
|
|
88
|
+
"date-fns": "^2.30.0",
|
|
88
89
|
"framer-motion": "^4",
|
|
89
90
|
"hast-util-sanitize": "^3.0.2",
|
|
90
|
-
"jsii-reflect": "^1.
|
|
91
|
+
"jsii-reflect": "^1.81.0",
|
|
91
92
|
"lunr": "^2.3.9",
|
|
92
93
|
"node-emoji": "^1.11.0",
|
|
93
94
|
"prism-react-renderer": "^1.3.5",
|
|
@@ -100,9 +101,9 @@
|
|
|
100
101
|
"react-scripts": "^5",
|
|
101
102
|
"rehype-raw": "^5.1.0",
|
|
102
103
|
"rehype-sanitize": "^4.0.0",
|
|
103
|
-
"remark-emoji": "
|
|
104
|
+
"remark-emoji": "^3.1.1",
|
|
104
105
|
"remark-gfm": "^1.0.0",
|
|
105
|
-
"semver": "^7.
|
|
106
|
+
"semver": "^7.5.0",
|
|
106
107
|
"spdx-license-list": "^6.6.0",
|
|
107
108
|
"web-vitals": "^1.1.2",
|
|
108
109
|
"workbox-core": "^6.5.4",
|
|
@@ -113,13 +114,14 @@
|
|
|
113
114
|
},
|
|
114
115
|
"resolutions": {
|
|
115
116
|
"nth-check": "2.0.1",
|
|
116
|
-
"@types/react": "17.0.45"
|
|
117
|
+
"@types/react": "17.0.45",
|
|
118
|
+
"wrap-ansi": "7.0.0"
|
|
117
119
|
},
|
|
118
120
|
"engines": {
|
|
119
121
|
"node": ">= 14.17.0"
|
|
120
122
|
},
|
|
121
123
|
"license": "Apache-2.0",
|
|
122
|
-
"version": "0.1.
|
|
124
|
+
"version": "0.1.849",
|
|
123
125
|
"eslintConfig": {
|
|
124
126
|
"extends": [
|
|
125
127
|
"react-app",
|