@public-ui/theme-bwst 2.2.15-rc.0 → 2.2.15

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-bwst",
3
- "version": "2.2.15-rc.0",
3
+ "version": "2.2.15",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -43,31 +43,27 @@
43
43
  "type": "module",
44
44
  "sideEffects": false,
45
45
  "devDependencies": {
46
- "@rollup/plugin-commonjs": "28.0.3",
46
+ "@rollup/plugin-commonjs": "28.0.6",
47
47
  "@rollup/plugin-node-resolve": "16.0.1",
48
- "@rollup/plugin-typescript": "12.1.2",
48
+ "@rollup/plugin-typescript": "12.1.4",
49
49
  "@typescript-eslint/eslint-plugin": "7.18.0",
50
50
  "@typescript-eslint/parser": "7.18.0",
51
- "cpy-cli": "5.0.0",
52
- "cross-env": "7.0.3",
51
+ "cpy-cli": "6.0.0",
52
+ "cross-env": "10.0.0",
53
53
  "eslint": "8.57.1",
54
54
  "nodemon": "3.1.10",
55
55
  "npm-run-all2": "8.0.4",
56
- "postcss": "8.5.5",
57
- "rollup": "4.43.0",
56
+ "postcss": "8.5.6",
57
+ "rollup": "4.47.1",
58
58
  "rollup-plugin-postcss": "4.0.2",
59
- "sass-embedded": "1.89.2",
60
- "stylelint": "16.20.0",
61
- "stylelint-config-recommended-scss": "15.0.1",
62
- "stylelint-config-standard": "38.0.0",
63
- "stylelint-scss": "6.12.1",
64
- "typescript": "5.8.3",
65
- "unbuild": "3.5.0",
66
- "@public-ui/components": "2.2.15-rc.0",
67
- "@public-ui/visual-tests": "2.2.15-rc.0"
59
+ "sass-embedded": "1.90.0",
60
+ "typescript": "5.9.2",
61
+ "unbuild": "3.6.1",
62
+ "@public-ui/components": "2.2.15",
63
+ "@public-ui/visual-tests": "2.2.15"
68
64
  },
69
65
  "peerDependencies": {
70
- "@public-ui/components": "2.2.15-rc.0"
66
+ "@public-ui/components": "2.2.15"
71
67
  },
72
68
  "exports": {
73
69
  ".": {
@@ -95,7 +91,7 @@
95
91
  "start": "npm-run-all2 --parallel dev serve",
96
92
  "serve": "sh serve.sh BWSt",
97
93
  "test": "cross-env THEME_MODULE=dist THEME_EXPORT=BWSt kolibri-visual-test",
98
- "test-update": "cross-env THEME_MODULE=dist THEME_EXPORT=BWSt kolibri-visual-test --update-snapshots theme-snapshots.spec.js",
94
+ "test-update": "cross-env THEME_MODULE=dist THEME_EXPORT=BWSt kolibri-visual-test --update-snapshots=changed theme-snapshots.spec.js",
99
95
  "pretest": "pnpm build",
100
96
  "pretest-update": "pnpm build"
101
97
  }