Skip to content

Commit 90a377c

Browse files
authored
chore(deps): update all non-major dependencies (#298)
1 parent b7099d4 commit 90a377c

File tree

4 files changed

+285
-281
lines changed

4 files changed

+285
-281
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,24 +57,24 @@
5757
"playwright:install": "pnpm exec playwright install"
5858
},
5959
"devDependencies": {
60-
"@biomejs/biome": "^1.9.0",
61-
"@lerna-lite/cli": "^3.9.0",
62-
"@lerna-lite/publish": "^3.9.0",
63-
"@lerna-lite/watch": "^3.9.0",
64-
"@playwright/test": "^1.46.1",
65-
"@types/node": "^22.5.2",
60+
"@biomejs/biome": "^1.9.2",
61+
"@lerna-lite/cli": "^3.9.1",
62+
"@lerna-lite/publish": "^3.9.1",
63+
"@lerna-lite/watch": "^3.9.1",
64+
"@playwright/test": "^1.47.2",
65+
"@types/node": "^22.5.5",
6666
"conventional-changelog-conventionalcommits": "^7.0.2",
6767
"cross-env": "^7.0.3",
68-
"npm-run-all2": "^6.2.2",
68+
"npm-run-all2": "^6.2.3",
6969
"pnpm": "^8.15.9",
7070
"rimraf": "^5.0.10",
71-
"typescript": "5.5.4"
71+
"typescript": "5.6.2"
7272
},
7373
"packageManager": "[email protected]",
7474
"pnpm": {
7575
"overrides": {
7676
"braces": "^3.0.3",
77-
"express": "^4.19.2",
77+
"express": "^4.21.0",
7878
"ws": "^8.18.0"
7979
}
8080
}

packages/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@types/dompurify": "^3.0.5",
3030
"sass": "^1.79.3",
31-
"typescript": "5.5.4",
32-
"vite": "^5.4.2"
31+
"typescript": "5.6.2",
32+
"vite": "^5.4.7"
3333
}
3434
}

packages/multiple-select-vanilla/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@
7272
"autoprefixer": "^10.4.20",
7373
"copyfiles": "^2.4.1",
7474
"cross-env": "^7.0.3",
75-
"cssnano": "^7.0.5",
75+
"cssnano": "^7.0.6",
7676
"esbuild": "^0.23.1",
7777
"fs-extra": "^11.2.0",
7878
"glob": "^10.4.5",
79-
"postcss": "^8.4.44",
79+
"postcss": "^8.4.47",
8080
"postcss-cli": "^11.0.0",
8181
"sass": "^1.79.3",
82-
"typescript": "5.5.4"
82+
"typescript": "5.6.2"
8383
}
8484
}

0 commit comments

Comments
 (0)