Skip to content

Commit

Permalink
Merge pull request #5 from formio/upgrade-renderer-5x
Browse files Browse the repository at this point in the history
Upgrade to latest 5.x renderer.
  • Loading branch information
brendanbond authored Jun 18, 2024
2 parents be50941 + 4eddfeb commit 93103b8
Show file tree
Hide file tree
Showing 4 changed files with 1,982 additions and 16 deletions.
2 changes: 1 addition & 1 deletion dist/protected-eval.js

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions dist/protected-eval.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/**
* @license
* Copyright 2013 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/

/**
* @license
* Lodash <https://lodash.com/>
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formio/protected-eval",
"version": "1.2.2",
"version": "2.0.0-rc.1",
"description": "Protected eval plugin for form.io",
"main": "lib/index.js",
"files": [
Expand All @@ -24,19 +24,19 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"formiojs": "^4.14.5",
"typescript": "^4.6.3",
"@formio/js": "^5.0.0-rc.54",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"eslint": "^9.3.0",
"typescript": "^5.4.5",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
"formiojs": "^4.12.6"
"@formio/js": "^5.0.0-rc.54"
},
"dependencies": {
"js-interpreter": "https://github.com/formio/JS-Interpreter#v1.1.0-formio.2",
"js-interpreter": "https://github.com/formio/JS-Interpreter#v1.1.0-formio.3",
"lodash": "^4.17.21",
"vm-browserify": "^1.1.2"
}
Expand Down
Loading

0 comments on commit 93103b8

Please sign in to comment.