@public-ui/theme-default 4.0.0-alpha.6 → 4.0.0-alpha.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/theme-default",
3
- "version": "4.0.0-alpha.6",
3
+ "version": "4.0.0-alpha.8",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -55,7 +55,7 @@
55
55
  "nodemon": "3.1.11",
56
56
  "npm-run-all2": "8.0.4",
57
57
  "postcss": "8.5.6",
58
- "prettier": "3.7.1",
58
+ "prettier": "3.7.4",
59
59
  "prettier-plugin-organize-imports": "4.3.0",
60
60
  "rollup": "4.53.3",
61
61
  "rollup-plugin-postcss": "4.0.2",
@@ -63,11 +63,11 @@
63
63
  "stylelint": "16.26.1",
64
64
  "typescript": "5.9.3",
65
65
  "unbuild": "3.6.1",
66
- "@public-ui/components": "4.0.0-alpha.6",
67
- "@public-ui/visual-tests": "4.0.0-alpha.6"
66
+ "@public-ui/components": "4.0.0-alpha.8",
67
+ "@public-ui/visual-tests": "4.0.0-alpha.8"
68
68
  },
69
69
  "peerDependencies": {
70
- "@public-ui/components": "4.0.0-alpha.6"
70
+ "@public-ui/components": "4.0.0-alpha.8"
71
71
  },
72
72
  "exports": {
73
73
  ".": {
@@ -94,8 +94,8 @@
94
94
  "start": "npm-run-all2 --parallel dev serve",
95
95
  "serve": "sh serve.sh DEFAULT",
96
96
  "test": "cross-env THEME_MODULE=dist THEME_EXPORT=DEFAULT kolibri-visual-test",
97
- "test-update": "cross-env THEME_MODULE=dist THEME_EXPORT=DEFAULT kolibri-visual-test --update-snapshots=changed theme-snapshots.spec.js",
97
+ "test:update:e2e": "cross-env THEME_MODULE=dist THEME_EXPORT=DEFAULT kolibri-visual-test --update-snapshots=changed theme-snapshots.spec.js",
98
98
  "pretest": "pnpm build",
99
- "pretest-update": "pnpm build"
99
+ "pretest:update:e2e": "pnpm build"
100
100
  }
101
101
  }