construct-hub-webapp 0.1.1470 → 0.1.1471
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/asset-manifest.json +5 -5
- package/build/index.html +1 -1
- package/build/static/js/421.06d969b9.chunk.js.map +1 -1
- package/build/static/js/{487.c94daaad.chunk.js → 487.f30d01e0.chunk.js} +3 -3
- package/build/static/js/{487.c94daaad.chunk.js.map → 487.f30d01e0.chunk.js.map} +1 -1
- package/build/static/js/{main.9e6b2567.js → main.dd1bdf43.js} +3 -3
- package/build/static/js/main.dd1bdf43.js.map +1 -0
- package/package.json +6 -5
- package/build/static/js/main.9e6b2567.js.map +0 -1
- /package/build/static/js/{487.c94daaad.chunk.js.LICENSE.txt → 487.f30d01e0.chunk.js.LICENSE.txt} +0 -0
- /package/build/static/js/{main.9e6b2567.js.LICENSE.txt → main.dd1bdf43.js.LICENSE.txt} +0 -0
package/package.json
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"analyze-exports": "projen analyze-exports",
|
|
9
9
|
"build": "projen build",
|
|
10
10
|
"bump": "projen bump",
|
|
11
|
+
"bump:releasable-commits": "projen bump:releasable-commits",
|
|
11
12
|
"clobber": "projen clobber",
|
|
12
13
|
"compile": "projen compile",
|
|
13
14
|
"cypress:open": "projen cypress:open",
|
|
@@ -70,7 +71,7 @@
|
|
|
70
71
|
"express-http-proxy": "^1.6.3",
|
|
71
72
|
"jsii-docgen": "^6.3.27",
|
|
72
73
|
"prettier": "^2.8.8",
|
|
73
|
-
"projen": "^0.101.
|
|
74
|
+
"projen": "^0.101.20",
|
|
74
75
|
"react-app-rewired": "^2.2.1",
|
|
75
76
|
"react-scripts": "^5",
|
|
76
77
|
"ts-node": "^10.9.2",
|
|
@@ -85,12 +86,12 @@
|
|
|
85
86
|
"@chakra-ui/theme-tools": "^1.3.6",
|
|
86
87
|
"@emotion/react": "^11",
|
|
87
88
|
"@emotion/styled": "^11",
|
|
88
|
-
"@jsii/spec": "^1.
|
|
89
|
+
"@jsii/spec": "^1.139.0",
|
|
89
90
|
"copy-to-clipboard": "^3.3.3",
|
|
90
91
|
"date-fns": "^2.30.0",
|
|
91
92
|
"framer-motion": "^4",
|
|
92
93
|
"hast-util-sanitize": "^3.0.2",
|
|
93
|
-
"jsii-reflect": "^1.
|
|
94
|
+
"jsii-reflect": "^1.139.0",
|
|
94
95
|
"lunr": "^2.3.9",
|
|
95
96
|
"node-emoji": "^1.11.0",
|
|
96
97
|
"prism-react-renderer": "^1.3.5",
|
|
@@ -105,7 +106,7 @@
|
|
|
105
106
|
"remark-emoji": "^3.1.2",
|
|
106
107
|
"remark-gfm": "^1.0.0",
|
|
107
108
|
"semver": "^7.8.5",
|
|
108
|
-
"spdx-license-list": "^6.
|
|
109
|
+
"spdx-license-list": "^6.12.0",
|
|
109
110
|
"web-vitals": "^1.1.2",
|
|
110
111
|
"workbox-core": "^6.6.1",
|
|
111
112
|
"workbox-expiration": "^6.6.1",
|
|
@@ -125,7 +126,7 @@
|
|
|
125
126
|
"publishConfig": {
|
|
126
127
|
"access": "public"
|
|
127
128
|
},
|
|
128
|
-
"version": "0.1.
|
|
129
|
+
"version": "0.1.1471",
|
|
129
130
|
"eslintConfig": {
|
|
130
131
|
"extends": [
|
|
131
132
|
"react-app",
|