Skip to content

Commit 4e88cb0

Browse files
authored
Merge branch 'main' into fix-e2e-tests
2 parents 0819966 + a06d8ba commit 4e88cb0

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ updates:
2020
day: "monday"
2121
time: "14:00"
2222
timezone: "UTC"
23+
ignore:
24+
- dependency-name: "actions/setup-node"
25+
versions: [">=6.2.0"]
26+
- dependency-name: "actions/setup-python"
27+
versions: [">=6.1.0"]

ui/extensions/hello/package-lock.json

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

ui/extensions/hello/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@crowdstrike/falcon-shoelace": "0.4.0",
17-
"@crowdstrike/foundry-js": "0.19.0",
17+
"@crowdstrike/foundry-js": "0.20.0",
1818
"@crowdstrike/tailwind-toucan-base": "5.0.0",
1919
"@shoelace-style/shoelace": "2.20.1",
2020
"react": "19.2.1",

0 commit comments

Comments
 (0)