@versini/dev-dependencies-client 9.0.4 → 9.0.6

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 +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [9.0.6](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v9.0.5...dev-dependencies-client-v9.0.6) (2025-09-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump non-breaking dependencies to latest ([#648](https://github.com/versini-org/dev-dependencies/issues/648)) ([2c85ac6](https://github.com/versini-org/dev-dependencies/commit/2c85ac6cf3d541ff8babe6b8f9fa14f0fd28a970))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @versini/dev-dependencies-common bumped to 6.0.4
16
+
17
+ ## [9.0.5](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v9.0.4...dev-dependencies-client-v9.0.5) (2025-08-31)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * bump non-breaking dependencies to latest ([#639](https://github.com/versini-org/dev-dependencies/issues/639)) ([ce0c504](https://github.com/versini-org/dev-dependencies/commit/ce0c504894ed2d886dee9646d62e2a3abf914f33))
23
+
3
24
  ## [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
25
 
5
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/dev-dependencies-client",
3
- "version": "9.0.4",
3
+ "version": "9.0.6",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -12,14 +12,14 @@
12
12
  "url": "git@github.com:aversini/dev-dependencies.git"
13
13
  },
14
14
  "dependencies": {
15
- "@rsbuild/core": "1.5.0",
16
- "@rsbuild/plugin-react": "1.3.5",
15
+ "@rsbuild/core": "1.5.9",
16
+ "@rsbuild/plugin-react": "1.4.0",
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.3",
22
- "@vitejs/plugin-react-swc": "3.11.0",
21
+ "@versini/dev-dependencies-common": "../common",
22
+ "@vitejs/plugin-react-swc": "4.1.0",
23
23
  "@vitest/coverage-v8": "3.2.4",
24
24
  "@vitest/ui": "3.2.4",
25
25
  "autoprefixer": "10.4.21",
@@ -27,20 +27,20 @@
27
27
  "cross-env": "10.0.0",
28
28
  "cross-spawn": "7.0.6",
29
29
  "husky": "9.1.7",
30
- "lint-staged": "16.1.5",
30
+ "lint-staged": "16.1.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.6.14",
36
36
  "rimraf": "6.0.1",
37
- "rollup": "4.49.0",
38
- "tailwindcss": "4.1.12",
37
+ "rollup": "4.50.2",
38
+ "tailwindcss": "4.1.13",
39
39
  "tsup": "8.5.0",
40
- "vite": "7.1.3",
40
+ "vite": "7.1.6",
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": "eae9b61e739f0ae9db3446dcac2f1885397e4d9f"
45
+ "gitHead": "423d248b6b51d8e1b8b254822a5b3c6e778c9758"
46
46
  }