Skip to content

Commit 062699a

Browse files
authored
fix(deps): update all non-major dependencies (#509)
1 parent 613eadb commit 062699a

4 files changed

Lines changed: 387 additions & 393 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
"pnpm": "10.x"
5757
},
5858
"devDependencies": {
59-
"@biomejs/biome": "^2.5.1",
60-
"@lerna-lite/cli": "^5.4.0",
61-
"@lerna-lite/publish": "^5.4.0",
62-
"@lerna-lite/watch": "^5.4.0",
59+
"@biomejs/biome": "^2.5.3",
60+
"@lerna-lite/cli": "^5.4.1",
61+
"@lerna-lite/publish": "^5.4.1",
62+
"@lerna-lite/watch": "^5.4.1",
6363
"@playwright/test": "^1.61.1",
64-
"@types/node": "^26.0.1",
65-
"conventional-changelog-conventionalcommits": "^10.2.0",
64+
"@types/node": "^26.1.1",
65+
"conventional-changelog-conventionalcommits": "^10.2.1",
6666
"cross-env": "catalog:",
6767
"npm-run-all2": "^9.0.2",
6868
"remove-glob": "catalog:",

packages/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"dependencies": {
2222
"@popperjs/core": "^2.11.8",
2323
"bootstrap": "^5.3.8",
24-
"dompurify": "^3.4.11",
24+
"dompurify": "^3.4.12",
2525
"font-awesome": "^4.7.0",
2626
"multiple-select-vanilla": "workspace:*"
2727
},
2828
"devDependencies": {
2929
"sass": "catalog:",
3030
"typescript": "catalog:",
31-
"vite": "^8.1.1"
31+
"vite": "^8.1.4"
3232
}
3333
}

packages/multiple-select-vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"cssnano": "^8.0.2",
7272
"esbuild": "^0.28.1",
7373
"native-copyfiles": "catalog:",
74-
"postcss": "^8.5.16",
74+
"postcss": "^8.5.17",
7575
"postcss-cli": "^11.0.1",
7676
"remove-glob": "catalog:",
7777
"sass": "catalog:",

0 commit comments

Comments
 (0)