test: keep testing React 18 (#34671)

This commit is contained in:
Max Schmitt 2025-02-07 12:24:53 +01:00 committed by GitHub
parent bc8d6ce344
commit 9e433060fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

View file

@ -10,16 +10,16 @@
"typecheck": "tsc --noEmit" "typecheck": "tsc --noEmit"
}, },
"dependencies": { "dependencies": {
"react": "^19.0.0", "react": "^18.2.0",
"react-dom": "^19.0.0", "react-dom": "^18.2.0",
"react-router-dom": "^7.1.5" "react-router-dom": "^6.6.1"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^19.0.8", "@types/react": "^18.0.26",
"@types/react-dom": "^19.0.3", "@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^4.2.1", "@vitejs/plugin-react": "^4.2.1",
"msw": "^2.3.0", "msw": "^2.3.0",
"typescript": "^5.2.2", "typescript": "^5.2.2",
"vite": "^6.1.0" "vite": "^5.2.8"
} }
} }

View file

@ -13,10 +13,10 @@
"vue-router": "^4.1.5" "vue-router": "^4.1.5"
}, },
"devDependencies": { "devDependencies": {
"@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue": "^5.2.0",
"@vue/tsconfig": "^0.7.0", "@vue/tsconfig": "^0.5.1",
"typescript": "~5.7.2", "typescript": "5.6.2",
"vite": "^6.1.0", "vite": "^5.2.8",
"vue-tsc": "^2.2.0" "vue-tsc": "^2.0.21"
} }
} }