Skip to content

Commit

Permalink
chore(deps): Bump to node 18.16.1 (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
timonback authored Jun 30, 2023
1 parent 123a41f commit e2464d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions springwolf-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ version '0.8.0' + (isSnapshot ? '-SNAPSHOT' : '')
sourceCompatibility = JavaVersion.VERSION_17

node {
version = '18.14.2'
npmVersion = '9.5.0'
version = '18.16.1'
npmVersion = '9.5.1'
download = true
}

Expand Down
8 changes: 4 additions & 4 deletions springwolf-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion springwolf-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@angular-devkit/build-angular": "^16.1.0",
"@angular/cli": "^16.1.0",
"@angular/compiler-cli": "^16.1.1",
"@types/node": "^12.11.1",
"@types/node": "^18.16.18",
"angular-in-memory-web-api": "^0.16.0",
"typescript": "^5.0.4"
}
Expand Down

0 comments on commit e2464d3

Please sign in to comment.