proto-tailwindcss-clrs 0.0.538 → 0.0.540

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 +4 -4
  2. package/pnpm-workspace.yaml +74 -26
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proto-tailwindcss-clrs",
3
- "version": "0.0.538",
3
+ "version": "0.0.540",
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>",
@@ -25,12 +25,12 @@
25
25
  },
26
26
  "devDependencies": {
27
27
  "autoprefixer": "10.5.4",
28
- "bumpp": "12.2.1",
29
- "jest": "30.4.2",
28
+ "bumpp": "12.2.2",
29
+ "jest": "30.5.0",
30
30
  "jest-matcher-css": "1.1.0",
31
31
  "only-allow": "1.2.2",
32
32
  "postcss": "8.5.26",
33
- "rollup": "4.63.0",
33
+ "rollup": "4.63.1",
34
34
  "tailwindcss": "3.4.17",
35
35
  "yoctocolors": "2.2.0"
36
36
  },
@@ -3,33 +3,81 @@ packages:
3
3
  - 'packages/*'
4
4
 
5
5
  allowBuilds:
6
+ '@parcel/watcher': true
6
7
  'esbuild': true
7
8
  'unrs-resolver': true
8
9
 
9
10
  minimumReleaseAgeExclude:
10
- - '@rollup/rollup-android-arm-eabi@4.63.0'
11
- - '@rollup/rollup-android-arm64@4.63.0'
12
- - '@rollup/rollup-darwin-arm64@4.63.0'
13
- - '@rollup/rollup-darwin-x64@4.63.0'
14
- - '@rollup/rollup-freebsd-arm64@4.63.0'
15
- - '@rollup/rollup-freebsd-x64@4.63.0'
16
- - '@rollup/rollup-linux-arm-gnueabihf@4.63.0'
17
- - '@rollup/rollup-linux-arm-musleabihf@4.63.0'
18
- - '@rollup/rollup-linux-arm64-gnu@4.63.0'
19
- - '@rollup/rollup-linux-arm64-musl@4.63.0'
20
- - '@rollup/rollup-linux-loong64-gnu@4.63.0'
21
- - '@rollup/rollup-linux-loong64-musl@4.63.0'
22
- - '@rollup/rollup-linux-ppc64-gnu@4.63.0'
23
- - '@rollup/rollup-linux-ppc64-musl@4.63.0'
24
- - '@rollup/rollup-linux-riscv64-gnu@4.63.0'
25
- - '@rollup/rollup-linux-riscv64-musl@4.63.0'
26
- - '@rollup/rollup-linux-s390x-gnu@4.63.0'
27
- - '@rollup/rollup-linux-x64-gnu@4.63.0'
28
- - '@rollup/rollup-linux-x64-musl@4.63.0'
29
- - '@rollup/rollup-openbsd-x64@4.63.0'
30
- - '@rollup/rollup-openharmony-arm64@4.63.0'
31
- - '@rollup/rollup-win32-arm64-msvc@4.63.0'
32
- - '@rollup/rollup-win32-ia32-msvc@4.63.0'
33
- - '@rollup/rollup-win32-x64-gnu@4.63.0'
34
- - '@rollup/rollup-win32-x64-msvc@4.63.0'
35
- - rollup@4.63.0
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