react-app-starterkit
react-app-starterkit copied to clipboard
A react starterkit for creating new web applications with Form.io
Add temporary overrides for `react` version over 18, with `react-json-view` dependency (mentioned in #65). The problem of unsuccessful `npm install` is because `react-json-view` has been depreciated for over 3 years,...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@lukekarrys, @joaomoreno, @nicolo-ribaudo) Changelog Sourced from...
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.2.0 to 4.3.2. Changelog Sourced from @adobe/css-tools's changelog. 4.3.2 / 2023-11-28 Fix redos vulnerability with specific crafted css string - CVE-2023-48631 Fix Problem parsing with :is() and...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.4 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
I created a package for my project from https://ckeditor.com/ckeditor-5/online-builder/ Use with package.json file ``` "dependencies": { "@ckeditor/ckeditor5-react": "^5.0.2", "ckeditor5-custom-build": "file:./packages/ckeditor5-custom-build", "@formio/contrib": "^2.0.0", "@formio/react": "^5.3.0-rc.2" } ``` Error because CKEditor has...
## Environment - Hosting type - [x] Form.io - [ ] Local deployment - Version: - React app starter kit git commit: 52ae0d4e5f1cc75ddbf310b186c4b90ecdbc55dd - Formio.js version: [email protected] - Frontend framework:...
I am exploring that capabilities of FormIO and looking at using it in our React application, however, cloning the repo and executing `npm install` doesn't work. I'll continue to work...