construct-hub-webapp 0.1.411 → 0.1.415

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.
Files changed (2) hide show
  1. package/.gitattributes +1 -1
  2. package/package.json +5 -5
package/.gitattributes CHANGED
@@ -8,7 +8,7 @@
8
8
  /.github/workflows/pull-request-lint.yml linguist-generated
9
9
  /.github/workflows/release.yml linguist-generated
10
10
  /.github/workflows/stale.yml linguist-generated
11
- /.github/workflows/upgrade-main.yml linguist-generated
11
+ /.github/workflows/upgrade-dev.yml linguist-generated
12
12
  /.gitignore linguist-generated
13
13
  /.mergify.yml linguist-generated
14
14
  /.npmignore linguist-generated
package/package.json CHANGED
@@ -47,7 +47,7 @@
47
47
  "@types/lunr": "^2.3.4",
48
48
  "@types/node": "^12.20.0",
49
49
  "@types/node-emoji": "^1.8.1",
50
- "@types/react": "^17.0.35",
50
+ "@types/react": "^17.0.36",
51
51
  "@types/react-dom": "^17.0.11",
52
52
  "@types/react-helmet": "^6.1.4",
53
53
  "@types/react-router-dom": "^5.3.2",
@@ -70,7 +70,7 @@
70
70
  "json-schema": "^0.4.0",
71
71
  "npm-check-updates": "^11",
72
72
  "prettier": "^2.4.1",
73
- "projen": "^0.34.12",
73
+ "projen": "^0.34.14",
74
74
  "react-app-rewired": "^2.1.8",
75
75
  "standard-version": "^9",
76
76
  "ts-unused-exports": "^7.0.3",
@@ -83,12 +83,12 @@
83
83
  "@chakra-ui/theme-tools": "^1.3.1",
84
84
  "@emotion/react": "^11",
85
85
  "@emotion/styled": "^11",
86
- "@jsii/spec": "^1.45.0",
86
+ "@jsii/spec": "^1.46.0",
87
87
  "copy-to-clipboard": "^3.3.1",
88
88
  "date-fns": "^2.26.0",
89
89
  "framer-motion": "^4",
90
90
  "hast-util-sanitize": "^3.0.2",
91
- "jsii-reflect": "^1.45.0",
91
+ "jsii-reflect": "^1.46.0",
92
92
  "lunr": "^2.3.9",
93
93
  "node-emoji": "^1.11.0",
94
94
  "prism-react-renderer": "^1.2.1",
@@ -116,7 +116,7 @@
116
116
  "node": ">= 12.20.0"
117
117
  },
118
118
  "license": "Apache-2.0",
119
- "version": "0.1.411",
119
+ "version": "0.1.415",
120
120
  "eslintConfig": {
121
121
  "extends": [
122
122
  "react-app",