@genesislcap/foundation-state-machine 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 +13 -17
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-state-machine",
3
3
  "description": "Genesis Foundation State Machine",
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",
@@ -52,30 +52,26 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.223.1-alpha-6c9f0a7.0",
56
- "@genesislcap/genx": "14.223.1-alpha-6c9f0a7.0",
57
- "@genesislcap/rollup-builder": "14.223.1-alpha-6c9f0a7.0",
58
- "@genesislcap/ts-builder": "14.223.1-alpha-6c9f0a7.0",
59
- "@genesislcap/uvu-playwright-builder": "14.223.1-alpha-6c9f0a7.0",
60
- "@genesislcap/vite-builder": "14.223.1-alpha-6c9f0a7.0",
61
- "@genesislcap/webpack-builder": "14.223.1-alpha-6c9f0a7.0",
55
+ "@genesislcap/foundation-testing": "14.224.0",
56
+ "@genesislcap/genx": "14.224.0",
57
+ "@genesislcap/rollup-builder": "14.224.0",
58
+ "@genesislcap/ts-builder": "14.224.0",
59
+ "@genesislcap/uvu-playwright-builder": "14.224.0",
60
+ "@genesislcap/vite-builder": "14.224.0",
61
+ "@genesislcap/webpack-builder": "14.224.0",
62
62
  "rimraf": "^5.0.0"
63
63
  },
64
64
  "dependencies": {
65
- "@genesislcap/foundation-comms": "14.223.1-alpha-6c9f0a7.0",
66
- "@genesislcap/foundation-logger": "14.223.1-alpha-6c9f0a7.0",
67
- "@genesislcap/foundation-utils": "14.223.1-alpha-6c9f0a7.0",
68
- "@microsoft/fast-element": "1.14.0",
65
+ "@genesislcap/foundation-comms": "14.224.0",
66
+ "@genesislcap/foundation-logger": "14.224.0",
67
+ "@genesislcap/foundation-utils": "14.224.0",
68
+ "@microsoft/fast-element": "^1.12.0",
69
69
  "@microsoft/fast-foundation": "2.49.6",
70
70
  "cockatiel": "^3.1.1",
71
71
  "http-status-codes": "^2.2.0",
72
72
  "tslib": "^2.3.1",
73
73
  "xstate": "5.0.0-beta.21"
74
74
  },
75
- "peerDependencies": {
76
- "@microsoft/fast-element": "1.14.0",
77
- "@microsoft/fast-foundation": "2.49.6"
78
- },
79
75
  "repository": {
80
76
  "type": "git",
81
77
  "url": "git+https://github.com/genesislcap/foundation-ui.git",
@@ -84,5 +80,5 @@
84
80
  "publishConfig": {
85
81
  "access": "public"
86
82
  },
87
- "gitHead": "a80c90d35680f5f6b09f77126db4c701739cbcda"
83
+ "gitHead": "3a419e0c35fae338860ed7f0d468e170357c7dc8"
88
84
  }