@genesislcap/foundation-filters 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-filters",
3
3
  "description": "Genesis Foundation Filters",
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",
@@ -48,29 +48,25 @@
48
48
  }
49
49
  },
50
50
  "devDependencies": {
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",
51
+ "@genesislcap/foundation-testing": "14.224.0",
52
+ "@genesislcap/genx": "14.224.0",
53
+ "@genesislcap/rollup-builder": "14.224.0",
54
+ "@genesislcap/ts-builder": "14.224.0",
55
+ "@genesislcap/uvu-playwright-builder": "14.224.0",
56
+ "@genesislcap/vite-builder": "14.224.0",
57
+ "@genesislcap/webpack-builder": "14.224.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-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",
62
+ "@genesislcap/foundation-comms": "14.224.0",
63
+ "@genesislcap/foundation-logger": "14.224.0",
64
+ "@genesislcap/foundation-user": "14.224.0",
65
+ "@microsoft/fast-element": "^1.12.0",
66
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
- },
74
70
  "repository": {
75
71
  "type": "git",
76
72
  "url": "git+https://github.com/genesislcap/foundation-ui.git",
@@ -79,5 +75,5 @@
79
75
  "publishConfig": {
80
76
  "access": "public"
81
77
  },
82
- "gitHead": "a80c90d35680f5f6b09f77126db4c701739cbcda"
78
+ "gitHead": "3a419e0c35fae338860ed7f0d468e170357c7dc8"
83
79
  }