Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Changelog

The changelog will be updated with the next release
See the GitHub releases
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# SPDX-License-Identifier: Apache-2.0

- @hyperledger/firefly-sandbox-maintainers
* @hyperledger/firefly-sandbox-maintainers
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:20-alpine

COPY --chown=node:node . /app

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ exercise it using the sandbox.

## Running manually

Prereq: Needs Node 22

To run the application manually, start the server and the UI:

```
Expand Down
2,092 changes: 991 additions & 1,101 deletions server/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firefly-sandbox-server",
"version": "1.1.3",
"version": "1.1.7",
"description": "",
"main": "dist/src/index.js",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"nanoid": "^3.3.2",
"npm": "^10.5.0",
"reflect-metadata": "^0.1.13",
"routing-controllers": "^0.10.4",
"routing-controllers": "^0.11.2",
"run": "^1.4.0",
"start": "^5.1.0",
"strip-indent": "^3.0.0",
Expand Down
1,566 changes: 892 additions & 674 deletions ui/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "firefly-sandbox-ui",
"private": true,
"version": "0.0.0",
"version": "1.1.7",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -27,7 +27,7 @@
"react-query": "^3.34.19",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"react-syntax-highlighter": "^15.5.0",
"react-syntax-highlighter": "^15.6.1",
"reconnecting-websocket": "^4.4.0",
"underscore": "^1.13.2"
},
Expand All @@ -52,6 +52,6 @@
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.2.2",
"vite": "^5.2.0"
"vite": "^7.0.2"
}
}