Skip to content

Commit 734b5a9

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/app/frontend/multi-1f5658c529
2 parents 5335fbf + 2f24eb4 commit 734b5a9

File tree

4 files changed

+56
-49
lines changed

4 files changed

+56
-49
lines changed

app/copilot/semantickernel-openapi-plugin/pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,6 @@
4343
<artifactId>semantickernel-api</artifactId>
4444
</dependency>
4545

46-
<dependency>
47-
<groupId>org.apache.logging.log4j</groupId>
48-
<artifactId>log4j-api</artifactId>
49-
<scope>runtime</scope>
50-
</dependency>
51-
<dependency>
52-
<groupId>org.apache.logging.log4j</groupId>
53-
<artifactId>log4j-core</artifactId>
54-
<scope>runtime</scope>
55-
</dependency>
56-
<dependency>
57-
<groupId>org.apache.logging.log4j</groupId>
58-
<artifactId>log4j-slf4j2-impl</artifactId>
59-
<scope>runtime</scope>
60-
</dependency>
6146
<dependency>
6247
<groupId>com.fasterxml.jackson.core</groupId>
6348
<artifactId>jackson-databind</artifactId>

app/frontend/package-lock.json

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

app/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@fluentui/react-components": "^9.37.3",
1919
"@fluentui/react-icons": "^2.0.221",
2020
"@react-spring/web": "^9.7.3",
21-
"dompurify": "^3.1.3",
21+
"dompurify": "^3.2.4",
2222
"frontend": "file:",
2323
"ndjson-readablestream": "^1.0.7",
2424
"react": "^18.2.0",

azure.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,29 @@ services:
88
project: app/copilot
99
language: java
1010
host: containerapp
11+
docker:
12+
remoteBuild: true
1113
account:
1214
project: app/business-api/account
1315
language: java
1416
host: containerapp
17+
docker:
18+
remoteBuild: true
1519
payment:
1620
project: app/business-api/payment
1721
language: java
1822
host: containerapp
23+
docker:
24+
remoteBuild: true
1925
transaction:
2026
project: app/business-api/transactions-history
2127
language: java
2228
host: containerapp
29+
docker:
30+
remoteBuild: true
2331
web:
2432
project: app/frontend
2533
language: js
2634
host: containerapp
35+
docker:
36+
remoteBuild: true

0 commit comments

Comments
 (0)