@mtes-mct/monitor-ui 18.10.0 → 19.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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [18.10.0](https://github.com/MTES-MCT/monitor-ui/compare/v18.9.0...v18.10.0) (2024-08-05)
2
+
3
+
4
+ ### Features
5
+
6
+ * **icons:** add invalid icon ([a72a198](https://github.com/MTES-MCT/monitor-ui/commit/a72a198dfa8495b016e7395815ca50d0c1c26cd0))
7
+
8
+
9
+ ### Buid System & Dependencies
10
+
11
+ * **deps:** bump @babel/runtime in the non-major-dependencies group ([554e667](https://github.com/MTES-MCT/monitor-ui/commit/554e667373a2f44613a45925eed8c5f2db1404e1))
12
+ * **deps:** bump @tanstack/react-table ([a8e68fb](https://github.com/MTES-MCT/monitor-ui/commit/a8e68fbf0ab272dd5d3e85152af296f1e065f3a0))
13
+ * **dev-deps:** bump the all-non-major-dependencies group ([fecdd12](https://github.com/MTES-MCT/monitor-ui/commit/fecdd1262ba5bf0e619f3dae7af661774adf2195))
14
+
1
15
  ## [18.9.0](https://github.com/MTES-MCT/monitor-ui/compare/v18.8.0...v18.9.0) (2024-07-30)
2
16
 
3
17
  ### Features
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": "18.10.0",
4
+ "version": "19.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": "^7.0.0",
18
+ "@sentry/react": "^8.0.0",
19
19
  "cypress": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
20
20
  "formik": "^2.0.0",
21
21
  "react": "^18.0.0",