jedison 1.18.0 → 1.20.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": "jedison",
3
- "version": "1.18.0",
3
+ "version": "1.20.0",
4
4
  "description": "A JavaScript Library that generates forms from JSON Schemas, to editing and validate JSON.",
5
5
  "main": "./dist/cjs/jedison.cjs",
6
6
  "module": "./dist/esm/jedison.js",
@@ -39,6 +39,7 @@
39
39
  "lint": "eslint -c ./.eslintrc.json ./src ./tests",
40
40
  "lint:fix": "eslint --fix -c ./.eslintrc.json ./src ./tests",
41
41
  "test:full": "yarn e2e:clean && yarn e2e && yarn unit",
42
+ "test:grep": "yarn e2e:clean && start-server-and-test serve http://localhost:8181 'codeceptjs run-workers 10 -c tests/e2e/codecept.conf.cjs --grep \"${GREP}\"'",
42
43
  "postversion": "git push && git push --tags",
43
44
  "release": "npm publish --access public"
44
45
  },
@@ -60,9 +61,11 @@
60
61
  },
61
62
  "homepage": "https://github.com/germanbisurgi/jedison#readme",
62
63
  "devDependencies": {
64
+ "@milkdown/crepe": "^7.21.3",
65
+ "@milkdown/kit": "^7.21.3",
63
66
  "@vitejs/plugin-vue": "^5.2.0",
64
67
  "bootstrap": "^5.3.0",
65
- "codeceptjs": "^3.7.4",
68
+ "codeceptjs": "^3.7.9",
66
69
  "codeceptjs-chai": "^2.3.5",
67
70
  "eslint": "^8.57.0",
68
71
  "eslint-config-standard": "^14.1.0",
@@ -84,7 +87,7 @@
84
87
  "js-yaml": ">=5.2.2",
85
88
  "ws": ">=8.20.1",
86
89
  "braces": "^3.0.3",
87
- "brace-expansion": ">=5.0.8",
90
+ "brace-expansion": ">=5.0.9",
88
91
  "shell-quote": ">=1.9.0",
89
92
  "axios": ">=1.18.0",
90
93
  "cross-spawn": "^7.0.5",
@@ -102,7 +105,8 @@
102
105
  "immutable": ">=5.1.8",
103
106
  "picomatch": ">=4.0.4",
104
107
  "flatted": ">=3.4.2",
105
- "undici": ">=7.28.0",
108
+ "postcss/nanoid": ">=3.3.17",
109
+ "undici": ">=8.9.0",
106
110
  "joi": ">=18.2.1",
107
111
  "form-data": ">=4.0.6",
108
112
  "yaml": ">=2.8.3",