refactor(packages/*): use @vitejs/plugin-react-swc and make all package dependencies explicit (#254)

This commit is contained in:
Marco Pasqualetti
2024-12-23 18:20:29 +01:00
committed by GitHub
parent 2434231f9b
commit f236b75f55
8 changed files with 81 additions and 229 deletions
+5 -4
View File
@@ -44,8 +44,7 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"react": ">=16.3.0",
"react-dom": ">=16.3.0"
"react": ">=16.3.0"
},
"dependencies": {
"react-intersection-observer": "^9.13.0",
@@ -53,11 +52,13 @@
"zustand": "4.4.7"
},
"devDependencies": {
"@tanstack/config": "^0.7.11",
"@tanstack/config": "0.7.13",
"@testing-library/jest-dom": "^6.6.0",
"@testing-library/react": "^16.0.0",
"@types/react": "18.3.13",
"@vitejs/plugin-react-swc": "3.7.2",
"react": "18.3.1",
"jsdom": "^25.0.0",
"prettier": "^3.2.4",
"vitest": "^2.0.0"
}
}