proto-tailwindcss-clrs 0.0.540 → 0.0.541

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/package.json +3 -3
  2. package/pnpm-workspace.yaml +38 -73
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proto-tailwindcss-clrs",
3
- "version": "0.0.540",
3
+ "version": "0.0.541",
4
4
  "description": "Tailwind CSS 3.x plugin that generates color classes for CSS variables.",
5
5
  "main": "index.js",
6
6
  "author": "Richard Hess <eswat2@gmail.com>",
@@ -26,7 +26,7 @@
26
26
  "devDependencies": {
27
27
  "autoprefixer": "10.5.4",
28
28
  "bumpp": "12.2.2",
29
- "jest": "30.5.0",
29
+ "jest": "30.5.1",
30
30
  "jest-matcher-css": "1.1.0",
31
31
  "only-allow": "1.2.2",
32
32
  "postcss": "8.5.26",
@@ -34,5 +34,5 @@
34
34
  "tailwindcss": "3.4.17",
35
35
  "yoctocolors": "2.2.0"
36
36
  },
37
- "packageManager": "pnpm@11.24.0"
37
+ "packageManager": "pnpm@11.25.0+sha512.5cde925b4f075f725eb71fbae18a42ffe784524789f19b61c731cb8721ec28aaee160e01a8d5af4fedb2a42cdbf300efe23db356b0d4a17b4d63e11f8ab7c956"
38
38
  }
@@ -8,76 +8,41 @@ allowBuilds:
8
8
  'unrs-resolver': true
9
9
 
10
10
  minimumReleaseAgeExclude:
11
- - '@jest/console@30.5.0'
12
- - '@jest/core@30.5.0'
13
- - '@jest/diff-sequences@30.5.0'
14
- - '@jest/environment@30.5.0'
15
- - '@jest/expect-utils@30.5.0'
16
- - '@jest/expect@30.5.0'
17
- - '@jest/fake-timers@30.5.0'
18
- - '@jest/get-type@30.5.0'
19
- - '@jest/globals@30.5.0'
20
- - '@jest/pattern@30.5.0'
21
- - '@jest/reporters@30.5.0'
22
- - '@jest/schemas@30.5.0'
23
- - '@jest/snapshot-utils@30.5.0'
24
- - '@jest/source-map@30.5.0'
25
- - '@jest/test-result@30.5.0'
26
- - '@jest/test-sequencer@30.5.0'
27
- - '@jest/transform@30.5.0'
28
- - '@jest/types@30.5.0'
29
- - '@rollup/rollup-android-arm-eabi@4.63.1'
30
- - '@rollup/rollup-android-arm64@4.63.1'
31
- - '@rollup/rollup-darwin-arm64@4.63.1'
32
- - '@rollup/rollup-darwin-x64@4.63.1'
33
- - '@rollup/rollup-freebsd-arm64@4.63.1'
34
- - '@rollup/rollup-freebsd-x64@4.63.1'
35
- - '@rollup/rollup-linux-arm-gnueabihf@4.63.1'
36
- - '@rollup/rollup-linux-arm-musleabihf@4.63.1'
37
- - '@rollup/rollup-linux-arm64-gnu@4.63.1'
38
- - '@rollup/rollup-linux-arm64-musl@4.63.1'
39
- - '@rollup/rollup-linux-loong64-gnu@4.63.1'
40
- - '@rollup/rollup-linux-loong64-musl@4.63.1'
41
- - '@rollup/rollup-linux-ppc64-gnu@4.63.1'
42
- - '@rollup/rollup-linux-ppc64-musl@4.63.1'
43
- - '@rollup/rollup-linux-riscv64-gnu@4.63.1'
44
- - '@rollup/rollup-linux-riscv64-musl@4.63.1'
45
- - '@rollup/rollup-linux-s390x-gnu@4.63.1'
46
- - '@rollup/rollup-linux-x64-gnu@4.63.1'
47
- - '@rollup/rollup-linux-x64-musl@4.63.1'
48
- - '@rollup/rollup-openbsd-x64@4.63.1'
49
- - '@rollup/rollup-openharmony-arm64@4.63.1'
50
- - '@rollup/rollup-win32-arm64-msvc@4.63.1'
51
- - '@rollup/rollup-win32-ia32-msvc@4.63.1'
52
- - '@rollup/rollup-win32-x64-gnu@4.63.1'
53
- - '@rollup/rollup-win32-x64-msvc@4.63.1'
54
- - babel-jest@30.5.0
55
- - babel-plugin-jest-hoist@30.5.0
56
- - babel-preset-jest@30.5.0
57
- - expect@30.5.0
58
- - jest-changed-files@30.5.0
59
- - jest-circus@30.5.0
60
- - jest-cli@30.5.0
61
- - jest-config@30.5.0
62
- - jest-diff@30.5.0
63
- - jest-docblock@30.5.0
64
- - jest-each@30.5.0
65
- - jest-environment-node@30.5.0
66
- - jest-haste-map@30.5.0
67
- - jest-leak-detector@30.5.0
68
- - jest-matcher-utils@30.5.0
69
- - jest-message-util@30.5.0
70
- - jest-mock@30.5.0
71
- - jest-regex-util@30.5.0
72
- - jest-resolve-dependencies@30.5.0
73
- - jest-resolve@30.5.0
74
- - jest-runner@30.5.0
75
- - jest-runtime@30.5.0
76
- - jest-snapshot@30.5.0
77
- - jest-util@30.5.0
78
- - jest-validate@30.5.0
79
- - jest-watcher@30.5.0
80
- - jest-worker@30.5.0
81
- - jest@30.5.0
82
- - pretty-format@30.5.0
83
- - rollup@4.63.1
11
+ - '@jest/console@30.5.1'
12
+ - '@jest/core@30.5.1'
13
+ - '@jest/environment@30.5.1'
14
+ - '@jest/expect-utils@30.5.1'
15
+ - '@jest/expect@30.5.1'
16
+ - '@jest/fake-timers@30.5.1'
17
+ - '@jest/globals@30.5.1'
18
+ - '@jest/reporters@30.5.1'
19
+ - '@jest/snapshot-utils@30.5.1'
20
+ - '@jest/test-result@30.5.1'
21
+ - '@jest/test-sequencer@30.5.1'
22
+ - '@jest/transform@30.5.1'
23
+ - '@jest/types@30.5.1'
24
+ - babel-jest@30.5.1
25
+ - expect@30.5.1
26
+ - jest-changed-files@30.5.1
27
+ - jest-circus@30.5.1
28
+ - jest-cli@30.5.1
29
+ - jest-config@30.5.1
30
+ - jest-diff@30.5.1
31
+ - jest-each@30.5.1
32
+ - jest-environment-node@30.5.1
33
+ - jest-haste-map@30.5.1
34
+ - jest-leak-detector@30.5.1
35
+ - jest-matcher-utils@30.5.1
36
+ - jest-message-util@30.5.1
37
+ - jest-mock@30.5.1
38
+ - jest-resolve-dependencies@30.5.1
39
+ - jest-resolve@30.5.1
40
+ - jest-runner@30.5.1
41
+ - jest-runtime@30.5.1
42
+ - jest-snapshot@30.5.1
43
+ - jest-util@30.5.1
44
+ - jest-validate@30.5.1
45
+ - jest-watcher@30.5.1
46
+ - jest-worker@30.5.1
47
+ - jest@30.5.1
48
+ - pretty-format@30.5.1