x-block-lib 0.10.25 → 0.10.26
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/dist/index.js +1 -1
- package/dist/{vendor.lsd4pit7.js → vendor.ga0sar06.js} +4933 -4871
- package/package.json +20 -20
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-block-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.10.
|
|
4
|
+
"version": "0.10.26",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -23,52 +23,52 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@blockly/field-colour": "^6.0.11",
|
|
26
|
-
"@blockly/keyboard-navigation": "^3.0.
|
|
26
|
+
"@blockly/keyboard-navigation": "^3.0.5",
|
|
27
27
|
"@blockly/plugin-cross-tab-copy-paste": "^8.0.7",
|
|
28
28
|
"@blockly/shadow-block-converter": "^7.0.9",
|
|
29
29
|
"@highlightjs/vue-plugin": "^2.1.0",
|
|
30
30
|
"@sindresorhus/base62": "^1.0.0",
|
|
31
31
|
"@vueuse/core": "^14.2.1",
|
|
32
|
-
"axios": "^1.
|
|
33
|
-
"blockly": "^12.
|
|
32
|
+
"axios": "^1.15.0",
|
|
33
|
+
"blockly": "^12.5.1",
|
|
34
34
|
"highlight.js": "^11.11.1",
|
|
35
|
-
"lodash-es": "^4.
|
|
36
|
-
"vue": "^3.5.
|
|
35
|
+
"lodash-es": "^4.18.1",
|
|
36
|
+
"vue": "^3.5.32",
|
|
37
37
|
"vue-draggable-plus": "^0.6.1",
|
|
38
|
-
"vue-i18n": "^11.3.
|
|
39
|
-
"vue-router": "^5.0.
|
|
40
|
-
"vuetify": "^4.0.
|
|
38
|
+
"vue-i18n": "^11.3.2",
|
|
39
|
+
"vue-router": "^5.0.4",
|
|
40
|
+
"vuetify": "^4.0.5"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"x-error-lib": "^0.5.17",
|
|
44
|
-
"x-essential-lib": "^0.9.
|
|
45
|
-
"x-runtime-lib": "^0.9.
|
|
44
|
+
"x-essential-lib": "^0.9.31",
|
|
45
|
+
"x-runtime-lib": "^0.9.33",
|
|
46
46
|
"x-state-lib": "^0.3.43"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@eslint/js": "^10.0.1",
|
|
50
50
|
"@tsconfig/node24": "^24.0.4",
|
|
51
51
|
"@types/lodash-es": "^4.17.12",
|
|
52
|
-
"@types/node": "^25.
|
|
53
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
52
|
+
"@types/node": "^25.5.2",
|
|
53
|
+
"@vitejs/plugin-vue": "^6.0.5",
|
|
54
54
|
"@vue/tsconfig": "^0.9.1",
|
|
55
|
-
"eslint": "^10.0
|
|
55
|
+
"eslint": "^10.2.0",
|
|
56
56
|
"eslint-config-prettier": "^10.1.8",
|
|
57
57
|
"eslint-plugin-prettier": "^5.5.5",
|
|
58
|
-
"eslint-plugin-simple-import-sort": "^
|
|
58
|
+
"eslint-plugin-simple-import-sort": "^13.0.0",
|
|
59
59
|
"eslint-plugin-vue": "^10.8.0",
|
|
60
60
|
"globals": "^17.4.0",
|
|
61
61
|
"husky": "^9.1.7",
|
|
62
|
-
"lint-staged": "^16.
|
|
62
|
+
"lint-staged": "^16.4.0",
|
|
63
63
|
"prettier": "3.8.1",
|
|
64
|
-
"sass": "^1.
|
|
64
|
+
"sass": "^1.99.0",
|
|
65
65
|
"typescript": "^5.9.3",
|
|
66
|
-
"typescript-eslint": "^8.
|
|
67
|
-
"vite": "^8.0.
|
|
66
|
+
"typescript-eslint": "^8.58.1",
|
|
67
|
+
"vite": "^8.0.7",
|
|
68
68
|
"vite-plugin-css-injected-by-js": "^4.0.1",
|
|
69
69
|
"vite-plugin-dts": "^4.5.4",
|
|
70
70
|
"vite-plugin-vuetify": "^2.1.3",
|
|
71
71
|
"vue-eslint-parser": "^10.4.0",
|
|
72
|
-
"vue-tsc": "^3.2.
|
|
72
|
+
"vue-tsc": "^3.2.6"
|
|
73
73
|
}
|
|
74
74
|
}
|