Browse Source

Task/upgrade @internationalized/number to version 3.6.8 (#7876)

* Update @internationalized/number to version 3.6.8

* Update changelog
pull/7886/head^2
Thomas Kaul 2 days ago
committed by GitHub
parent
commit
c105f50ca0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      CHANGELOG.md
  2. 8
      package-lock.json
  3. 2
      package.json

6
CHANGELOG.md

@ -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/), 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). 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 ## 3.70.1 - 2026-09-14
### Added ### Added

8
package-lock.json

@ -26,7 +26,7 @@
"@bull-board/nestjs": "9.8.0", "@bull-board/nestjs": "9.8.0",
"@codewithdan/observable-store": "3.0.0", "@codewithdan/observable-store": "3.0.0",
"@date-fns/utc": "2.1.1", "@date-fns/utc": "2.1.1",
"@internationalized/number": "3.6.7", "@internationalized/number": "3.6.8",
"@ionic/angular": "8.8.12", "@ionic/angular": "8.8.12",
"@keyv/redis": "5.1.6", "@keyv/redis": "5.1.6",
"@modelcontextprotocol/core": "2.0.0", "@modelcontextprotocol/core": "2.0.0",
@ -7555,9 +7555,9 @@
} }
}, },
"node_modules/@internationalized/number": { "node_modules/@internationalized/number": {
"version": "3.6.7", "version": "3.6.8",
"resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.6.7.tgz", "resolved": "https://registry.npmjs.org/@internationalized/number/-/number-3.6.8.tgz",
"integrity": "sha512-3ji1fcrT+FPAK86UqEhB/psHixYo6niWPJtt7+qRaYFynt/BaJG8GhAPimtWUpEiVSTq8ZM8L5psMxGquiB/Vg==", "integrity": "sha512-8UmMFia46DUt+k97zKd9fKWXcWHR+k8ae3eYzILETuT2KbIvLyOfac7zesw+sJdRAAZ7Q9pM1Mk22aXp2LD0Ig==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@swc/helpers": "^0.5.0" "@swc/helpers": "^0.5.0"

2
package.json

@ -70,7 +70,7 @@
"@bull-board/nestjs": "9.8.0", "@bull-board/nestjs": "9.8.0",
"@codewithdan/observable-store": "3.0.0", "@codewithdan/observable-store": "3.0.0",
"@date-fns/utc": "2.1.1", "@date-fns/utc": "2.1.1",
"@internationalized/number": "3.6.7", "@internationalized/number": "3.6.8",
"@ionic/angular": "8.8.12", "@ionic/angular": "8.8.12",
"@keyv/redis": "5.1.6", "@keyv/redis": "5.1.6",
"@modelcontextprotocol/core": "2.0.0", "@modelcontextprotocol/core": "2.0.0",

Loading…
Cancel
Save