mf-styling 1.7.42 → 1.7.43

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mf-styling",
3
- "version": "1.7.42",
3
+ "version": "1.7.43",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -45,7 +45,7 @@
45
45
  "prepare": "vite build",
46
46
  "start": "vite",
47
47
  "test": "npm run test:cafe",
48
- "test:cafe": "testcafe $BROWSER:headless tests/cafe/*.js -s build/test --page-request-timeout 3000 --app-init-delay 3000 --app \"vite preview\"",
48
+ "test:cafe": "testcafe $BROWSER:headless tests/cafe/*.js -s build/test --page-request-timeout 5000 --app-init-delay 9000 --app \"vite\"",
49
49
  "lint:css": "stylelint ./src/*.css",
50
50
  "lint": "npm run lint:css",
51
51
  "preview": "vite preview"
@@ -54,15 +54,15 @@
54
54
  "@semantic-release/commit-analyzer": "^9.0.2",
55
55
  "@semantic-release/exec": "^6.0.3",
56
56
  "@semantic-release/release-notes-generator": "^10.0.3",
57
- "npm-pkgbuild": "^11.1.10",
57
+ "npm-pkgbuild": "^11.1.14",
58
58
  "semantic-release": "^20.1.0",
59
59
  "stylelint": "^14.16.1",
60
60
  "stylelint-config-standard": "^29.0.0",
61
- "testcafe": "^2.2.0",
62
- "vite": "^4.0.4"
61
+ "testcafe": "^2.3.0",
62
+ "vite": "^4.1.0"
63
63
  },
64
64
  "optionalDependencies": {
65
- "mf-hosting-frontend": "^1.6.0"
65
+ "mf-hosting-frontend": "^1.6.2"
66
66
  },
67
67
  "repository": {
68
68
  "type": "git",