2
0

⬆️ Upgrade chakra version

This commit is contained in:
Baptiste Arnaud
2024-06-17 14:12:14 +02:00
parent 0f2f4d2130
commit bec9cb68ca
61 changed files with 724 additions and 1793 deletions

View File

@ -16,7 +16,7 @@
"@stripe/stripe-js": "1.54.1",
"@udecode/plate-common": "30.4.5",
"dompurify": "3.0.6",
"ky": "1.1.3",
"ky": "1.2.4",
"marked": "9.0.3",
"solid-element": "1.7.1",
"solid-js": "1.7.8"
@ -48,4 +48,4 @@
"tailwindcss": "3.3.3",
"typescript": "5.4.5"
}
}
}

View File

@ -34,7 +34,7 @@
"rollup": "3.26.2",
"rollup-plugin-typescript-paths": "1.4.0",
"tslib": "2.6.0",
"tsx": "3.12.7",
"tsx": "4.6.2",
"typescript": "5.4.5",
"@rollup/plugin-typescript": "11.1.2"
},
@ -42,4 +42,4 @@
"next": "12.x || 13.x || 14.x",
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
}
}
}

View File

@ -38,11 +38,11 @@
"rollup": "3.26.2",
"rollup-plugin-typescript-paths": "1.4.0",
"tslib": "2.6.0",
"tsx": "3.12.7",
"tsx": "4.6.2",
"typescript": "5.4.5",
"@rollup/plugin-typescript": "11.1.2"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
}
}
}