@pexip-engage-public/color-utils 1.0.16 → 1.0.18
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 +12 -0
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @pexip-engage-public/color-utils
|
|
2
2
|
|
|
3
|
+
## 1.0.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b0b8643: chore(deps): update all non-major dependencies
|
|
8
|
+
|
|
9
|
+
## 1.0.17
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- b8ddcc1: chore(deps): update dependency vitest to v2
|
|
14
|
+
|
|
3
15
|
## 1.0.16
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pexip-engage-public/color-utils",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.18",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "https://github.com/skedify/frontend-mono/tree/develop/packages/color-utils#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/color-convert": "^2.0.3",
|
|
35
|
-
"vitest": "^
|
|
35
|
+
"vitest": "^2.0.3",
|
|
36
36
|
"@pexip-engage/tsconfig": "0.1.1",
|
|
37
|
-
"eslint-config-pexip-engage": "0.1.
|
|
37
|
+
"eslint-config-pexip-engage": "0.1.24"
|
|
38
38
|
},
|
|
39
39
|
"volta": {
|
|
40
40
|
"extends": "../../package.json"
|
|
@@ -46,7 +46,6 @@
|
|
|
46
46
|
"scripts": {
|
|
47
47
|
"build": "tsc",
|
|
48
48
|
"clean": "rm -rf .turbo node_modules dist tsconfig.tsbuildinfo",
|
|
49
|
-
"dev": "tsc --watch",
|
|
50
49
|
"lint": "TIMING=1 eslint --max-warnings=0 .",
|
|
51
50
|
"lint:fix": "pnpm lint --fix",
|
|
52
51
|
"test": "vitest run"
|