Skip to content

Commit

Permalink
feat(simulator-ui): angular 19 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Jan 6, 2025
1 parent 6e532ac commit fdf3837
Show file tree
Hide file tree
Showing 40 changed files with 10,912 additions and 11,382 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
node --version
npm --version
- name: Install dependencies
run: npm ci --cache .npm
run: npm ci --cache .npm --force
working-directory: simulator-ui
- name: Prettier
run: npm run prettier:check
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<!-- see https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-logging/3.3.5 -->
<logback.classic.version>1.5.11</logback.classic.version>

<node.version>v22.4.1</node.version>
<npm.version>10.8.1</npm.version>
<node.version>v22.12.0</node.version>
<npm.version>10.9.0</npm.version>

<skip.gpg>false</skip.gpg>
<reuseForks>true</reuseForks>
Expand Down
2 changes: 1 addition & 1 deletion simulator-ui/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
{
"type": "anyComponentStyle",
"maximumWarning": "2kb",
"maximumError": "320kb"
"maximumError": "500kb"
}
]
},
Expand Down
Loading

0 comments on commit fdf3837

Please sign in to comment.