Skip to content

Commit e76380c

Browse files
authored
chore(deps): update all dev dependencies (#311)
1 parent 1459f35 commit e76380c

File tree

4 files changed

+180
-162
lines changed

4 files changed

+180
-162
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@
5858
"playwright:install": "pnpm exec playwright install"
5959
},
6060
"devDependencies": {
61-
"@biomejs/biome": "^1.9.3",
62-
"@lerna-lite/cli": "^3.9.3",
63-
"@lerna-lite/publish": "^3.9.3",
64-
"@lerna-lite/watch": "^3.9.3",
65-
"@playwright/test": "^1.48.0",
66-
"@types/node": "^22.7.5",
61+
"@biomejs/biome": "^1.9.4",
62+
"@lerna-lite/cli": "^3.10.0",
63+
"@lerna-lite/publish": "^3.10.0",
64+
"@lerna-lite/watch": "^3.10.0",
65+
"@playwright/test": "^1.48.1",
66+
"@types/node": "^22.7.9",
6767
"conventional-changelog-conventionalcommits": "^7.0.2",
6868
"cross-env": "^7.0.3",
69-
"npm-run-all2": "^6.2.3",
69+
"npm-run-all2": "^7.0.1",
7070
"pnpm": "^9.12.2",
7171
"rimraf": "^5.0.10",
7272
"typescript": "5.6.3"

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@types/dompurify": "^3.0.5",
30-
"sass": "^1.79.5",
30+
"sass": "^1.80.4",
3131
"typescript": "5.6.3",
3232
"vite": "^6.0.0-beta.3"
3333
}

packages/multiple-select-vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"esbuild": "^0.24.0",
8585
"postcss": "^8.4.47",
8686
"postcss-cli": "^11.0.0",
87-
"sass": "^1.79.5",
87+
"sass": "^1.80.4",
8888
"tinyglobby": "^0.2.9",
8989
"typescript": "5.6.3"
9090
}

0 commit comments

Comments
 (0)