Skip to content

Commit 4b25ba9

Browse files
Bump the development-dependencies group across 1 directory with 13 updates (#1593)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Romain Menke <[email protected]>
1 parent 95a35ba commit 4b25ba9

File tree

40 files changed

+456
-535
lines changed

40 files changed

+456
-535
lines changed

knip.json

+14-7
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"entry": [
1313
"scripts/**/*.mjs",
1414
"src/index.ts",
15-
"test/**/*.{cjs,mjs}"
15+
"test/**/*.{cjs,mjs}",
16+
"dist/*.{mjs,js}"
1617
],
1718
"project": [
1819
"**/*.{ts,js,mjs}",
@@ -22,7 +23,8 @@
2223
"plugins/postcss-design-tokens": {
2324
"entry": [
2425
"src/index.ts",
25-
"test/**/*.{cjs,mjs}"
26+
"test/**/*.{cjs,mjs}",
27+
"dist/*.{mjs,js}"
2628
],
2729
"project": [
2830
"**/*.ts",
@@ -35,7 +37,8 @@
3537
"plugins/postcss-global-data": {
3638
"entry": [
3739
"src/index.ts",
38-
"test/**/*.{cjs,mjs}"
40+
"test/**/*.{cjs,mjs}",
41+
"dist/*.{mjs,js}"
3942
],
4043
"project": [
4144
"**/*.ts",
@@ -52,7 +55,8 @@
5255
"src/browser.js",
5356
"src/index.js",
5457
"src/index.ts",
55-
"test/**/*.{cjs,mjs}"
58+
"test/**/*.{cjs,mjs}",
59+
"dist/*.{mjs,js}"
5660
],
5761
"project": [
5862
"**/*.{ts,js,mjs}",
@@ -66,7 +70,8 @@
6670
"src/browser.js",
6771
"src/index.js",
6872
"src/index.ts",
69-
"test/**/*.{cjs,mjs}"
73+
"test/**/*.{cjs,mjs}",
74+
"dist/*.{mjs,js}"
7075
],
7176
"project": [
7277
"**/*.{ts,js,mjs}",
@@ -76,7 +81,8 @@
7681
"plugin-packs/postcss-bundler": {
7782
"entry": [
7883
"src/index.ts",
79-
"test/**/*.{cjs,mjs}"
84+
"test/**/*.{cjs,mjs}",
85+
"dist/*.{mjs,js}"
8086
],
8187
"project": [
8288
"**/*.ts",
@@ -92,7 +98,8 @@
9298
"entry": [
9399
"scripts/**/*.mjs",
94100
"src/index.ts",
95-
"test/**/*.{cjs,mjs}"
101+
"test/**/*.{cjs,mjs}",
102+
"dist/*.{mjs,js}"
96103
],
97104
"project": [
98105
"**/*.{ts,js,mjs}",

0 commit comments

Comments
 (0)