@genesislcap/foundation-filters 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 +18 -14
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-filters",
3
3
  "description": "Genesis Foundation Filters",
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",
@@ -48,25 +48,29 @@
48
48
  }
49
49
  },
50
50
  "devDependencies": {
51
- "@genesislcap/foundation-testing": "14.223.1-alpha-600a8b9.0",
52
- "@genesislcap/genx": "14.223.1-alpha-600a8b9.0",
53
- "@genesislcap/rollup-builder": "14.223.1-alpha-600a8b9.0",
54
- "@genesislcap/ts-builder": "14.223.1-alpha-600a8b9.0",
55
- "@genesislcap/uvu-playwright-builder": "14.223.1-alpha-600a8b9.0",
56
- "@genesislcap/vite-builder": "14.223.1-alpha-600a8b9.0",
57
- "@genesislcap/webpack-builder": "14.223.1-alpha-600a8b9.0",
51
+ "@genesislcap/foundation-testing": "14.223.1-alpha-6c9f0a7.0",
52
+ "@genesislcap/genx": "14.223.1-alpha-6c9f0a7.0",
53
+ "@genesislcap/rollup-builder": "14.223.1-alpha-6c9f0a7.0",
54
+ "@genesislcap/ts-builder": "14.223.1-alpha-6c9f0a7.0",
55
+ "@genesislcap/uvu-playwright-builder": "14.223.1-alpha-6c9f0a7.0",
56
+ "@genesislcap/vite-builder": "14.223.1-alpha-6c9f0a7.0",
57
+ "@genesislcap/webpack-builder": "14.223.1-alpha-6c9f0a7.0",
58
58
  "@types/ua-parser-js": "^0.7.36",
59
59
  "rimraf": "^5.0.0"
60
60
  },
61
61
  "dependencies": {
62
- "@genesislcap/foundation-comms": "14.223.1-alpha-600a8b9.0",
63
- "@genesislcap/foundation-logger": "14.223.1-alpha-600a8b9.0",
64
- "@genesislcap/foundation-user": "14.223.1-alpha-600a8b9.0",
65
- "@microsoft/fast-element": "1.12.0",
66
- "@microsoft/fast-foundation": "2.49.5",
62
+ "@genesislcap/foundation-comms": "14.223.1-alpha-6c9f0a7.0",
63
+ "@genesislcap/foundation-logger": "14.223.1-alpha-6c9f0a7.0",
64
+ "@genesislcap/foundation-user": "14.223.1-alpha-6c9f0a7.0",
65
+ "@microsoft/fast-element": "1.14.0",
66
+ "@microsoft/fast-foundation": "2.49.6",
67
67
  "tslib": "^2.3.1",
68
68
  "ua-parser-js": "^1.0.32"
69
69
  },
70
+ "peerDependencies": {
71
+ "@microsoft/fast-element": "1.14.0",
72
+ "@microsoft/fast-foundation": "2.49.6"
73
+ },
70
74
  "repository": {
71
75
  "type": "git",
72
76
  "url": "git+https://github.com/genesislcap/foundation-ui.git",
@@ -75,5 +79,5 @@
75
79
  "publishConfig": {
76
80
  "access": "public"
77
81
  },
78
- "gitHead": "bcb4280835849ef6d18b9e68867ca96d423ec5d4"
82
+ "gitHead": "a80c90d35680f5f6b09f77126db4c701739cbcda"
79
83
  }