Skip to content

Commit 0abfa5c

Browse files
authored
fix: bump app-scripts in contentful-scoped cca package [] (#2200)
* fix(deps): bump app-scripts in contentful-scoped cca package [] * fix: edit comment in cca package to trigger release []
1 parent e59bc33 commit 0abfa5c

File tree

3 files changed

+18
-41
lines changed

3 files changed

+18
-41
lines changed

packages/contentful--create-contentful-app/package-lock.json

Lines changed: 16 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentful--create-contentful-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"test": "mocha 'test/**/*.spec.{js,ts}'"
3737
},
3838
"dependencies": {
39-
"@contentful/app-scripts": "1.27.0",
39+
"@contentful/app-scripts": "1.30.1",
4040
"@segment/analytics-node": "^2.2.0",
4141
"chalk": "4.1.2",
4242
"commander": "12.1.0",

packages/contentful--create-contentful-app/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ async function initProject(appName: string, options: CLIOptions) {
132132

133133
if (!isInteractive && isContentfulTemplate(templateSource) && normalizedOptions.function) {
134134
// If function flag is specified, but no function name is provided, we default to external-references
135-
// for legacy support.
135+
// for legacy support
136136
if (normalizedOptions.function === true) {
137137
normalizedOptions.function = 'external-references';
138138
}

0 commit comments

Comments
 (0)