@madgex/fert 4.1.0 → 4.1.1

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/.husky/commit-msg CHANGED
@@ -1,4 +1 @@
1
- #!/usr/bin/env sh
2
- . "$(dirname "$0")/_/husky.sh"
3
-
4
1
  npx --no -- commitlint --edit "${1}"
package/.husky/pre-commit CHANGED
@@ -1,4 +1 @@
1
- #!/usr/bin/env sh
2
- . "$(dirname -- "$0")/_/husky.sh"
3
-
4
1
  npm run lint-staged
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@madgex/fert",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "Tool to help build the V6 branding",
5
5
  "bin": {
6
6
  "fert": "./bin/cli.js"
@@ -11,7 +11,7 @@
11
11
  "lint-staged": "lint-staged",
12
12
  "semantic-release": "semantic-release",
13
13
  "test": "echo \"Error: no test specified\" && exit 1",
14
- "prepare": "husky install"
14
+ "prepare": "husky"
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
@@ -23,34 +23,34 @@
23
23
  "author": "Madgex",
24
24
  "license": "UNLICENSED",
25
25
  "dependencies": {
26
- "@aws-sdk/client-cloudfront": "^3.515.0",
27
- "@aws-sdk/client-ssm": "^3.519.0",
28
- "@aws-sdk/credential-providers": "^3.515.0",
29
- "@hapi/hapi": "^21.3.2",
30
- "@hapi/hoek": "^11.0.2",
26
+ "@aws-sdk/client-cloudfront": "^3.670.0",
27
+ "@aws-sdk/client-ssm": "^3.670.0",
28
+ "@aws-sdk/credential-providers": "^3.670.0",
29
+ "@hapi/hapi": "^21.3.10",
30
+ "@hapi/hoek": "^11.0.4",
31
31
  "@hapi/inert": "^7.1.0",
32
32
  "@hapi/vision": "^7.0.3",
33
33
  "@hapipal/toys": "^4.0.0",
34
- "@madgex/config-api-sdk": "^1.0.6",
35
- "@madgex/design-system": "^7.0.0",
34
+ "@madgex/config-api-sdk": "^1.0.8",
35
+ "@madgex/design-system": "^9.1.2",
36
36
  "@private/header-footer-podlet-server": "github:wiley/madgex-header-footer-podlet",
37
- "axios": "^1.6.2",
37
+ "axios": "^1.7.7",
38
38
  "cac": "^6.7.14",
39
39
  "chalk": "4.1.2",
40
40
  "chokidar": "^3.5.3",
41
- "dayjs": "^1.11.10",
41
+ "dayjs": "^1.11.13",
42
42
  "debug": "^4.3.4",
43
43
  "dedent": "^1.5.3",
44
44
  "flat-cache": "^4.0.0",
45
- "form-data": "^4.0.0",
45
+ "form-data": "^4.0.1",
46
46
  "lodash": "^4.17.21",
47
47
  "nunjucks": "^3.2.4",
48
48
  "open": "8.4.2",
49
49
  "ora": "5.4.1",
50
50
  "prompts": "^2.4.2",
51
51
  "rimraf": "^5.0.5",
52
- "sass": "^1.69.5",
53
- "simple-git": "^3.24.0",
52
+ "sass": "^1.80.1",
53
+ "simple-git": "^3.27.0",
54
54
  "simple-update-notifier": "^2.0.0",
55
55
  "style-dictionary": "3.9.0",
56
56
  "uuid-validate": "^0.0.3",
@@ -58,16 +58,16 @@
58
58
  "vite-plugin-static-copy": "^0.17.1"
59
59
  },
60
60
  "devDependencies": {
61
- "@commitlint/cli": "^18.4.2",
62
- "@commitlint/config-conventional": "^18.4.2",
63
- "commitizen": "^4.3.0",
61
+ "@commitlint/cli": "^19.6.0",
62
+ "@commitlint/config-conventional": "^19.6.0",
63
+ "commitizen": "^4.3.1",
64
64
  "cz-conventional-changelog": "^3.3.0",
65
65
  "eslint": "^8.53.0",
66
66
  "eslint-config-prettier": "^9.0.0",
67
67
  "eslint-plugin-prettier": "^5.0.1",
68
- "husky": "^8.0.3",
69
- "lint-staged": "^15.1.0",
70
- "prettier": "^3.1.0",
68
+ "husky": "^9.1.7",
69
+ "lint-staged": "^15.2.10",
70
+ "prettier": "^3.3.3",
71
71
  "semantic-release": "^22.0.8"
72
72
  },
73
73
  "peerDependencies": {