@versini/dev-dependencies-client 9.0.9 → 9.0.11

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 (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## [9.0.11](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v9.0.10...dev-dependencies-client-v9.0.11) (2025-10-23)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @versini/dev-dependencies-common bumped to 6.0.9
11
+
12
+ ## [9.0.10](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v9.0.9...dev-dependencies-client-v9.0.10) (2025-10-22)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * bump non-breaking dependencies to latest ([#677](https://github.com/versini-org/dev-dependencies/issues/677)) ([ca2772b](https://github.com/versini-org/dev-dependencies/commit/ca2772b24abc3c5dd944266aaed6394be6362873))
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * The following workspace dependencies were updated
23
+ * dependencies
24
+ * @versini/dev-dependencies-common bumped to 6.0.8
25
+
3
26
  ## [9.0.9](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v9.0.8...dev-dependencies-client-v9.0.9) (2025-10-17)
4
27
 
5
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/dev-dependencies-client",
3
- "version": "9.0.9",
3
+ "version": "9.0.11",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -27,20 +27,20 @@
27
27
  "cross-env": "10.1.0",
28
28
  "cross-spawn": "7.0.6",
29
29
  "husky": "9.1.7",
30
- "lint-staged": "16.2.4",
30
+ "lint-staged": "16.2.6",
31
31
  "nodemon": "3.1.10",
32
32
  "npm-run-all": "4.1.5",
33
33
  "postcss": "8.5.6",
34
34
  "prettier": "3.6.2",
35
35
  "prettier-plugin-tailwindcss": "0.7.1",
36
36
  "rimraf": "6.0.1",
37
- "rollup": "4.52.4",
38
- "tailwindcss": "4.1.14",
37
+ "rollup": "4.52.5",
38
+ "tailwindcss": "4.1.15",
39
39
  "tsup": "8.5.0",
40
- "vite": "7.1.10",
40
+ "vite": "7.1.11",
41
41
  "vite-plugin-dts": "4.5.4",
42
42
  "vite-plugin-lib-inject-css": "2.2.2",
43
43
  "vitest": "3.2.4"
44
44
  },
45
- "gitHead": "7c3e1001c0eabd3b3c150b60c5a884f82be0afa1"
45
+ "gitHead": "7353dda9b5f4415a257074293c705884d23f4763"
46
46
  }