Skip to content

Commit

Permalink
Bump node and @types/node versions to latest (#396)
Browse files Browse the repository at this point in the history
* Bump @types/node from 20.11.30 to 20.12.7 in /ui

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.30 to 20.12.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump node version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paul Cretu <paul.s.cretu@gmail.com>
  • Loading branch information
dependabot[bot] and paulcretu committed Apr 19, 2024
1 parent bccc3b8 commit a399b4c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Largely based on https://github.com/nicbet/docker-phoenix/blob/main/Dockerfile

FROM node:20.11.1-alpine AS node
FROM node:20.12.2-alpine AS node
FROM elixir:1.16-otp-25-alpine AS setup


Expand Down
2 changes: 1 addition & 1 deletion server/phoenix_static_buildpack.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
assets_path=ui
clean_cache=true
node_version=20.11.1
node_version=20.12.2
2 changes: 1 addition & 1 deletion ui/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1
20.12.2
8 changes: 4 additions & 4 deletions 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 ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@next/bundle-analyzer": "^14.2.2",
"@tanstack/react-query-devtools": "^5.28.8",
"@types/leaflet": "^1.9.9",
"@types/node": "20.11.30",
"@types/node": "20.12.7",
"@types/phoenix": "^1.6.4",
"@types/react": "18.2.78",
"@types/react-dom": "18.2.25",
Expand Down

0 comments on commit a399b4c

Please sign in to comment.