@genesislcap/pbc-reporting-ui 15.6.0 → 15.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/pbc-reporting-ui",
3
3
  "description": "Genesis PBC Reporting UI",
4
- "version": "15.6.0",
4
+ "version": "15.6.2",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/dts/index.d.ts",
@@ -86,34 +86,32 @@
86
86
  "@ag-grid-community/core": "29.2.0"
87
87
  },
88
88
  "dependencies": {
89
- "@genesislcap/foundation-comms": "15.6.0",
90
- "@genesislcap/foundation-entity-management": "15.6.0",
91
- "@genesislcap/foundation-events": "15.6.0",
92
- "@genesislcap/foundation-forms": "15.6.0",
93
- "@genesislcap/foundation-logger": "15.6.0",
94
- "@genesislcap/foundation-notifications": "15.6.0",
95
- "@genesislcap/foundation-ui": "15.6.0",
96
- "@genesislcap/foundation-user": "15.6.0",
97
- "@genesislcap/foundation-utils": "15.6.0",
98
- "@genesislcap/foundation-zero": "15.6.0",
99
- "@genesislcap/foundation-zero-grid-pro": "15.6.0",
100
- "@genesislcap/grid-pro": "15.6.0",
101
- "@genesislcap/rapid-design-system": "15.6.0",
102
- "@genesislcap/rapid-grid-pro": "15.6.0",
103
- "@genesislcap/web-core": "15.6.0",
89
+ "@genesislcap/foundation-comms": "15.6.2",
90
+ "@genesislcap/foundation-entity-management": "15.6.2",
91
+ "@genesislcap/foundation-events": "15.6.2",
92
+ "@genesislcap/foundation-forms": "15.6.2",
93
+ "@genesislcap/foundation-logger": "15.6.2",
94
+ "@genesislcap/foundation-notifications": "15.6.2",
95
+ "@genesislcap/foundation-ui": "15.6.2",
96
+ "@genesislcap/foundation-user": "15.6.2",
97
+ "@genesislcap/foundation-utils": "15.6.2",
98
+ "@genesislcap/foundation-zero": "15.6.2",
99
+ "@genesislcap/foundation-zero-grid-pro": "15.6.2",
100
+ "@genesislcap/grid-pro": "15.6.2",
101
+ "@genesislcap/rapid-design-system": "15.6.2",
102
+ "@genesislcap/rapid-grid-pro": "15.6.2",
103
+ "@genesislcap/web-core": "15.6.2",
104
104
  "@reduxjs/toolkit": "^2.2.5",
105
105
  "@types/node": "^22.10.2",
106
106
  "change-case": "^5.4.3",
107
107
  "lodash": "^4.17.21"
108
108
  },
109
109
  "devDependencies": {
110
- "@genesiscommunitysuccess/cep-fast-plugin": "^5.0.3",
111
- "@genesiscommunitysuccess/custom-elements-lsp": "^5.0.3",
112
- "@genesislcap/eslint-config": "15.6.0",
113
- "@genesislcap/foundation-testing": "15.6.0",
114
- "@genesislcap/genx": "15.6.0",
115
- "@genesislcap/prettier-config": "15.6.0",
116
- "@genesislcap/stylelint-config": "15.6.0",
110
+ "@genesislcap/eslint-config": "15.6.2",
111
+ "@genesislcap/foundation-testing": "15.6.2",
112
+ "@genesislcap/genx": "15.6.2",
113
+ "@genesislcap/prettier-config": "15.6.2",
114
+ "@genesislcap/stylelint-config": "15.6.2",
117
115
  "@types/json-schema": "^7.0.11",
118
116
  "playwright-lighthouse": "^4.0.0",
119
117
  "rimraf": "^5.0.0"
@@ -122,5 +120,5 @@
122
120
  "access": "public"
123
121
  },
124
122
  "customElements": "dist/custom-elements.json",
125
- "gitHead": "dbf070bac8a4bfc2a178e335b1faffb130e8f761"
123
+ "gitHead": "a5781780cb56906755ddbfc4be75e221719ae4b4"
126
124
  }
@@ -2,26 +2,6 @@
2
2
  "compilerOptions": {
3
3
  "declarationDir": "./dist/dts",
4
4
  "outDir": "./dist/esm",
5
- "plugins": [
6
- {
7
- "name": "@genesiscommunitysuccess/custom-elements-lsp",
8
- "srcRouteFromTSServer": "../../..",
9
- "designSystemPrefix": "rapid",
10
- "parser": {
11
- "fastEnable": true,
12
- "timeout": 2000,
13
- "src": "./new/**/*{js,ts}",
14
- "dependencies": [
15
- "node_modules/@genesislcap/**/custom-elements.json",
16
- "!**/@custom-elements-manifest/**/*"
17
- ]
18
- },
19
- "plugins": [
20
- "@genesiscommunitysuccess/cep-fast-plugin",
21
- "@genesislcap/cep-foundation-plugin"
22
- ]
23
- }
24
- ],
25
5
  "allowJs": true,
26
6
  "allowSyntheticDefaultImports": true,
27
7
  "declaration": true,