feat: refine package.json version ranges (#507)

This commit is contained in:
Marco Pasqualetti
2025-02-05 09:28:18 +01:00
committed by GitHub
parent cecf2ba8cc
commit 1a3c9a7fbe
4 changed files with 15 additions and 38 deletions
+3 -3
View File
@@ -8,8 +8,8 @@
"tuono": "link:../../packages/tuono"
},
"devDependencies": {
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"typescript": "5.6.3"
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.6.3"
}
}
+2 -2
View File
@@ -3,13 +3,13 @@
"description": "Tuono example combined with mdx",
"version": "0.0.1",
"dependencies": {
"@mdx-js/react": "3.1.0",
"@mdx-js/react": "^3.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tuono": "link:../../packages/tuono"
},
"devDependencies": {
"@mdx-js/rollup": "3.1.0",
"@mdx-js/rollup": "^3.1.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.6.3"