@genesislcap/foundation-layout 14.15.2 → 14.17.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 +8 -9
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-layout",
3
3
  "description": "Genesis Foundation UI App Layout",
4
- "version": "14.15.2",
4
+ "version": "14.17.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-layout.d.ts",
@@ -22,7 +22,7 @@
22
22
  "copy-files": "copyfiles -u 1 src/**/*.{css,scss,ttf} ./dist/esm",
23
23
  "dev": "npm run dev:webpack",
24
24
  "dev:webpack": "cross-env NODE_ENV=development webpack serve --open",
25
- "serve": "serve dist -p $npm_package_config_PORT",
25
+ "serve": "genx serve",
26
26
  "test": "npm run test:unit",
27
27
  "test:coverage": "c8 --include=src npm run test:unit",
28
28
  "test:coverage:report": "npm run test:coverage && c8 report --reporter=text-lcov > coverage.lcov",
@@ -37,9 +37,9 @@
37
37
  "test:unit:watch": "watchlist src test -- npm run test:unit"
38
38
  },
39
39
  "devDependencies": {
40
- "@custom-elements-manifest/analyzer": "^0.8.1",
41
- "@genesislcap/foundation-testing": "^14.15.2",
42
- "@genesislcap/genx": "^14.15.2",
40
+ "@custom-elements-manifest/analyzer": "^0.8.2",
41
+ "@genesislcap/foundation-testing": "^14.17.0",
42
+ "@genesislcap/genx": "^14.17.0",
43
43
  "@module-federation/dashboard-plugin": "2.3.0",
44
44
  "@pixability-ui/federated-types": "^0.2.0",
45
45
  "@playwright/test": "^1.18.1",
@@ -62,7 +62,6 @@
62
62
  "postcss-loader": "^6.2.1",
63
63
  "postcss-preset-env": "^7.0.1",
64
64
  "rollup-plugin-lit-css": "^3.2.1",
65
- "serve": "^14.1.2",
66
65
  "terser-webpack-plugin": "^5.3.1",
67
66
  "to-string-loader": "^1.2.0",
68
67
  "ts-loader": "9.3.1",
@@ -79,8 +78,8 @@
79
78
  },
80
79
  "dependencies": {
81
80
  "@genesis-community/golden-layout": "^2.9.3",
82
- "@genesislcap/foundation-comms": "^14.15.2",
83
- "@genesislcap/foundation-utils": "^14.15.2",
81
+ "@genesislcap/foundation-comms": "^14.17.0",
82
+ "@genesislcap/foundation-utils": "^14.17.0",
84
83
  "@microsoft/fast-components": "^2.21.3",
85
84
  "@microsoft/fast-element": "^1.7.0",
86
85
  "@microsoft/fast-foundation": "^2.33.2",
@@ -91,5 +90,5 @@
91
90
  "access": "public"
92
91
  },
93
92
  "customElements": "dist/custom-elements.json",
94
- "gitHead": "479a5f8e1a47230bf3a218f22430a96cddb27f8c"
93
+ "gitHead": "45aa1d24a4fabc0d90c868f8e77f71df24609180"
95
94
  }