construct-hub-webapp 0.1.839 → 0.1.840
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 +6 -8
package/package.json
CHANGED
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"jsii-docgen": "^6.3.27",
|
|
70
70
|
"npm-check-updates": "^16",
|
|
71
71
|
"prettier": "^2.8.7",
|
|
72
|
-
"projen": "^0.71.
|
|
72
|
+
"projen": "^0.71.5",
|
|
73
73
|
"react-app-rewired": "^2.2.1",
|
|
74
74
|
"standard-version": "^9",
|
|
75
75
|
"ts-unused-exports": "^7.0.3",
|
|
@@ -111,11 +111,15 @@
|
|
|
111
111
|
"workbox-routing": "^6.5.4",
|
|
112
112
|
"workbox-strategies": "^6.5.4"
|
|
113
113
|
},
|
|
114
|
+
"resolutions": {
|
|
115
|
+
"nth-check": "2.0.1",
|
|
116
|
+
"@types/react": "17.0.45"
|
|
117
|
+
},
|
|
114
118
|
"engines": {
|
|
115
119
|
"node": ">= 14.17.0"
|
|
116
120
|
},
|
|
117
121
|
"license": "Apache-2.0",
|
|
118
|
-
"version": "0.1.
|
|
122
|
+
"version": "0.1.840",
|
|
119
123
|
"eslintConfig": {
|
|
120
124
|
"extends": [
|
|
121
125
|
"react-app",
|
|
@@ -134,12 +138,6 @@
|
|
|
134
138
|
"last 1 safari version"
|
|
135
139
|
]
|
|
136
140
|
},
|
|
137
|
-
"resolutions": {
|
|
138
|
-
"nth-check": "2.0.1",
|
|
139
|
-
"@types/react": "17.0.45",
|
|
140
|
-
"@types/express": "4.17.13",
|
|
141
|
-
"@types/express-serve-static-core": "4.17.30"
|
|
142
|
-
},
|
|
143
141
|
"proxy": "https://constructs.dev/",
|
|
144
142
|
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
|
|
145
143
|
}
|