@mtes-mct/monitor-ui 24.31.6 → 24.32.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
## [24.32.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.31.6...v24.32.0) (2025-09-10)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* **libs:** bump to storybook9 ([5b40758](https://github.com/MTES-MCT/monitor-ui/commit/5b40758a56b237e98dc0cb252d03b8ca43d5c19c))
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
* **global:** fix release job ([505d3be](https://github.com/MTES-MCT/monitor-ui/commit/505d3be91727a1038695d28154161fb7a7e780f8))
|
|
10
|
+
|
|
11
|
+
### Buid System & Dependencies
|
|
12
|
+
|
|
13
|
+
* **dev-deps:** bump the all-non-major-dependencies group across 1 directory with 4 updates ([26b7529](https://github.com/MTES-MCT/monitor-ui/commit/26b7529fee0e9538709ed80350ddf520772e0b53))
|
|
14
|
+
* **dev-deps:** bump vite ([df3bf4e](https://github.com/MTES-MCT/monitor-ui/commit/df3bf4e8391344a02fda79d2afdb1e555683560f))
|
|
15
|
+
* **dev-deps:** bump vite in the npm_and_yarn group across 1 directory ([9ad6fa6](https://github.com/MTES-MCT/monitor-ui/commit/9ad6fa6ab37c8b5ff8bba835d74d253b4cae6f63))
|
|
16
|
+
|
|
17
|
+
## [24.31.6](https://github.com/MTES-MCT/monitor-ui/compare/v24.31.5...v24.31.6) (2025-09-09)
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* **fields:** delete omit "container" prop in Select component ([4eb8b31](https://github.com/MTES-MCT/monitor-ui/commit/4eb8b31154e28ab6da75235afa86732a2b50199e))
|
|
22
|
+
|
|
1
23
|
## [24.31.5](https://github.com/MTES-MCT/monitor-ui/compare/v24.31.4...v24.31.5) (2025-09-09)
|
|
2
24
|
|
|
3
25
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mtes-mct/monitor-ui",
|
|
3
3
|
"description": "Common React components, hooks, utilities and CSS stylesheets for MonitorFish, MonitorEnv and RapportNav.",
|
|
4
|
-
"version": "24.
|
|
4
|
+
"version": "24.32.1",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": ">=
|
|
8
|
+
"node": ">=24"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@babel/runtime": "7.27.6",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"conventional-changelog-conventionalcommits": ">= 8.0.0"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@sentry/react": "^
|
|
21
|
+
"@sentry/react": "^8.0.0 || ^9.0.0 || ^10.0.0",
|
|
22
22
|
"@tanstack/react-table": "^8.0.0",
|
|
23
23
|
"@tanstack/react-virtual": "^3.0.0",
|
|
24
24
|
"cypress": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",
|