x-block-lib 0.11.6 → 0.11.7

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.
@@ -170,7 +170,7 @@ var zhHans_default = {
170
170
  APP_V1_SELECT_SLOT_TITLE: "选择插槽",
171
171
  APP_V1_SELECT_SLOT_TOOLTIP: "APP_V1_SELECT_SLOT_TOOLTIP",
172
172
  APP_V1_SELECT_SLOT_HELPURL: "APP_V1_SELECT_SLOT_HELPURL",
173
- APP_V1_SET_APP_METHOD_OUTPUT_TITLE: "设置方法输出",
173
+ APP_V1_SET_APP_METHOD_OUTPUT_TITLE: "设置输出",
174
174
  APP_V1_SET_APP_METHOD_OUTPUT_TOOLTIP: "APP_V1_SET_APP_METHOD_OUTPUT_TOOLTIP",
175
175
  APP_V1_SET_APP_METHOD_OUTPUT_HELPURL: "APP_V1_SET_APP_METHOD_OUTPUT_HELPURL",
176
176
  APP_V1_SET_APP_STATE_TITLE: "设置状态",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x-block-lib",
3
- "version": "0.11.6",
3
+ "version": "0.11.7",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -21,38 +21,38 @@
21
21
  "prepare": "husky"
22
22
  },
23
23
  "devDependencies": {
24
- "@blockly/field-colour": "^6.0.12",
25
- "@blockly/plugin-cross-tab-copy-paste": "^8.0.8",
26
- "@blockly/shadow-block-converter": "^7.0.10",
24
+ "@blockly/field-colour": "^13.3.0",
25
+ "@blockly/plugin-cross-tab-copy-paste": "^13.3.0",
26
+ "@blockly/shadow-block-converter": "^13.3.0",
27
27
  "@highlightjs/vue-plugin": "^2.1.0",
28
28
  "@sindresorhus/base62": "^1.0.0",
29
29
  "@types/lodash-es": "^4.17.12",
30
30
  "@types/node": "^26.0.0",
31
- "@vueuse/core": "^14.3.0",
32
- "blockly": "^12.5.1",
33
- "highlight.js": "^11.11.1",
31
+ "@vueuse/core": "^14.4.0",
32
+ "blockly": "^13.3.0",
33
+ "highlight.js": "^11.12.0",
34
34
  "husky": "^9.1.7",
35
- "lint-staged": "^17.0.7",
35
+ "lint-staged": "^17.5.1",
36
36
  "lodash-es": "^4.18.1",
37
- "oxfmt": "^0.55.0",
38
- "oxlint": "^1.70.0",
39
- "picomatch": "^4.0.5",
40
- "sass": "^1.101.0",
41
- "tsdown": "^0.22.3",
37
+ "oxfmt": "^0.67.0",
38
+ "oxlint": "^1.82.0",
39
+ "picomatch": "^4.0.7",
40
+ "sass": "^1.104.0",
41
+ "tsdown": "^0.23.0",
42
42
  "typescript": "^6.0.3",
43
- "vite": "^8.0.16",
43
+ "vite": "^8.3.0",
44
44
  "vue-draggable-plus": "^0.6.1",
45
- "x-config-lib": "^0.1.5",
46
- "x-config-oxfmt": "^0.1.5",
47
- "x-config-oxlint": "^0.1.6"
45
+ "x-config-lib": "^0.1.6",
46
+ "x-config-oxfmt": "^0.1.6",
47
+ "x-config-oxlint": "^0.1.7"
48
48
  },
49
49
  "peerDependencies": {
50
- "vue": "^3.5.38",
51
- "vue-i18n": "^11.4.6",
52
- "vuetify": "^4.1.2",
53
- "x-error-lib": "^0.6.3",
54
- "x-essential-lib": "^0.10.36",
55
- "x-runtime-lib": "^0.10.2",
56
- "x-state-lib": "^0.4.3"
50
+ "vue": "^3.5.42",
51
+ "vue-i18n": "^11.4.10",
52
+ "vuetify": "^4.2.1",
53
+ "x-error-lib": "^0.6.5",
54
+ "x-essential-lib": "^0.10.40",
55
+ "x-runtime-lib": "^0.10.3",
56
+ "x-state-lib": "^0.4.5"
57
57
  }
58
58
  }