⬆️ Upgrade dependencies
This commit is contained in:
@ -12,30 +12,30 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@stripe/stripe-js": "1.49.0",
|
||||
"solid-element": "1.6.4",
|
||||
"solid-js": "1.6.14"
|
||||
"@stripe/stripe-js": "1.52.0",
|
||||
"solid-element": "1.7.0",
|
||||
"solid-js": "1.7.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-typescript": "7.21.0",
|
||||
"@babel/preset-typescript": "7.21.4",
|
||||
"@rollup/plugin-babel": "6.0.3",
|
||||
"@rollup/plugin-node-resolve": "15.0.1",
|
||||
"@rollup/plugin-terser": "0.4.0",
|
||||
"@rollup/plugin-typescript": "11.0.0",
|
||||
"autoprefixer": "10.4.14",
|
||||
"babel-preset-solid": "1.6.13",
|
||||
"eslint": "8.36.0",
|
||||
"babel-preset-solid": "1.7.1",
|
||||
"eslint": "8.37.0",
|
||||
"eslint-config-custom": "workspace:*",
|
||||
"eslint-plugin-solid": "0.11.0",
|
||||
"eslint-plugin-solid": "0.12.0",
|
||||
"@typebot.io/schemas": "workspace:*",
|
||||
"postcss": "8.4.21",
|
||||
"react": "18.2.0",
|
||||
"rollup": "3.19.1",
|
||||
"rollup": "3.20.2",
|
||||
"rollup-plugin-postcss": "4.0.2",
|
||||
"rollup-plugin-typescript-paths": "1.4.0",
|
||||
"tailwindcss": "3.2.7",
|
||||
"tailwindcss": "3.3.1",
|
||||
"@typebot.io/tsconfig": "workspace:*",
|
||||
"typescript": "4.9.5",
|
||||
"typescript": "5.0.3",
|
||||
"@typebot.io/lib": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
@ -15,11 +15,7 @@ export const Avatar = (props: { initialAvatarSrc?: string }) => {
|
||||
})
|
||||
|
||||
return (
|
||||
<Show
|
||||
when={isNotEmpty(avatarSrc())}
|
||||
keyed
|
||||
fallback={() => <DefaultAvatar />}
|
||||
>
|
||||
<Show when={isNotEmpty(avatarSrc())} keyed fallback={<DefaultAvatar />}>
|
||||
<figure
|
||||
class={
|
||||
'flex justify-center items-center rounded-full text-white relative animate-fade-in flex-shrink-0 ' +
|
||||
|
@ -20,25 +20,25 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/preset-react": "7.18.6",
|
||||
"@babel/preset-typescript": "7.21.0",
|
||||
"@babel/preset-typescript": "7.21.4",
|
||||
"@rollup/plugin-babel": "6.0.3",
|
||||
"@rollup/plugin-node-resolve": "15.0.1",
|
||||
"@rollup/plugin-terser": "0.4.0",
|
||||
"@rollup/plugin-typescript": "11.0.0",
|
||||
"@typebot.io/js": "workspace:*",
|
||||
"@types/node": "18.15.3",
|
||||
"@types/react": "18.0.28",
|
||||
"@types/node": "18.15.11",
|
||||
"@types/react": "18.0.32",
|
||||
"@typebot.io/prisma": "workspace:*",
|
||||
"eslint": "8.36.0",
|
||||
"eslint": "8.37.0",
|
||||
"eslint-config-custom": "workspace:*",
|
||||
"@typebot.io/schemas": "workspace:*",
|
||||
"react": "18.2.0",
|
||||
"rollup": "3.19.1",
|
||||
"rollup": "3.20.2",
|
||||
"rollup-plugin-typescript-paths": "1.4.0",
|
||||
"@typebot.io/tsconfig": "workspace:*",
|
||||
"tslib": "2.5.0",
|
||||
"tsx": "3.12.5",
|
||||
"typescript": "4.9.5",
|
||||
"tsx": "3.12.6",
|
||||
"typescript": "5.0.3",
|
||||
"@typebot.io/lib": "workspace:*"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
Reference in New Issue
Block a user