@bpmn-io/feel-editor 0.4.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bpmn-io/feel-editor",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Editor for FEEL expressions.",
5
5
  "files": [
6
6
  "dist"
@@ -14,9 +14,9 @@
14
14
  "build": "rollup -c",
15
15
  "build:watch": "rollup -cw",
16
16
  "builtins": "run-s pull:platform-docs compile:builtins",
17
- "lint": "eslint src",
17
+ "lint": "eslint .",
18
18
  "pull:platform-docs": "git -C camunda-platform-docs pull || git clone git@github.com:camunda/camunda-platform-docs.git camunda-platform-docs",
19
- "start": "SINGLE_START=true npm run dev",
19
+ "start": "cross-env SINGLE_START=true npm run dev",
20
20
  "dev": "npm test -- --auto-watch --no-single-run",
21
21
  "prepare": "run-s build"
22
22
  },
@@ -44,6 +44,7 @@
44
44
  ],
45
45
  "license": "MIT",
46
46
  "dependencies": {
47
+ "@babel/core": "^7.20.2",
47
48
  "@codemirror/autocomplete": "^6.1.1",
48
49
  "@codemirror/commands": "^6.0.0",
49
50
  "@codemirror/language": "^6.0.0",
@@ -51,26 +52,26 @@
51
52
  "@codemirror/state": "^6.0.0",
52
53
  "@codemirror/view": "^6.0.0",
53
54
  "@lezer/highlight": "^1.0.0",
55
+ "babel-loader": "^9.1.0",
56
+ "babel-plugin-istanbul": "^6.1.1",
54
57
  "lang-feel": "^0.0.3",
55
58
  "lezer-feel": "^0.14.1",
56
59
  "min-dom": "^4.0.1"
57
60
  },
58
61
  "devDependencies": {
59
- "@rollup/plugin-commonjs": "^22.0.2",
60
- "@rollup/plugin-json": "^4.1.0",
61
- "@rollup/plugin-node-resolve": "^13.3.0",
62
+ "@rollup/plugin-commonjs": "^23.0.2",
63
+ "@rollup/plugin-json": "^5.0.1",
62
64
  "@testing-library/dom": "^8.17.1",
63
65
  "@testing-library/user-event": "^14.4.3",
64
66
  "chai": "^4.3.6",
65
67
  "cross-env": "^7.0.3",
66
- "eslint": "^7.32.0",
67
- "eslint-plugin-bpmn-io": "^0.13.0",
68
+ "eslint": "^8.27.0",
69
+ "eslint-plugin-bpmn-io": "^0.16.0",
68
70
  "glob": "^8.0.3",
69
- "istanbul-instrumenter-loader": "^3.0.1",
70
71
  "karma": "^6.3.19",
71
72
  "karma-chrome-launcher": "^3.1.1",
72
73
  "karma-coverage": "^2.2.0",
73
- "karma-debug-launcher": "^0.0.4",
74
+ "karma-debug-launcher": "^0.0.5",
74
75
  "karma-env-preprocessor": "^0.1.1",
75
76
  "karma-firefox-launcher": "^2.1.2",
76
77
  "karma-mocha": "^2.0.1",
@@ -80,8 +81,8 @@
80
81
  "mocha": "^10.0.0",
81
82
  "mocha-test-container-support": "^0.2.0",
82
83
  "npm-run-all": "^4.1.5",
83
- "puppeteer": "^14.0.0",
84
- "rollup": "^2.72.1",
84
+ "puppeteer": "^19.2.2",
85
+ "rollup": "^3.3.0",
85
86
  "sinon": "^14.0.0",
86
87
  "sinon-chai": "^3.7.0",
87
88
  "webpack": "^5.72.1"