Skip to content

Commit 32e86d1

Browse files
committed
v0.7.1
- updates to authkit-js 0.7.1
1 parent a84bc9a commit 32e86d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workos-inc/authkit-react",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "AuthKit React SDK",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -28,15 +28,15 @@
2828
"homepage": "https://github.com/workos/authkit-react#readme",
2929
"devDependencies": {
3030
"@types/react": "18.3.3",
31-
"prettier": "^3.3.3",
31+
"prettier": "^3.4.1",
3232
"ts-node": "^10.9.2",
33-
"tsup": "^8.1.2",
33+
"tsup": "^8.3.5",
3434
"typescript": "5.5.3"
3535
},
3636
"peerDependencies": {
3737
"react": ">=17"
3838
},
3939
"dependencies": {
40-
"@workos-inc/authkit-js": "0.7.0"
40+
"@workos-inc/authkit-js": "0.7.1"
4141
}
4242
}

0 commit comments

Comments
 (0)