@public-ui/theme-ecl 4.0.0-alpha.0 → 4.0.0-alpha.10

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-ecl",
3
- "version": "4.0.0-alpha.0",
3
+ "version": "4.0.0-alpha.10",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -43,29 +43,31 @@
43
43
  "type": "module",
44
44
  "sideEffects": false,
45
45
  "devDependencies": {
46
- "@rollup/plugin-commonjs": "28.0.6",
47
- "@rollup/plugin-node-resolve": "16.0.1",
48
- "@rollup/plugin-typescript": "12.1.4",
46
+ "@rollup/plugin-commonjs": "28.0.9",
47
+ "@rollup/plugin-node-resolve": "16.0.3",
48
+ "@rollup/plugin-typescript": "12.3.0",
49
49
  "@typescript-eslint/eslint-plugin": "7.18.0",
50
50
  "@typescript-eslint/parser": "7.18.0",
51
- "autoprefixer": "10.4.21",
51
+ "autoprefixer": "10.4.23",
52
52
  "cpy-cli": "6.0.0",
53
- "cross-env": "10.0.0",
53
+ "cross-env": "10.1.0",
54
54
  "eslint": "8.57.1",
55
- "nodemon": "3.1.10",
55
+ "nodemon": "3.1.11",
56
56
  "npm-run-all2": "8.0.4",
57
57
  "postcss": "8.5.6",
58
- "rollup": "4.52.3",
58
+ "prettier": "3.7.4",
59
+ "prettier-plugin-organize-imports": "4.3.0",
60
+ "rollup": "4.53.3",
59
61
  "rollup-plugin-postcss": "4.0.2",
60
- "sass-embedded": "1.93.2",
61
- "stylelint": "16.24.0",
62
- "typescript": "5.9.2",
62
+ "sass-embedded": "1.96.0",
63
+ "stylelint": "16.26.1",
64
+ "typescript": "5.9.3",
63
65
  "unbuild": "3.6.1",
64
- "@public-ui/components": "4.0.0-alpha.0",
65
- "@public-ui/visual-tests": "4.0.0-alpha.0"
66
+ "@public-ui/components": "4.0.0-alpha.10",
67
+ "@public-ui/visual-tests": "4.0.0-alpha.10"
66
68
  },
67
69
  "peerDependencies": {
68
- "@public-ui/components": "4.0.0-alpha.0"
70
+ "@public-ui/components": "4.0.0-alpha.10"
69
71
  },
70
72
  "exports": {
71
73
  ".": {
@@ -96,10 +98,10 @@
96
98
  "xtest": "npm-run-all2 test:*",
97
99
  "test:ecl-ec": "cross-env THEME_MODULE=dist THEME_EXPORT=ECL_EC kolibri-visual-test",
98
100
  "test:ecl-eu": "cross-env THEME_MODULE=dist THEME_EXPORT=ECL_EU kolibri-visual-test",
99
- "xtest-update": "npm-run-all2 test-update:*",
100
- "test-update:ecl-ec": "cross-env THEME_MODULE=dist THEME_EXPORT=ECL_EC kolibri-visual-test --update-snapshots=changed theme-snapshots.spec.js",
101
- "test-update:ecl-eu": "cross-env THEME_MODULE=dist THEME_EXPORT=ECL_EU kolibri-visual-test --update-snapshots=changed theme-snapshots.spec.js",
101
+ "xtest:update": "npm-run-all2 test:update:*",
102
+ "test:update:ecl-ec": "cross-env THEME_MODULE=dist THEME_EXPORT=ECL_EC kolibri-visual-test --update-snapshots=changed theme-snapshots.spec.js",
103
+ "test:update:ecl-eu": "cross-env THEME_MODULE=dist THEME_EXPORT=ECL_EU kolibri-visual-test --update-snapshots=changed theme-snapshots.spec.js",
102
104
  "pretest": "pnpm build",
103
- "pretest-update": "pnpm build"
105
+ "pretest:update": "pnpm build"
104
106
  }
105
107
  }