@centreon/js-config 24.12.0 → 25.1.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@centreon/js-config",
3
3
  "description": "Centreon Frontend shared build configuration",
4
- "version": "24.12.0",
4
+ "version": "25.1.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/centreon/centreon-frontend.git"
@@ -53,12 +53,6 @@ const getBaseConfiguration = ({
53
53
  singleton: true
54
54
  }
55
55
  },
56
- {
57
- 'react-dom': {
58
- requiredVersion: '18.x',
59
- singleton: true
60
- }
61
- },
62
56
  {
63
57
  'react-i18next': {
64
58
  requiredVersion: '14.x',
@@ -66,8 +60,8 @@ const getBaseConfiguration = ({
66
60
  }
67
61
  },
68
62
  {
69
- 'react-router-dom': {
70
- requiredVersion: '6.x',
63
+ 'react-router': {
64
+ requiredVersion: '7.x',
71
65
  singleton: true
72
66
  }
73
67
  }