⬇️(app-desk) downgrade @types/react-dom
Downgrade @types/react-dom to 18.2.18. The lastest version seems to have lot of compatibility issues with other packages: - @openfun/cunningham-react - @tanstack/react-query-devtools - next We add this package with this version to the ignore list in renovate.json, when we will have a new compatible version, we will remove it from the ignore list.
This commit is contained in:
@@ -13,6 +13,13 @@
|
||||
"groupName": "ignored js dependencies",
|
||||
"matchManagers": ["npm"],
|
||||
"matchPackageNames": ["node", "node-fetch", "i18next-parser"]
|
||||
},
|
||||
{
|
||||
"enabled": false,
|
||||
"groupName": "ignored js @types/react-dom@18.2.19",
|
||||
"matchManagers": ["npm"],
|
||||
"matchPackageNames": ["@types/react-dom"],
|
||||
"allowedVersions": ">18.2.19"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
"@types/luxon": "3.4.2",
|
||||
"@types/node": "*",
|
||||
"@types/react": "18.2.58",
|
||||
"@types/react-dom": "18.2.19",
|
||||
"@types/react-dom": "18.2.18",
|
||||
"dotenv": "16.4.5",
|
||||
"eslint-config-people": "*",
|
||||
"fetch-mock": "9.11.0",
|
||||
|
||||
@@ -3176,14 +3176,7 @@
|
||||
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.11.tgz#2596fb352ee96a1379c657734d4b913a613ad563"
|
||||
integrity sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==
|
||||
|
||||
"@types/react-dom@18.2.19":
|
||||
version "18.2.19"
|
||||
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.19.tgz#b84b7c30c635a6c26c6a6dfbb599b2da9788be58"
|
||||
integrity sha512-aZvQL6uUbIJpjZk4U8JZGbau9KDeAwMfmhyWorxgBkqDIEf6ROjRozcmPIicqsUwPUjbkDfHKgGee1Lq65APcA==
|
||||
dependencies:
|
||||
"@types/react" "*"
|
||||
|
||||
"@types/react-dom@^18.0.0":
|
||||
"@types/react-dom@18.2.18", "@types/react-dom@^18.0.0":
|
||||
version "18.2.18"
|
||||
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.18.tgz#16946e6cd43971256d874bc3d0a72074bb8571dd"
|
||||
integrity sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==
|
||||
|
||||
Reference in New Issue
Block a user