Skip to content

Commit 7cb72ef

Browse files
committed
Merge branch 'main' of github.com:spuxx1701/jslibs
2 parents fdee480 + a59c940 commit 7cb72ef

File tree

4 files changed

+489
-493
lines changed

4 files changed

+489
-493
lines changed

.release-please/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
{ "type": "fix", "section": "Bug Fixes" },
1414
{ "type": "perf", "section": "Performance Improvements" },
1515
{ "type": "revert", "section": "Reverts" },
16+
{ "type": "build", "section": "Build System" },
1617
{ "type": "docs", "section": "Documentation", "hidden": true },
1718
{ "type": "style", "section": "Styles", "hidden": true },
1819
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": true },
1920
{ "type": "refactor", "section": "Code Refactoring", "hidden": true },
2021
{ "type": "test", "section": "Tests", "hidden": true },
21-
{ "type": "build", "section": "Build System", "hidden": true },
2222
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
2323
],
2424
"prerelease": true

apps/starlight/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"devDependencies": {
1414
"@astrojs/check": "0.9.4",
1515
"@astrojs/mdx": "4.3.7",
16-
"@astrojs/solid-js": "5.1.1",
16+
"@astrojs/solid-js": "5.1.2",
1717
"@astrojs/starlight": "0.36.1",
1818
"@spuxx/browser-utils": "workspace:@spuxx/browser-utils@*",
1919
"@spuxx/js-utils": "workspace:@spuxx/js-utils@*",
2020
"@spuxx/solid": "workspace:@spuxx/solid@*",
21-
"astro": "5.14.4",
21+
"astro": "5.15.3",
2222
"sharp": "0.34.4",
2323
"solid-js": "1.9.10",
2424
"typescript": "5.9.3",

packages/solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@vitest/coverage-v8": "3.2.4",
5757
"csstype": "3.1.3",
5858
"iconify-icon": "3.0.2",
59-
"playwright": "1.56.0",
59+
"playwright": "1.56.1",
6060
"solid-js": "1.9.10",
6161
"typescript": "5.9.3",
6262
"vite": "7.1.11",

0 commit comments

Comments
 (0)