Skip to content

Commit

Permalink
chore: upgrade ory client to 1.15.12 (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas authored Nov 26, 2024
1 parent 2acabd5 commit 21e5cd7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/elements-react-stories/.storybook/global.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/* Copyright © 2024 Ory Corp */
/* SPDX-License-Identifier: Apache-2.0 */

html {
--font-sans: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
1 change: 1 addition & 0 deletions packages/elements-react-stories/.storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import type { Decorator, Preview } from "@storybook/react"
import { chromaticModes } from "./modes"
import "@ory/elements-react/theme/styles.css"
import { merge } from "lodash"
import "./global.css"

const preview: Preview = {
parameters: {
Expand Down
2 changes: 1 addition & 1 deletion packages/elements-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"dependencies": {
"@ory/client-fetch": "1.15.6",
"@ory/client-fetch": "^1.15.12",
"@radix-ui/react-dropdown-menu": "2.1.2",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
Expand Down

0 comments on commit 21e5cd7

Please sign in to comment.