construct-hub-webapp 0.1.589 → 0.1.590

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 +0 -1
  2. package/package.json +4 -4
package/.gitattributes CHANGED
@@ -19,7 +19,6 @@
19
19
  /.projen/tasks.json linguist-generated
20
20
  /LICENSE linguist-generated
21
21
  /package.json linguist-generated
22
- /src/react-app-env.d.ts linguist-generated
23
22
  /tsconfig.dev.json linguist-generated
24
23
  /tsconfig.json linguist-generated
25
24
  /yarn.lock linguist-generated
package/package.json CHANGED
@@ -70,7 +70,7 @@
70
70
  "json-schema": "^0.4.0",
71
71
  "npm-check-updates": "^12",
72
72
  "prettier": "^2.6.2",
73
- "projen": "^0.57.11",
73
+ "projen": "^0.58.1",
74
74
  "react-app-rewired": "^2.2.1",
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.6",
84
84
  "@emotion/react": "^11",
85
85
  "@emotion/styled": "^11",
86
- "@jsii/spec": "^1.59.0",
86
+ "@jsii/spec": "^1.60.0",
87
87
  "copy-to-clipboard": "^3.3.1",
88
88
  "date-fns": "^2.28.0",
89
89
  "framer-motion": "^4",
90
90
  "hast-util-sanitize": "^3.0.2",
91
- "jsii-reflect": "^1.59.0",
91
+ "jsii-reflect": "^1.60.0",
92
92
  "lunr": "^2.3.9",
93
93
  "node-emoji": "^1.11.0",
94
94
  "prism-react-renderer": "^1.3.3",
@@ -116,7 +116,7 @@
116
116
  "node": ">= 14.17.0"
117
117
  },
118
118
  "license": "Apache-2.0",
119
- "version": "0.1.589",
119
+ "version": "0.1.590",
120
120
  "eslintConfig": {
121
121
  "extends": [
122
122
  "react-app",