Skip to content

Commit f323153

Browse files
committed
fix(react-kratos): types node
1 parent e2b168a commit f323153

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.pnp.cjs

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-kratos/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"axios": "^1.6.3"
1717
},
1818
"devDependencies": {
19+
"@types/node": "22.10.1",
1920
"@types/react": "^18.2.45",
2021
"@types/react-dom": "^18.2.18",
2122
"react": "^18.2.0",

yarn.lock

+1
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ __metadata:
259259
resolution: "@atls/react-kratos@workspace:packages/react-kratos"
260260
dependencies:
261261
"@ory/client": "npm:^1.4.7"
262+
"@types/node": "npm:22.10.1"
262263
"@types/react": "npm:^18.2.45"
263264
"@types/react-dom": "npm:^18.2.18"
264265
axios: "npm:^1.6.3"

0 commit comments

Comments
 (0)