Skip to content

Commit

Permalink
test: keep testing React 18 (#34671)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Feb 7, 2025
1 parent bc8d6ce commit 9e43306
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions tests/components/ct-react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.5"
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.6.1"
},
"devDependencies": {
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^4.2.1",
"msw": "^2.3.0",
"typescript": "^5.2.2",
"vite": "^6.1.0"
"vite": "^5.2.8"
}
}
10 changes: 5 additions & 5 deletions tests/components/ct-vue-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"vue-router": "^4.1.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"typescript": "~5.7.2",
"vite": "^6.1.0",
"vue-tsc": "^2.2.0"
"@vitejs/plugin-vue": "^5.2.0",
"@vue/tsconfig": "^0.5.1",
"typescript": "5.6.2",
"vite": "^5.2.8",
"vue-tsc": "^2.0.21"
}
}

0 comments on commit 9e43306

Please sign in to comment.