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"
@@ -51,7 +51,7 @@
},
"devDependencies": {
"@tanstack/config": "0.7.13",
"@types/babel__core": "^7.20.5",
"@types/babel__core": "7.20.5",
"vitest": "2.1.9"
}
}
+9 -32
View File
@@ -107,14 +107,14 @@ importers:
version: link:../../packages/tuono
devDependencies:
'@types/react':
specifier: 19.0.2
version: 19.0.2
specifier: ^19.0.2
version: 19.0.8
'@types/react-dom':
specifier: 19.0.2
version: 19.0.2(@types/react@19.0.2)
specifier: ^19.0.2
version: 19.0.3(@types/react@19.0.8)
typescript:
specifier: 5.6.3
version: 5.6.3
specifier: ^5.6.3
version: 5.7.3
examples/tuono-tutorial:
dependencies:
@@ -141,7 +141,7 @@ importers:
examples/with-mdx:
dependencies:
'@mdx-js/react':
specifier: 3.1.0
specifier: ^3.1.0
version: 3.1.0(@types/react@19.0.8)(react@19.0.0)
react:
specifier: ^19.0.0
@@ -154,7 +154,7 @@ importers:
version: link:../../packages/tuono
devDependencies:
'@mdx-js/rollup':
specifier: 3.1.0
specifier: ^3.1.0
version: 3.1.0(acorn@8.14.0)(rollup@4.31.0)
'@types/react':
specifier: ^19.0.2
@@ -274,7 +274,7 @@ importers:
specifier: 0.7.13
version: 0.7.13(@types/node@22.13.0)(esbuild@0.21.5)(rollup@4.31.0)(typescript@5.7.3)(vite@5.4.12(@types/node@22.13.0)(lightningcss@1.29.1)(sugarss@4.0.1(postcss@8.5.1)))
'@types/babel__core':
specifier: ^7.20.5
specifier: 7.20.5
version: 7.20.5
vitest:
specifier: 2.1.9
@@ -1085,19 +1085,11 @@ packages:
'@types/node@22.13.0':
resolution: {integrity: sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==}
'@types/react-dom@19.0.2':
resolution: {integrity: sha512-c1s+7TKFaDRRxr1TxccIX2u7sfCnc3RxkVyBIUA2lCpyqCF+QoAwQ/CBg7bsMdVwP120HEH143VQezKtef5nCg==}
peerDependencies:
'@types/react': ^19.0.0
'@types/react-dom@19.0.3':
resolution: {integrity: sha512-0Knk+HJiMP/qOZgMyNFamlIjw9OFCsyC2ZbigmEEyXXixgre6IQpm/4V+r3qH4GC1JPvRJKInw+on2rV6YZLeA==}
peerDependencies:
'@types/react': ^19.0.0
'@types/react@19.0.2':
resolution: {integrity: sha512-USU8ZI/xyKJwFTpjSVIrSeHBVAGagkHQKPNbxeWwql/vDmnTIBgx+TJnhFnj1NXgz8XfprU0egV2dROLGpsBEg==}
'@types/react@19.0.8':
resolution: {integrity: sha512-9P/o1IGdfmQxrujGbIMDyYaaCykhLKc0NGCtYcECNUr9UAaDe4gwvV9bR6tvd5Br1SG0j+PBpbKr2UYY8CwqSw==}
@@ -3191,11 +3183,6 @@ packages:
engines: {node: '>=14.17'}
hasBin: true
typescript@5.6.3:
resolution: {integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==}
engines: {node: '>=14.17'}
hasBin: true
typescript@5.7.3:
resolution: {integrity: sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==}
engines: {node: '>=14.17'}
@@ -4235,18 +4222,10 @@ snapshots:
dependencies:
undici-types: 6.20.0
'@types/react-dom@19.0.2(@types/react@19.0.2)':
dependencies:
'@types/react': 19.0.2
'@types/react-dom@19.0.3(@types/react@19.0.8)':
dependencies:
'@types/react': 19.0.8
'@types/react@19.0.2':
dependencies:
csstype: 3.1.3
'@types/react@19.0.8':
dependencies:
csstype: 3.1.3
@@ -6938,8 +6917,6 @@ snapshots:
typescript@5.4.2: {}
typescript@5.6.3: {}
typescript@5.7.3: {}
unbox-primitive@1.1.0: