Thomas Kaul
2 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
11 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. |
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Upgraded `@internationalized/number` from version `3.6.7` to `3.6.8` |
|
|
|
|
|
|
|
## 3.70.1 - 2026-09-14 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
@ -26,7 +26,7 @@ |
|
|
|
"@bull-board/nestjs": "9.8.0", |
|
|
|
"@codewithdan/observable-store": "3.0.0", |
|
|
|
"@date-fns/utc": "2.1.1", |
|
|
|
"@internationalized/number": "3.6.7", |
|
|
|
"@internationalized/number": "3.6.8", |
|
|
|
"@ionic/angular": "8.8.12", |
|
|
|
"@keyv/redis": "5.1.6", |
|
|
|
"@modelcontextprotocol/core": "2.0.0", |
|
|
|
@ -7555,9 +7555,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/@internationalized/number": { |
|
|
|
"version": "3.6.7", |
|
|
|
"resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.6.7.tgz", |
|
|
|
"integrity": "sha512-3ji1fcrT+FPAK86UqEhB/psHixYo6niWPJtt7+qRaYFynt/BaJG8GhAPimtWUpEiVSTq8ZM8L5psMxGquiB/Vg==", |
|
|
|
"version": "3.6.8", |
|
|
|
"resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.6.8.tgz", |
|
|
|
"integrity": "sha512-8UmMFia46DUt+k97zKd9fKWXcWHR+k8ae3eYzILETuT2KbIvLyOfac7zesw+sJdRAAZ7Q9pM1Mk22aXp2LD0Ig==", |
|
|
|
"license": "Apache-2.0", |
|
|
|
"dependencies": { |
|
|
|
"@swc/helpers": "^0.5.0" |
|
|
|
|
|
|
|
@ -70,7 +70,7 @@ |
|
|
|
"@bull-board/nestjs": "9.8.0", |
|
|
|
"@codewithdan/observable-store": "3.0.0", |
|
|
|
"@date-fns/utc": "2.1.1", |
|
|
|
"@internationalized/number": "3.6.7", |
|
|
|
"@internationalized/number": "3.6.8", |
|
|
|
"@ionic/angular": "8.8.12", |
|
|
|
"@keyv/redis": "5.1.6", |
|
|
|
"@modelcontextprotocol/core": "2.0.0", |
|
|
|
|