diagram-js-direct-editing
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "diagram-js-direct-editing", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Direct editing support for diagram-js", | ||
@@ -19,11 +19,15 @@ "scripts": { | ||
], | ||
"engines": { | ||
"node": "*" | ||
}, | ||
"main": "lib/index.js", | ||
"author": "bpmn.io", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"chai": "^4.3.6", | ||
"chai": "^4.3.10", | ||
"diagram-js": "^9.1.0", | ||
"eslint": "^8.24.0", | ||
"eslint-plugin-bpmn-io": "^0.16.0", | ||
"karma": "^6.4.1", | ||
"karma-chrome-launcher": "^3.1.1", | ||
"eslint": "^8.55.0", | ||
"eslint-plugin-bpmn-io": "^1.0.0", | ||
"karma": "^6.4.2", | ||
"karma-chrome-launcher": "^3.2.0", | ||
"karma-firefox-launcher": "^2.1.2", | ||
@@ -33,9 +37,9 @@ "karma-mocha": "^2.0.1", | ||
"karma-webpack": "^5.0.0", | ||
"mocha": "^6.0.2", | ||
"mocha-test-container-support": "^0.1.0", | ||
"mocha": "^10.2.0", | ||
"mocha-test-container-support": "^0.2.0", | ||
"npm-run-all": "^4.1.2", | ||
"puppeteer": "^18.0.5", | ||
"sinon": "^7.3.1", | ||
"sinon-chai": "^3.3.0", | ||
"webpack": "^5.74.0" | ||
"puppeteer": "^21.6.1", | ||
"sinon": "^17.0.1", | ||
"sinon-chai": "^3.7.0", | ||
"webpack": "^5.89.0" | ||
}, | ||
@@ -42,0 +46,0 @@ "dependencies": { |
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
18402