@genesislcap/foundation-progress-overlay 14.24.4 → 14.25.1-alpha-7849de5.0

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.
Files changed (1) hide show
  1. package/package.json +10 -36
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-progress-overlay",
3
3
  "description": "Genesis Foundation Progress Overlay",
4
- "version": "14.24.4",
4
+ "version": "14.25.1-alpha-7849de5.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/tbd.js",
7
7
  "config": {
@@ -9,56 +9,30 @@
9
9
  },
10
10
  "scripts": {
11
11
  "build": "genx build",
12
- "build:webpack": "cross-env NODE_ENV=production webpack",
13
- "build:webpack:make-federated-types": "make-federated-types",
14
- "build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
12
+ "build:webpack": "genx build -b webpack",
13
+ "build:webpack:stats": "genx analyze -b webpack",
15
14
  "clean": "genx clean",
16
15
  "dev": "npm run dev:webpack",
17
- "dev:webpack": "cross-env NODE_ENV=development webpack serve --open",
16
+ "dev:webpack": "genx dev -b webpack",
18
17
  "dev:webpack:https": "npm run dev:webpack -- --https",
19
- "serve": "genx serve",
20
- "test": "echo \"Error: no test specified\""
18
+ "serve": "genx serve"
21
19
  },
22
20
  "devDependencies": {
23
- "@genesislcap/genx": "^14.24.4",
24
- "@module-federation/dashboard-plugin": "2.3.0",
25
- "@pixability-ui/federated-types": "^0.2.0",
21
+ "@genesislcap/genx": "14.25.1-alpha-7849de5.0",
26
22
  "@playwright/test": "^1.18.1",
27
23
  "c8": "^7.11.0",
28
- "camel-case": "^4.1.2",
29
- "clean-webpack-plugin": "^4.0.0",
30
24
  "cross-env": "^7.0.3",
31
- "csp-html-webpack-plugin": "^5.1.0",
32
- "css-loader": "^6.6.0",
33
- "cssnano": "^5.0.17",
34
25
  "esm": "^3.2.25",
35
- "file-loader": "^6.2.0",
36
- "html-webpack-plugin": "^5.3.1",
37
26
  "jsdom": "^19.0.0",
38
- "mini-css-extract-plugin": "^2.5.3",
39
27
  "playwright-test": "^7.2.1",
40
- "portfinder-sync": "^0.0.2",
41
- "postcss": "^8.2.8",
42
- "postcss-import": "^14.0.0",
43
- "postcss-loader": "^6.2.1",
44
- "postcss-preset-env": "^7.0.1",
45
- "terser-webpack-plugin": "^5.3.1",
46
- "to-string-loader": "^1.2.0",
47
- "ts-loader": "9.3.1",
48
- "tsconfig-paths-webpack-plugin": "^3.5.1",
49
28
  "tsm": "^2.2.1",
50
29
  "typescript": "^4.5.5",
51
30
  "uvu": "0.5.4",
52
- "watchlist": "^0.3.1",
53
- "webpack": "^5.45.1",
54
- "webpack-bundle-analyzer": "^4.5.0",
55
- "webpack-cli": "^4.5.0",
56
- "webpack-dev-server": "^4.0.0-beta.3",
57
- "webpack-merge": "^5.7.3"
31
+ "watchlist": "^0.3.1"
58
32
  },
59
33
  "dependencies": {
60
- "@genesislcap/foundation-utils": "^14.24.4",
61
- "@genesislcap/foundation-zero": "^14.24.4",
34
+ "@genesislcap/foundation-utils": "14.25.1-alpha-7849de5.0",
35
+ "@genesislcap/foundation-zero": "14.25.1-alpha-7849de5.0",
62
36
  "@microsoft/fast-components": "^2.21.3",
63
37
  "@microsoft/fast-element": "^1.7.0",
64
38
  "tslib": "^2.3.1"
@@ -71,5 +45,5 @@
71
45
  "publishConfig": {
72
46
  "access": "public"
73
47
  },
74
- "gitHead": "f10d551ef1457c744c75d1a21f711b1930242f05"
48
+ "gitHead": "473c40f7d52a856792caedf46837a09572e29a0f"
75
49
  }