jsonforms-react-seed
jsonforms-react-seed copied to clipboard
React-based JSON Forms Seed App
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1. Commits 5b44c1b 3.0.1 9fbc20a chore: better number regex 41ae98e Cleanup c59f35e Move to Sideway See full diff in compare view Maintainer changes This version...
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @ryanwilsonperkin in webpack/webpack#16759 v5.76.0...
Sorry, it's me again. I am trying to add a form with the following schema: ``` const schema = { type: 'object', properties: { ...otherFields, docNo: { type: 'integer', //...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Signed-off-by: Lukas Boll [email protected]
Running these: https://github.com/eclipsesource/jsonforms?tab=readme-ov-file#getting-started Produces ``` # ryanavery at Ryans-MacBook-Pro.local in ~/jsonforms-react-seed on git:master ● [14:13:24] → npm run start > [email protected] start > vite preview --port 3000 /Users/ryanavery/jsonforms-react-seed/node_modules/rollup/dist/native.js:59 throw new...