@genesislcap/foundation-layout 14.11.2 → 14.11.3-alpha-8168d51.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 +7 -7
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.11.2",
4
+ "version": "14.11.3-alpha-8168d51.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-layout.d.ts",
@@ -13,12 +13,12 @@
13
13
  "api": "npm run api:extract && npm run api:document",
14
14
  "api:extract": "api-extractor run",
15
15
  "build": "npm run clean && npm run build:tsc && npm run copy-files && npm run api",
16
- "build:tsc": "tsc -b ./tsconfig.build.json",
16
+ "build:tsc": "tsc -b ./tsconfig.json",
17
17
  "build:webpack": "cross-env NODE_ENV=production webpack",
18
18
  "build:webpack:make-federated-types": "make-federated-types",
19
19
  "build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
20
20
  "clean": "npm run clean:dist",
21
- "clean:dist": "node ../../../build/clean dist tsconfig.build.tsbuildinfo",
21
+ "clean:dist": "node ../../../build/clean dist tsconfig.tsbuildinfo",
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",
@@ -37,7 +37,7 @@
37
37
  "test:unit:watch": "watchlist src test -- npm run test:unit"
38
38
  },
39
39
  "devDependencies": {
40
- "@genesislcap/foundation-testing": "^14.11.2",
40
+ "@genesislcap/foundation-testing": "14.11.3-alpha-8168d51.0",
41
41
  "@module-federation/dashboard-plugin": "2.3.0",
42
42
  "@pixability-ui/federated-types": "^0.2.0",
43
43
  "@playwright/test": "^1.18.1",
@@ -77,8 +77,8 @@
77
77
  },
78
78
  "dependencies": {
79
79
  "@genesis-community/golden-layout": "^2.9.3",
80
- "@genesislcap/foundation-comms": "^14.11.2",
81
- "@genesislcap/foundation-utils": "^14.11.2",
80
+ "@genesislcap/foundation-comms": "14.11.3-alpha-8168d51.0",
81
+ "@genesislcap/foundation-utils": "14.11.3-alpha-8168d51.0",
82
82
  "@microsoft/fast-components": "^2.21.3",
83
83
  "@microsoft/fast-element": "^1.7.0",
84
84
  "@microsoft/fast-foundation": "^2.33.2",
@@ -88,5 +88,5 @@
88
88
  "publishConfig": {
89
89
  "access": "public"
90
90
  },
91
- "gitHead": "7fae89487845d3a9321dd16f743e27c25251f5b5"
91
+ "gitHead": "fb0f983f03347db0ea7ead62c5abfaf2a9a49122"
92
92
  }