@microsoft/adaptivecards-tools 1.3.5-alpha.f17850712.0 → 1.3.5-alpha.f88679d3a.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.f17850712.0",
3
+ "version": "1.3.5-alpha.f88679d3a.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": "db3d576b67e302ec73fb9a70301ee45f65f7eb25"
73
+ "gitHead": "5e894a6420b88c43b7a699c71525fd19bebaa2f4"
69
74
  }