@pexip-engage-public/color-utils 1.0.17 → 1.0.18-canary-20240726141416

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 +6 -0
  2. package/package.json +3 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @pexip-engage-public/color-utils
2
2
 
3
+ ## 1.0.18-canary-20240726141416
4
+
5
+ ### Patch Changes
6
+
7
+ - b0b8643: chore(deps): update all non-major dependencies
8
+
3
9
  ## 1.0.17
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pexip-engage-public/color-utils",
3
- "version": "1.0.17",
3
+ "version": "1.0.18-canary-20240726141416",
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": "^2.0.1",
35
+ "vitest": "^2.0.3",
36
36
  "@pexip-engage/tsconfig": "0.1.1",
37
- "eslint-config-pexip-engage": "0.1.23"
37
+ "eslint-config-pexip-engage": "0.1.24-canary-20240726141416"
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"