@genesislcap/foundation-store 14.180.4 → 14.180.5

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 +12 -12
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-store",
3
3
  "description": "Genesis Foundation Store",
4
- "version": "14.180.4",
4
+ "version": "14.180.5",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,19 +27,19 @@
27
27
  "test:coverage": "genx test --coverage"
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/foundation-testing": "14.180.4",
31
- "@genesislcap/genx": "14.180.4",
32
- "@genesislcap/rollup-builder": "14.180.4",
33
- "@genesislcap/ts-builder": "14.180.4",
34
- "@genesislcap/uvu-playwright-builder": "14.180.4",
35
- "@genesislcap/vite-builder": "14.180.4",
36
- "@genesislcap/webpack-builder": "14.180.4",
30
+ "@genesislcap/foundation-testing": "14.180.5",
31
+ "@genesislcap/genx": "14.180.5",
32
+ "@genesislcap/rollup-builder": "14.180.5",
33
+ "@genesislcap/ts-builder": "14.180.5",
34
+ "@genesislcap/uvu-playwright-builder": "14.180.5",
35
+ "@genesislcap/vite-builder": "14.180.5",
36
+ "@genesislcap/webpack-builder": "14.180.5",
37
37
  "rimraf": "^3.0.2"
38
38
  },
39
39
  "dependencies": {
40
- "@genesislcap/foundation-events": "14.180.4",
41
- "@genesislcap/foundation-logger": "14.180.4",
42
- "@genesislcap/foundation-utils": "14.180.4",
40
+ "@genesislcap/foundation-events": "14.180.5",
41
+ "@genesislcap/foundation-logger": "14.180.5",
42
+ "@genesislcap/foundation-utils": "14.180.5",
43
43
  "@microsoft/fast-element": "^1.12.0",
44
44
  "@microsoft/fast-foundation": "^2.49.4",
45
45
  "@microsoft/fast-web-utilities": "^5.4.1",
@@ -55,5 +55,5 @@
55
55
  "publishConfig": {
56
56
  "access": "public"
57
57
  },
58
- "gitHead": "dc94e00acfd326762a5567d00bf4af3bf3959910"
58
+ "gitHead": "6ecb126c94200e9e7c2735359dc6efe0bc743f9d"
59
59
  }