@microsoft/adaptivecards-tools 1.3.5-alpha.2f14566f5.0 → 1.3.5-alpha.2f6f18b3b.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +7 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/adaptivecards-tools",
3
- "version": "1.3.5-alpha.2f14566f5.0",
3
+ "version": "1.3.5-alpha.2f6f18b3b.0",
4
4
  "description": "Microsoft sdk for Adaptive Cards",
5
5
  "main": "lib/index.js",
6
6
  "types": "types/index.d.ts",
@@ -50,6 +50,11 @@
50
50
  "markdown-it": "^13.0.2",
51
51
  "react": "^17.0.2"
52
52
  },
53
+ "overrides": {
54
+ "adaptive-expressions": {
55
+ "fast-xml-parser": "4.4.1"
56
+ }
57
+ },
53
58
  "publishConfig": {
54
59
  "access": "public"
55
60
  },
@@ -65,5 +70,5 @@
65
70
  "npx eslint --cache --fix --quiet"
66
71
  ]
67
72
  },
68
- "gitHead": "cdaee939cbc21adb7e189d8a3dcd66c42f3efd4b"
73
+ "gitHead": "cc64ad9f64536ce997eeb5d6a2535eff29e07b76"
69
74
  }