construct-hub-webapp 0.1.880 → 0.1.882
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 +3 -1
- package/.prettierignore +1 -0
- package/.prettierrc.json +3 -0
- package/.projenrc.ts +360 -0
- package/build/static/js/main.2c1a6187.js.map +1 -1
- package/package.json +6 -5
package/package.json
CHANGED
|
@@ -69,9 +69,10 @@
|
|
|
69
69
|
"jsii-docgen": "^6.3.27",
|
|
70
70
|
"npm-check-updates": "^16",
|
|
71
71
|
"prettier": "^2.8.8",
|
|
72
|
-
"projen": "^0.71.
|
|
72
|
+
"projen": "^0.71.96",
|
|
73
73
|
"react-app-rewired": "^2.2.1",
|
|
74
74
|
"standard-version": "^9",
|
|
75
|
+
"ts-node": "^10.9.1",
|
|
75
76
|
"ts-unused-exports": "^7.0.3",
|
|
76
77
|
"typescript": "^4.0.3",
|
|
77
78
|
"util": "^0.12.5"
|
|
@@ -83,12 +84,12 @@
|
|
|
83
84
|
"@chakra-ui/theme-tools": "^1.3.6",
|
|
84
85
|
"@emotion/react": "^11",
|
|
85
86
|
"@emotion/styled": "^11",
|
|
86
|
-
"@jsii/spec": "^1.
|
|
87
|
+
"@jsii/spec": "^1.84.0",
|
|
87
88
|
"copy-to-clipboard": "^3.3.3",
|
|
88
89
|
"date-fns": "^2.30.0",
|
|
89
90
|
"framer-motion": "^4",
|
|
90
91
|
"hast-util-sanitize": "^3.0.2",
|
|
91
|
-
"jsii-reflect": "^1.
|
|
92
|
+
"jsii-reflect": "^1.84.0",
|
|
92
93
|
"lunr": "^2.3.9",
|
|
93
94
|
"node-emoji": "^1.11.0",
|
|
94
95
|
"prism-react-renderer": "^1.3.5",
|
|
@@ -121,7 +122,7 @@
|
|
|
121
122
|
"node": ">= 16.16.0"
|
|
122
123
|
},
|
|
123
124
|
"license": "Apache-2.0",
|
|
124
|
-
"version": "0.1.
|
|
125
|
+
"version": "0.1.882",
|
|
125
126
|
"eslintConfig": {
|
|
126
127
|
"extends": [
|
|
127
128
|
"react-app",
|
|
@@ -141,5 +142,5 @@
|
|
|
141
142
|
]
|
|
142
143
|
},
|
|
143
144
|
"proxy": "https://constructs.dev/",
|
|
144
|
-
"//": "~~ Generated by projen. To modify, edit .projenrc.
|
|
145
|
+
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
|
|
145
146
|
}
|