fix(dependencies): Update dependency versions

This commit is contained in:
2025-12-04 10:39:09 +00:00
parent b5719efdf0
commit fafb55e294
4 changed files with 427 additions and 372 deletions

View File

@@ -1,5 +1,12 @@
# Changelog # Changelog
## 2025-12-04 - 1.2.5 - fix(dependencies)
Update dependency versions
- Bumped @design.estate/dees-catalog from ^2.0.0 to ^2.0.3
- Bumped @git.zone/tsbundle from ^2.6.1 to ^2.6.3
- Bumped @git.zone/tswatch from ^2.2.1 to ^2.2.3
## 2025-11-30 - 1.2.4 - fix(uptimelink-webwidget) ## 2025-11-30 - 1.2.4 - fix(uptimelink-webwidget)
Modernize element props (use accessor), bump deps, add CI/workflows, export pages and update package metadata/docs Modernize element props (use accessor), bump deps, add CI/workflows, export pages and update package metadata/docs

View File

@@ -15,16 +15,16 @@
"author": "Lossless GmbH", "author": "Lossless GmbH",
"license": "UNLICENSED", "license": "UNLICENSED",
"dependencies": { "dependencies": {
"@design.estate/dees-catalog": "^2.0.0", "@design.estate/dees-catalog": "^2.0.3",
"@design.estate/dees-domtools": "^2.3.6", "@design.estate/dees-domtools": "^2.3.6",
"@design.estate/dees-element": "^2.1.3", "@design.estate/dees-element": "^2.1.3",
"@design.estate/dees-wcctools": "^1.2.1" "@design.estate/dees-wcctools": "^1.2.1"
}, },
"devDependencies": { "devDependencies": {
"@git.zone/tsbuild": "^3.1.2", "@git.zone/tsbuild": "^3.1.2",
"@git.zone/tsbundle": "^2.6.1", "@git.zone/tsbundle": "^2.6.3",
"@git.zone/tsrun": "^2.0.0", "@git.zone/tsrun": "^2.0.0",
"@git.zone/tswatch": "^2.2.1", "@git.zone/tswatch": "^2.2.3",
"@push.rocks/projectinfo": "^5.0.2", "@push.rocks/projectinfo": "^5.0.2",
"@types/node": "^24.10.1" "@types/node": "^24.10.1"
}, },

784
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@uptime.link/webwidget', name: '@uptime.link/webwidget',
version: '1.2.4', version: '1.2.5',
description: 'The web widget for public use of uptimelink, allowing users to monitor uptime status through a user-friendly interface.' description: 'The web widget for public use of uptimelink, allowing users to monitor uptime status through a user-friendly interface.'
} }