@mtes-mct/monitor-ui 20.0.0 → 21.0.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [20.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v19.0.0...v20.0.0) (2024-08-08)
2
+
3
+
4
+ ### ⚠ BREAKING CHANGES
5
+
6
+ * **dev-deps:** - @tanstack/react-table is added as a peer dependency set to v^8.0.0.
7
+ - @tanstack/react-virtual is added as a peer dependency set to v^3.0.0.
8
+
9
+ ### Buid System & Dependencies
10
+
11
+ * **dev-deps:** stabilize @tanstack/react-virtual from beta to 3.8.4 ([1ecd065](https://github.com/MTES-MCT/monitor-ui/commit/1ecd06544f3fd2b229eff89773d64097d74db212))
12
+
1
13
  ## [19.0.0](https://github.com/MTES-MCT/monitor-ui/compare/v18.10.0...v19.0.0) (2024-08-08)
2
14
 
3
15
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
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": "20.0.0",
4
+ "version": "21.0.0",
5
5
  "license": "AGPL-3.0",
6
6
  "type": "module",
7
7
  "engines": {
@@ -15,7 +15,7 @@
15
15
  "tslib": "2.6.3"
16
16
  },
17
17
  "peerDependencies": {
18
- "@sentry/react": "^8.0.0",
18
+ "@sentry/react": "^7.0.0 || ^8.0.0",
19
19
  "@tanstack/react-table": "^8.0.0",
20
20
  "@tanstack/react-virtual": "^3.0.0",
21
21
  "cypress": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",