@versini/dev-dependencies-client 6.0.3 → 6.0.5

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 +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.0.5](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v6.0.4...dev-dependencies-client-v6.0.5) (2024-09-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump vitest from 1.x to 2.x ([#419](https://github.com/versini-org/dev-dependencies/issues/419)) ([2f9f1cb](https://github.com/versini-org/dev-dependencies/commit/2f9f1cb4581a1dc618ec5cf4cde82464d43a563e))
9
+
10
+ ## [6.0.4](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v6.0.3...dev-dependencies-client-v6.0.4) (2024-09-19)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * bump dependencies to latest minor ([#417](https://github.com/versini-org/dev-dependencies/issues/417)) ([fc00a39](https://github.com/versini-org/dev-dependencies/commit/fc00a39a358ff14351d032caaedb179609043118))
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * The following workspace dependencies were updated
21
+ * dependencies
22
+ * @versini/dev-dependencies-common bumped to 4.1.7
23
+
3
24
  ## [6.0.3](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v6.0.2...dev-dependencies-client-v6.0.3) (2024-09-15)
4
25
 
5
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/dev-dependencies-client",
3
- "version": "6.0.3",
3
+ "version": "6.0.5",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -12,36 +12,36 @@
12
12
  "url": "git@github.com:aversini/dev-dependencies.git"
13
13
  },
14
14
  "dependencies": {
15
- "@rsbuild/core": "1.0.4",
15
+ "@rsbuild/core": "1.0.5",
16
16
  "@rsbuild/plugin-react": "1.0.2",
17
17
  "@rsbuild/plugin-type-check": "1.0.1",
18
18
  "@testing-library/dom": "10.4.0",
19
19
  "@testing-library/jest-dom": "6.5.0",
20
20
  "@testing-library/react": "16.0.1",
21
21
  "@testing-library/user-event": "14.5.2",
22
- "@versini/dev-dependencies-common": "4.1.6",
22
+ "@versini/dev-dependencies-common": "4.1.7",
23
23
  "@vitejs/plugin-react-swc": "3.7.0",
24
- "@vitest/coverage-v8": "1.6.0",
25
- "@vitest/ui": "1.6.0",
24
+ "@vitest/coverage-v8": "2.1.1",
25
+ "@vitest/ui": "2.1.1",
26
26
  "autoprefixer": "10.4.20",
27
27
  "barrelsby": "2.8.1",
28
28
  "cross-env": "7.0.3",
29
29
  "husky": "9.1.6",
30
30
  "lerna": "8.1.8",
31
31
  "lint-staged": "15.2.10",
32
- "nodemon": "3.1.4",
32
+ "nodemon": "3.1.6",
33
33
  "npm-run-all": "4.1.5",
34
34
  "postcss": "8.4.47",
35
35
  "prettier": "3.3.3",
36
36
  "prettier-plugin-tailwindcss": "0.6.6",
37
37
  "rimraf": "6.0.1",
38
- "rollup": "4.21.3",
39
- "tailwindcss": "3.4.11",
40
- "tsup": "8.2.4",
41
- "vite": "5.4.5",
38
+ "rollup": "4.22.0",
39
+ "tailwindcss": "3.4.12",
40
+ "tsup": "8.3.0",
41
+ "vite": "5.4.6",
42
42
  "vite-plugin-dts": "4.2.1",
43
43
  "vite-plugin-lib-inject-css": "2.1.1",
44
- "vitest": "1.6.0"
44
+ "vitest": "2.1.1"
45
45
  },
46
- "gitHead": "e1de31443b13d2e91ab909dbf3c377a9c17f8ab1"
46
+ "gitHead": "61d5dd8663d0aed4e4aff5c46ddbdb8a5d948852"
47
47
  }