@versini/dev-dependencies-client 12.0.0 → 13.0.0
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.
- package/CHANGELOG.md +11 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [13.0.0](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v12.0.0...dev-dependencies-client-v13.0.0) (2026-05-21)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* **client:** bump vite from v4 to v5 ([#809](https://github.com/versini-org/dev-dependencies/issues/809))
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* **client:** bump vite from v4 to v5 ([#809](https://github.com/versini-org/dev-dependencies/issues/809)) ([a9f2a2d](https://github.com/versini-org/dev-dependencies/commit/a9f2a2dc9b49a650d7f23ff21baccd1d47365b78))
|
|
13
|
+
|
|
3
14
|
## [12.0.0](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-client-v11.0.1...dev-dependencies-client-v12.0.0) (2026-05-21)
|
|
4
15
|
|
|
5
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/dev-dependencies-client",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "13.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"rollup": "4.60.4",
|
|
40
40
|
"tailwindcss": "4.3.0",
|
|
41
41
|
"tsup": "8.5.1",
|
|
42
|
-
"vite": "
|
|
43
|
-
"vite-plugin-dts": "
|
|
42
|
+
"vite": "8.0.13",
|
|
43
|
+
"vite-plugin-dts": "5.0.1",
|
|
44
44
|
"vite-plugin-lib-inject-css": "2.2.2",
|
|
45
45
|
"vitest": "4.1.7"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "05332669852e8e44a204cf25f4d7d68865fb097b"
|
|
48
48
|
}
|