Skip to content

Commit caed0ea

Browse files
Update to JSON Forms 3.7 and MUI v7 (#133)
* Update to JSON Forms 3.7 and MUI 7 * Remove cypress tests * Update ci workflow actions and use node 22 * Fix various vulnerable dependencies using npm audit fix
1 parent dfd8d93 commit caed0ea

File tree

11 files changed

+556
-2896
lines changed

11 files changed

+556
-2896
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
name: Main
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@master
17-
- uses: actions/setup-node@v4
16+
- uses: actions/checkout@v6
17+
- uses: actions/setup-node@v6
1818
with:
19-
node-version: 20
19+
node-version: 22
2020
- run: npm ci
2121
- run: npm run lint
2222
- run: npm run build
23-
- run: npm run cypress:ci
23+
- run: npm run test

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This seed demonstrates how to use [JSON Forms](https://jsonforms.io) with React in order to render a simple form for displaying a task entity.
44

5-
It is based on `create-react-app` and only contains minor modifications.
5+
It is based on Vite and only contains minor modifications.
66

77
- Execute `npm ci` to install the prerequisites. If you want to have the latest released versions use `npm install`.
88
- Execute `npm run build` to build the application.

cypress.config.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

cypress/e2e/test_form.cy.js

Lines changed: 0 additions & 66 deletions
This file was deleted.

cypress/plugins/index.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

cypress/support/commands.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

cypress/support/e2e.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)