@genesislcap/foundation-comms 14.223.1-alpha-600a8b9.0 → 14.223.1-alpha-6c9f0a7.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 +19 -15
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-comms",
3
3
  "description": "Genesis Foundation UI Comms",
4
- "version": "14.223.1-alpha-600a8b9.0",
4
+ "version": "14.223.1-alpha-6c9f0a7.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -75,25 +75,25 @@
75
75
  }
76
76
  },
77
77
  "devDependencies": {
78
- "@genesislcap/foundation-testing": "14.223.1-alpha-600a8b9.0",
79
- "@genesislcap/genx": "14.223.1-alpha-600a8b9.0",
80
- "@genesislcap/rollup-builder": "14.223.1-alpha-600a8b9.0",
81
- "@genesislcap/ts-builder": "14.223.1-alpha-600a8b9.0",
82
- "@genesislcap/uvu-playwright-builder": "14.223.1-alpha-600a8b9.0",
83
- "@genesislcap/vite-builder": "14.223.1-alpha-600a8b9.0",
84
- "@genesislcap/webpack-builder": "14.223.1-alpha-600a8b9.0",
78
+ "@genesislcap/foundation-testing": "14.223.1-alpha-6c9f0a7.0",
79
+ "@genesislcap/genx": "14.223.1-alpha-6c9f0a7.0",
80
+ "@genesislcap/rollup-builder": "14.223.1-alpha-6c9f0a7.0",
81
+ "@genesislcap/ts-builder": "14.223.1-alpha-6c9f0a7.0",
82
+ "@genesislcap/uvu-playwright-builder": "14.223.1-alpha-6c9f0a7.0",
83
+ "@genesislcap/vite-builder": "14.223.1-alpha-6c9f0a7.0",
84
+ "@genesislcap/webpack-builder": "14.223.1-alpha-6c9f0a7.0",
85
85
  "@types/js-cookie": "^3.0.2",
86
86
  "@types/json-schema": "^7.0.11",
87
87
  "@types/webappsec-credential-management": "^0.6.2",
88
88
  "rimraf": "^5.0.0"
89
89
  },
90
90
  "dependencies": {
91
- "@genesislcap/foundation-broadcast-channel": "14.223.1-alpha-600a8b9.0",
92
- "@genesislcap/foundation-logger": "14.223.1-alpha-600a8b9.0",
93
- "@genesislcap/foundation-user": "14.223.1-alpha-600a8b9.0",
94
- "@genesislcap/foundation-utils": "14.223.1-alpha-600a8b9.0",
95
- "@microsoft/fast-element": "1.12.0",
96
- "@microsoft/fast-foundation": "2.49.5",
91
+ "@genesislcap/foundation-broadcast-channel": "14.223.1-alpha-6c9f0a7.0",
92
+ "@genesislcap/foundation-logger": "14.223.1-alpha-6c9f0a7.0",
93
+ "@genesislcap/foundation-user": "14.223.1-alpha-6c9f0a7.0",
94
+ "@genesislcap/foundation-utils": "14.223.1-alpha-6c9f0a7.0",
95
+ "@microsoft/fast-element": "1.14.0",
96
+ "@microsoft/fast-foundation": "2.49.6",
97
97
  "analytics": "^0.8.0",
98
98
  "bowser": "^2.11.0",
99
99
  "fast-safe-stringify": "^2.1.1",
@@ -103,6 +103,10 @@
103
103
  "rxjs": "^7.5.4",
104
104
  "tslib": "^2.3.1"
105
105
  },
106
+ "peerDependencies": {
107
+ "@microsoft/fast-element": "1.14.0",
108
+ "@microsoft/fast-foundation": "2.49.6"
109
+ },
106
110
  "repository": {
107
111
  "type": "git",
108
112
  "url": "git+https://github.com/genesislcap/foundation-ui.git",
@@ -111,5 +115,5 @@
111
115
  "publishConfig": {
112
116
  "access": "public"
113
117
  },
114
- "gitHead": "bcb4280835849ef6d18b9e68867ca96d423ec5d4"
118
+ "gitHead": "a80c90d35680f5f6b09f77126db4c701739cbcda"
115
119
  }