@versini/dev-dependencies-client 1.3.1 → 2.0.1
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 +18 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.0.1](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-client-v2.0.0...dev-dependencies-client-v2.0.1) (2023-12-12)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* bump client non-breaking dev dependencies ([174f10c](https://github.com/aversini/dev-dependencies/commit/174f10c26ce66cb6b762a990525599ce19d125c9))
|
|
9
|
+
|
|
10
|
+
## [2.0.0](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-client-v1.3.1...dev-dependencies-client-v2.0.0) (2023-12-06)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### ⚠ BREAKING CHANGES
|
|
14
|
+
|
|
15
|
+
* bumping breaking client dependencies - vite and vitest
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* bumping breaking client dependencies - vite and vitest ([a06a42e](https://github.com/aversini/dev-dependencies/commit/a06a42e49d9b8c980b7213a7b9ec8f408ff64ddf))
|
|
20
|
+
|
|
3
21
|
## [1.3.1](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-client-v1.3.0...dev-dependencies-client-v1.3.1) (2023-12-06)
|
|
4
22
|
|
|
5
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/dev-dependencies-client",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -15,20 +15,20 @@
|
|
|
15
15
|
"@testing-library/jest-dom": "6.1.5",
|
|
16
16
|
"@testing-library/react": "14.1.2",
|
|
17
17
|
"@testing-library/user-event": "14.5.1",
|
|
18
|
-
"@versini/dev-dependencies-common": "2.0.
|
|
18
|
+
"@versini/dev-dependencies-common": "2.0.2",
|
|
19
19
|
"@vitejs/plugin-react-swc": "3.5.0",
|
|
20
|
-
"@vitest/coverage-v8": "0.
|
|
21
|
-
"@vitest/ui": "0.
|
|
20
|
+
"@vitest/coverage-v8": "1.0.4",
|
|
21
|
+
"@vitest/ui": "1.0.4",
|
|
22
22
|
"autoprefixer": "10.4.16",
|
|
23
23
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
24
24
|
"eslint-plugin-react-refresh": "0.4.5",
|
|
25
25
|
"postcss": "8.4.32",
|
|
26
26
|
"prettier-plugin-tailwindcss": "0.5.9",
|
|
27
27
|
"tailwindcss": "3.3.6",
|
|
28
|
-
"vite": "
|
|
28
|
+
"vite": "5.0.8",
|
|
29
29
|
"vite-plugin-dts": "3.6.4",
|
|
30
30
|
"vite-plugin-lib-inject-css": "1.3.0",
|
|
31
|
-
"vitest": "0.
|
|
31
|
+
"vitest": "1.0.4"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "d18c3907359f84a119ba039cbb632641f2609a41"
|
|
34
34
|
}
|