@contentful/create-contentful-app 0.14.34 → 0.14.35

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.14.35](https://github.com/contentful/create-contentful-app/compare/v0.14.34...v0.14.35) (2021-12-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * bump create-react-app and react-scripts ([#759](https://github.com/contentful/create-contentful-app/issues/759)) ([f8780d1](https://github.com/contentful/create-contentful-app/commit/f8780d16da721dbc22b99b19803ce58305d85982))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.14.34](https://github.com/contentful/create-contentful-app/compare/v0.14.33...v0.14.34) (2021-12-14)
7
18
 
8
19
  **Note:** Version bump only for package @contentful/create-contentful-app
package/README.md CHANGED
@@ -4,7 +4,7 @@ This project makes it easy to bootstrap [Contentful Apps](https://www.contentful
4
4
 
5
5
  ## Requirements
6
6
 
7
- - Node.js v12 or v14
7
+ - Node.js v14 or v16
8
8
  - NPM v6
9
9
 
10
10
  # Quick Overview
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/create-contentful-app",
3
- "version": "0.14.34",
3
+ "version": "0.14.35",
4
4
  "description": "A template for building Contentful Apps",
5
5
  "author": "Contentful GmbH",
6
6
  "license": "MIT",
@@ -32,11 +32,11 @@
32
32
  "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
33
33
  },
34
34
  "dependencies": {
35
- "@contentful/app-scripts": "^0.14.34",
36
- "@contentful/cra-template-create-contentful-app": "^0.14.34",
35
+ "@contentful/app-scripts": "^0.14.35",
36
+ "@contentful/cra-template-create-contentful-app": "^0.14.35",
37
37
  "chalk": "^4.1.0",
38
38
  "contentful-management": "^7.5.1",
39
- "create-react-app": "^4.0.3",
39
+ "create-react-app": "^5.0.0",
40
40
  "cross-spawn": "^7.0.3",
41
41
  "inquirer": "^8.0.0",
42
42
  "open": "^8.0.1",
@@ -56,5 +56,5 @@
56
56
  "publishConfig": {
57
57
  "access": "public"
58
58
  },
59
- "gitHead": "5198c69aa72fd3a6203edb52a6479100a45b1592"
59
+ "gitHead": "f485a2a03eb7ff8a7db29397d3ad2536dabe812a"
60
60
  }