Skip to content

Commit

Permalink
bump sources
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerre committed Mar 2, 2024
1 parent 445a215 commit 167e303
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"not IE 11"
],
"dependencies": {
"@angular/animations": "17.2.1",
"@angular/common": "17.2.1",
"@angular/compiler": "17.2.1",
"@angular/core": "17.2.1",
"@angular/forms": "17.2.1",
"@angular/localize": "17.2.1",
"@angular/platform-browser": "17.2.1",
"@angular/platform-browser-dynamic": "17.2.1",
"@angular/router": "17.2.1",
"@angular/animations": "17.2.3",
"@angular/common": "17.2.3",
"@angular/compiler": "17.2.3",
"@angular/core": "17.2.3",
"@angular/forms": "17.2.3",
"@angular/localize": "17.2.3",
"@angular/platform-browser": "17.2.3",
"@angular/platform-browser-dynamic": "17.2.3",
"@angular/router": "17.2.3",
"@fontsource/dseg14": "^4.5.3",
"@fortawesome/fontawesome-free": "^6.5.1",
"@ngx-translate/core": "^15.0.0",
Expand All @@ -45,11 +45,11 @@
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.2.0",
"@angular/cli": "17.2.0",
"@angular/compiler-cli": "17.2.1",
"@angular/language-service": "17.2.1",
"@types/node": "^20.11.19",
"@angular-devkit/build-angular": "^17.2.2",
"@angular/cli": "17.2.2",
"@angular/compiler-cli": "17.2.3",
"@angular/language-service": "17.2.3",
"@types/node": "^20.11.24",
"codelyzer": "^6.0.2",
"domhandler": "^5.0.3",
"imagemin": "^8.0.1",
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<jersey.version>3.1.5</jersey.version>
<log4j.version>2.20.0</log4j.version>
<maven.compiler.target>${java.version}</maven.compiler.target>
<node.version>v18.16.0</node.version>
<npm.version>9.2.0</npm.version>
<node.version>v20.11.1</node.version>
<npm.version>10.2.4</npm.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 167e303

Please sign in to comment.