Skip to content

Commit 2a5be70

Browse files
committed
chore(deps): move dependencies to workspace catalog
1 parent 597950a commit 2a5be70

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"conventional-changelog-conventionalcommits": "^9.1.0",
7171
"cross-env": "catalog:",
7272
"npm-run-all2": "^8.0.4",
73-
"remove-glob": "^0.3.5",
73+
"remove-glob": "catalog:",
7474
"typescript": "catalog:"
7575
},
7676
"packageManager": "[email protected]"

packages/multiple-select-vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"native-copyfiles": "^1.3.5",
7777
"postcss": "^8.5.6",
7878
"postcss-cli": "^11.0.1",
79-
"remove-glob": "^0.3.5",
79+
"remove-glob": "catalog:",
8080
"sass": "catalog:",
8181
"tinyglobby": "^0.2.14",
8282
"typescript": "catalog:"

pnpm-lock.yaml

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ packages:
44
# Define a catalog of version ranges.
55
catalog:
66
cross-env: ^7.0.3
7+
'remove-glob': ^0.3.5
78
sass: ^1.89.2
89
typescript: ^5.8.3

0 commit comments

Comments
 (0)