@genesislcap/foundation-state-machine 14.224.2 → 14.224.3

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 -13
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.224.2",
4
+ "version": "14.224.3",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -52,20 +52,20 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "@genesislcap/foundation-testing": "14.224.2",
56
- "@genesislcap/genx": "14.224.2",
57
- "@genesislcap/rollup-builder": "14.224.2",
58
- "@genesislcap/ts-builder": "14.224.2",
59
- "@genesislcap/uvu-playwright-builder": "14.224.2",
60
- "@genesislcap/vite-builder": "14.224.2",
61
- "@genesislcap/webpack-builder": "14.224.2",
55
+ "@genesislcap/foundation-testing": "14.224.3",
56
+ "@genesislcap/genx": "14.224.3",
57
+ "@genesislcap/rollup-builder": "14.224.3",
58
+ "@genesislcap/ts-builder": "14.224.3",
59
+ "@genesislcap/uvu-playwright-builder": "14.224.3",
60
+ "@genesislcap/vite-builder": "14.224.3",
61
+ "@genesislcap/webpack-builder": "14.224.3",
62
62
  "rimraf": "^5.0.0"
63
63
  },
64
64
  "dependencies": {
65
- "@genesislcap/foundation-comms": "14.224.2",
66
- "@genesislcap/foundation-logger": "14.224.2",
67
- "@genesislcap/foundation-utils": "14.224.2",
68
- "@microsoft/fast-element": "^1.12.0",
65
+ "@genesislcap/foundation-comms": "14.224.3",
66
+ "@genesislcap/foundation-logger": "14.224.3",
67
+ "@genesislcap/foundation-utils": "14.224.3",
68
+ "@microsoft/fast-element": "1.14.0",
69
69
  "@microsoft/fast-foundation": "2.49.6",
70
70
  "cockatiel": "^3.1.1",
71
71
  "http-status-codes": "^2.2.0",
@@ -80,5 +80,5 @@
80
80
  "publishConfig": {
81
81
  "access": "public"
82
82
  },
83
- "gitHead": "18c2b90ffb7ba7234a5adac416589a81969b6ae9"
83
+ "gitHead": "c8dd345a780c86ffda75f9cb26603565071d6422"
84
84
  }