Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
- updates to authkit-js 0.7.1
  • Loading branch information
cmatheson committed Dec 3, 2024
1 parent a84bc9a commit 32e86d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workos-inc/authkit-react",
"version": "0.7.0",
"version": "0.7.1",
"description": "AuthKit React SDK",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -28,15 +28,15 @@
"homepage": "https://github.com/workos/authkit-react#readme",
"devDependencies": {
"@types/react": "18.3.3",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"ts-node": "^10.9.2",
"tsup": "^8.1.2",
"tsup": "^8.3.5",
"typescript": "5.5.3"
},
"peerDependencies": {
"react": ">=17"
},
"dependencies": {
"@workos-inc/authkit-js": "0.7.0"
"@workos-inc/authkit-js": "0.7.1"
}
}

0 comments on commit 32e86d1

Please sign in to comment.