construct-hub-webapp 0.1.980 → 0.1.981
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 +2 -2
- package/.gitattributes +0 -26
- package/.prettierignore +0 -1
- package/.prettierrc.json +0 -3
package/package.json
CHANGED
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"express-http-proxy": "^1.6.3",
|
|
69
69
|
"jsii-docgen": "^6.3.27",
|
|
70
70
|
"prettier": "^2.8.8",
|
|
71
|
-
"projen": "^0.78.
|
|
71
|
+
"projen": "^0.78.10",
|
|
72
72
|
"react-app-rewired": "^2.2.1",
|
|
73
73
|
"standard-version": "^9",
|
|
74
74
|
"ts-node": "^10.9.2",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"node": ">= 16.17.0"
|
|
122
122
|
},
|
|
123
123
|
"license": "Apache-2.0",
|
|
124
|
-
"version": "0.1.
|
|
124
|
+
"version": "0.1.981",
|
|
125
125
|
"eslintConfig": {
|
|
126
126
|
"extends": [
|
|
127
127
|
"react-app",
|
package/.gitattributes
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
|
|
2
|
-
|
|
3
|
-
/.eslintrc.json linguist-generated
|
|
4
|
-
/.gitattributes linguist-generated
|
|
5
|
-
/.github/pull_request_template.md linguist-generated
|
|
6
|
-
/.github/workflows/auto-approve.yml linguist-generated
|
|
7
|
-
/.github/workflows/build.yml linguist-generated
|
|
8
|
-
/.github/workflows/e2e-canary.yml linguist-generated
|
|
9
|
-
/.github/workflows/integ.yml linguist-generated
|
|
10
|
-
/.github/workflows/pull-request-lint.yml linguist-generated
|
|
11
|
-
/.github/workflows/release.yml linguist-generated
|
|
12
|
-
/.github/workflows/upgrade-main.yml linguist-generated
|
|
13
|
-
/.gitignore linguist-generated
|
|
14
|
-
/.mergify.yml linguist-generated
|
|
15
|
-
/.npmignore linguist-generated
|
|
16
|
-
/.prettierignore linguist-generated
|
|
17
|
-
/.prettierrc.json linguist-generated
|
|
18
|
-
/.projen/** linguist-generated
|
|
19
|
-
/.projen/deps.json linguist-generated
|
|
20
|
-
/.projen/files.json linguist-generated
|
|
21
|
-
/.projen/tasks.json linguist-generated
|
|
22
|
-
/LICENSE linguist-generated
|
|
23
|
-
/package.json linguist-generated
|
|
24
|
-
/tsconfig.dev.json linguist-generated
|
|
25
|
-
/tsconfig.json linguist-generated
|
|
26
|
-
/yarn.lock linguist-generated
|
package/.prettierignore
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
|
package/.prettierrc.json
DELETED