@versini/dev-dependencies-client 8.0.1 → 8.0.3

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 +16 -0
  2. package/package.json +3 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [8.0.3](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v8.0.2...dev-dependencies-client-v8.0.3) (2025-06-20)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * removing lerna and jest ([#583](https://github.com/versini-org/dev-dependencies/issues/583)) ([f333306](https://github.com/versini-org/dev-dependencies/commit/f33330616938d81dfa2dae82422ffd8593ded401))
9
+
10
+ ## [8.0.2](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v8.0.1...dev-dependencies-client-v8.0.2) (2025-06-17)
11
+
12
+
13
+ ### Dependencies
14
+
15
+ * The following workspace dependencies were updated
16
+ * dependencies
17
+ * @versini/dev-dependencies-common bumped to 5.1.1
18
+
3
19
  ## [8.0.1](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v8.0.0...dev-dependencies-client-v8.0.1) (2025-06-17)
4
20
 
5
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/dev-dependencies-client",
3
- "version": "8.0.1",
3
+ "version": "8.0.3",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -16,10 +16,9 @@
16
16
  "@rsbuild/plugin-react": "1.3.1",
17
17
  "@rsbuild/plugin-type-check": "1.2.2",
18
18
  "@testing-library/dom": "10.4.0",
19
- "@testing-library/jest-dom": "6.6.3",
20
19
  "@testing-library/react": "16.3.0",
21
20
  "@testing-library/user-event": "14.6.1",
22
- "@versini/dev-dependencies-common": "5.1.0",
21
+ "@versini/dev-dependencies-common": "5.1.1",
23
22
  "@vitejs/plugin-react-swc": "3.9.0",
24
23
  "@vitest/coverage-v8": "3.1.4",
25
24
  "@vitest/ui": "3.1.4",
@@ -28,7 +27,6 @@
28
27
  "cross-env": "7.0.3",
29
28
  "cross-spawn": "7.0.6",
30
29
  "husky": "9.1.7",
31
- "lerna": "8.2.2",
32
30
  "lint-staged": "16.0.0",
33
31
  "nodemon": "3.1.10",
34
32
  "npm-run-all": "4.1.5",
@@ -44,5 +42,5 @@
44
42
  "vite-plugin-lib-inject-css": "2.2.2",
45
43
  "vitest": "3.1.4"
46
44
  },
47
- "gitHead": "5f0fdd94aa61090e2b2de6dba41cac1228cfc22d"
45
+ "gitHead": "bc849bcafa423e8661352157914d29c69dac2590"
48
46
  }