@versini/dev-dependencies-client 9.0.2 → 9.0.4

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 +21 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [9.0.4](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v9.0.3...dev-dependencies-client-v9.0.4) (2025-08-27)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump non-breaking dependencies to latest ([#637](https://github.com/versini-org/dev-dependencies/issues/637)) ([9eb49fc](https://github.com/versini-org/dev-dependencies/commit/9eb49fc80c99c53576902a315412f2cbf6b18db0))
9
+
10
+ ## [9.0.3](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v9.0.2...dev-dependencies-client-v9.0.3) (2025-08-26)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * bump non-breaking dependencies to latest ([#630](https://github.com/versini-org/dev-dependencies/issues/630)) ([3ef8941](https://github.com/versini-org/dev-dependencies/commit/3ef8941b224e621096efefbf195a7a33b84fd475))
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * The following workspace dependencies were updated
21
+ * dependencies
22
+ * @versini/dev-dependencies-common bumped to 6.0.3
23
+
3
24
  ## [9.0.2](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v9.0.1...dev-dependencies-client-v9.0.2) (2025-08-14)
4
25
 
5
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/dev-dependencies-client",
3
- "version": "9.0.2",
3
+ "version": "9.0.4",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -12,13 +12,13 @@
12
12
  "url": "git@github.com:aversini/dev-dependencies.git"
13
13
  },
14
14
  "dependencies": {
15
- "@rsbuild/core": "1.4.15",
15
+ "@rsbuild/core": "1.5.0",
16
16
  "@rsbuild/plugin-react": "1.3.5",
17
17
  "@rsbuild/plugin-type-check": "1.2.4",
18
18
  "@testing-library/dom": "10.4.1",
19
19
  "@testing-library/react": "16.3.0",
20
20
  "@testing-library/user-event": "14.6.1",
21
- "@versini/dev-dependencies-common": "6.0.2",
21
+ "@versini/dev-dependencies-common": "6.0.3",
22
22
  "@vitejs/plugin-react-swc": "3.11.0",
23
23
  "@vitest/coverage-v8": "3.2.4",
24
24
  "@vitest/ui": "3.2.4",
@@ -34,13 +34,13 @@
34
34
  "prettier": "3.6.2",
35
35
  "prettier-plugin-tailwindcss": "0.6.14",
36
36
  "rimraf": "6.0.1",
37
- "rollup": "4.46.2",
37
+ "rollup": "4.49.0",
38
38
  "tailwindcss": "4.1.12",
39
39
  "tsup": "8.5.0",
40
- "vite": "7.1.2",
40
+ "vite": "7.1.3",
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": "1847880f5b5b8eea76c654edeefa2d281e62593f"
45
+ "gitHead": "eae9b61e739f0ae9db3446dcac2f1885397e4d9f"
46
46
  }