@genesislcap/foundation-events 14.223.1-alpha-6c9f0a7.0 → 14.224.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 +11 -15
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-events",
3
3
  "description": "Genesis Foundation Events",
4
- "version": "14.223.1-alpha-6c9f0a7.0",
4
+ "version": "14.224.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -49,25 +49,21 @@
49
49
  }
50
50
  },
51
51
  "devDependencies": {
52
- "@genesislcap/foundation-testing": "14.223.1-alpha-6c9f0a7.0",
53
- "@genesislcap/genx": "14.223.1-alpha-6c9f0a7.0",
54
- "@genesislcap/rollup-builder": "14.223.1-alpha-6c9f0a7.0",
55
- "@genesislcap/ts-builder": "14.223.1-alpha-6c9f0a7.0",
56
- "@genesislcap/uvu-playwright-builder": "14.223.1-alpha-6c9f0a7.0",
57
- "@genesislcap/vite-builder": "14.223.1-alpha-6c9f0a7.0",
58
- "@genesislcap/webpack-builder": "14.223.1-alpha-6c9f0a7.0",
52
+ "@genesislcap/foundation-testing": "14.224.0",
53
+ "@genesislcap/genx": "14.224.0",
54
+ "@genesislcap/rollup-builder": "14.224.0",
55
+ "@genesislcap/ts-builder": "14.224.0",
56
+ "@genesislcap/uvu-playwright-builder": "14.224.0",
57
+ "@genesislcap/vite-builder": "14.224.0",
58
+ "@genesislcap/webpack-builder": "14.224.0",
59
59
  "rimraf": "^5.0.0"
60
60
  },
61
61
  "dependencies": {
62
- "@genesislcap/foundation-logger": "14.223.1-alpha-6c9f0a7.0",
63
- "@microsoft/fast-element": "1.14.0",
62
+ "@genesislcap/foundation-logger": "14.224.0",
63
+ "@microsoft/fast-element": "^1.12.0",
64
64
  "@microsoft/fast-foundation": "2.49.6",
65
65
  "tslib": "^2.3.1"
66
66
  },
67
- "peerDependencies": {
68
- "@microsoft/fast-element": "1.14.0",
69
- "@microsoft/fast-foundation": "2.49.6"
70
- },
71
67
  "repository": {
72
68
  "type": "git",
73
69
  "url": "git+https://github.com/genesislcap/foundation-ui.git",
@@ -76,5 +72,5 @@
76
72
  "publishConfig": {
77
73
  "access": "public"
78
74
  },
79
- "gitHead": "a80c90d35680f5f6b09f77126db4c701739cbcda"
75
+ "gitHead": "3a419e0c35fae338860ed7f0d468e170357c7dc8"
80
76
  }