@genesislcap/foundation-utils 14.24.4 → 14.25.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 +8 -33
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-utils",
3
3
  "description": "Genesis Foundation Utils",
4
- "version": "14.24.4",
4
+ "version": "14.25.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -13,53 +13,28 @@
13
13
  "build": "genx build",
14
14
  "build:rollup": "genx build -b rollup",
15
15
  "build:rollup:stats": "genx analyze -b rollup",
16
- "build:webpack": "cross-env NODE_ENV=production webpack",
17
- "build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
16
+ "build:webpack": "genx build -b webpack",
17
+ "build:webpack:stats": "genx analyze -b webpack",
18
18
  "clean": "genx clean",
19
19
  "dev": "npm run dev:tsc",
20
20
  "dev:rollup": "genx dev -b rollup",
21
21
  "dev:tsc": "genx dev",
22
- "dev:webpack": "cross-env NODE_ENV=development webpack serve",
23
- "serve": "genx serve",
24
- "test": "echo \"Error: no test specified\""
22
+ "dev:webpack": "genx dev -b webpack",
23
+ "serve": "genx serve"
25
24
  },
26
25
  "devDependencies": {
27
- "@genesislcap/genx": "^14.24.4",
28
- "@module-federation/dashboard-plugin": "2.3.0",
26
+ "@genesislcap/genx": "^14.25.0",
29
27
  "@playwright/test": "^1.18.1",
30
28
  "@types/node": "^16.4.3",
31
29
  "analytics": "^0.8.0",
32
30
  "c8": "^7.11.0",
33
- "camel-case": "^4.1.2",
34
- "clean-webpack-plugin": "^4.0.0",
35
- "cross-env": "^7.0.3",
36
- "csp-html-webpack-plugin": "^5.1.0",
37
- "css-loader": "^6.6.0",
38
- "cssnano": "^5.0.17",
39
31
  "esm": "^3.2.25",
40
- "file-loader": "^6.2.0",
41
- "html-webpack-plugin": "^5.3.1",
42
32
  "jsdom": "^19.0.0",
43
- "mini-css-extract-plugin": "^2.5.3",
44
33
  "playwright-test": "^7.2.1",
45
- "portfinder-sync": "^0.0.2",
46
- "postcss": "^8.2.8",
47
- "postcss-import": "^14.0.0",
48
- "postcss-loader": "^6.2.1",
49
- "postcss-preset-env": "^7.0.1",
50
- "terser-webpack-plugin": "^5.3.1",
51
- "to-string-loader": "^1.2.0",
52
- "ts-loader": "9.3.1",
53
- "tsconfig-paths-webpack-plugin": "^3.5.1",
54
34
  "tsm": "^2.2.1",
55
35
  "typescript": "^4.5.5",
56
36
  "uvu": "0.5.4",
57
- "watchlist": "^0.3.1",
58
- "webpack": "^5.45.1",
59
- "webpack-bundle-analyzer": "^4.5.0",
60
- "webpack-cli": "^4.5.0",
61
- "webpack-dev-server": "^4.0.0-beta.3",
62
- "webpack-merge": "^5.7.3"
37
+ "watchlist": "^0.3.1"
63
38
  },
64
39
  "dependencies": {
65
40
  "@microsoft/fast-components": "^2.21.3",
@@ -78,5 +53,5 @@
78
53
  "access": "public"
79
54
  },
80
55
  "customElements": "dist/custom-elements.json",
81
- "gitHead": "f10d551ef1457c744c75d1a21f711b1930242f05"
56
+ "gitHead": "ee636dcc509e1cd2ab564462cb147819e7043154"
82
57
  }