@jsonforms/vanilla-renderers
Advanced tools
Comparing version 3.2.0 to 3.2.1
{ | ||
"name": "@jsonforms/vanilla-renderers", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Default Renderer Set for JSON Forms", | ||
@@ -38,4 +38,4 @@ "repository": "https://github.com/eclipsesource/jsonforms", | ||
"peerDependencies": { | ||
"@jsonforms/core": "3.2.0", | ||
"@jsonforms/react": "3.2.0", | ||
"@jsonforms/core": "3.2.1", | ||
"@jsonforms/react": "3.2.1", | ||
"react": "^16.12.0 || ^17.0.0 || ^18.0.0" | ||
@@ -78,11 +78,11 @@ }, | ||
"ts-jest": "^27.1.4", | ||
"ts-loader": "^6.2.1", | ||
"ts-loader": "^9.5.1", | ||
"ts-node": "^10.4.0", | ||
"tslib": "^2.5.0", | ||
"typedoc": "~0.25.3", | ||
"webpack": "^4.41.2", | ||
"webpack-cli": "^3.2.1", | ||
"webpack-dev-server": "^3.9.0", | ||
"@jsonforms/react": "3.2.0", | ||
"@jsonforms/core": "3.2.0" | ||
"webpack": "^5.78.0", | ||
"webpack-cli": "^5.1.4", | ||
"webpack-dev-server": "^4.15.1", | ||
"@jsonforms/react": "3.2.1", | ||
"@jsonforms/core": "3.2.1" | ||
}, | ||
@@ -121,3 +121,3 @@ "jest": { | ||
"build:examples-app": "rollup -c rollup.example.config.js", | ||
"dev": "webpack --config ./webpack/webpack.dev.js && webpack-dev-server --config webpack/webpack.dev.js --env=dev --inline", | ||
"dev": "webpack-dev-server --config webpack/webpack.dev.js --env=dev", | ||
"clean": "rimraf lib coverage dist .nyc_output example/dist 2> /dev/null", | ||
@@ -124,0 +124,0 @@ "lint": "eslint .", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
595138