x-block-lib 0.2.2 → 0.2.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -934,7 +934,7 @@ const ie = {
934
934
  snap: !0,
935
935
  spacing: 20
936
936
  },
937
- media: "https://cdn.z9os.com/lib/blockly/v10.4.2/media/",
937
+ media: "https://cdn.z9os.com/lib/blockly/v11.0.0/media/",
938
938
  move: {
939
939
  drag: !0,
940
940
  scrollbars: !0,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-block-lib",
3
3
  "private": false,
4
- "version": "0.2.2",
4
+ "version": "0.2.3",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -22,10 +22,10 @@
22
22
  "*": "prettier --write ."
23
23
  },
24
24
  "peerDependencies": {
25
- "blockly": "^11.0.0",
26
- "vue": "^3.4.26",
27
- "vuetify": "^3.6.5",
28
- "x-essential-lib": "^0.3.17"
25
+ "blockly": "^11.1.0",
26
+ "vue": "^3.4.27",
27
+ "vuetify": "^3.6.8",
28
+ "x-essential-lib": "^0.3.19"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@rushstack/eslint-patch": "^1.8.0",