Skip to content

Commit

Permalink
update in-repo generated package
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Court committed Dec 19, 2024
1 parent a025f58 commit c244253
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/example-widget-react-sdk-2.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"test": "vitest run --passWithNoTests"
},
"dependencies": {
"@osdk/client": "workspace:~",
"@osdk/client": "workspace:*",
"@osdk/e2e.generated.catchall": "workspace:*",
"@osdk/widget-client-react.unstable": "workspace:~",
"@osdk/widget-client.unstable": "workspace:~",
"@osdk/widget-client-react.unstable": "^1.0.0",
"@osdk/widget-client.unstable": "^1.0.0",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/themes": "^3.1.4",
"react": "^18",
Expand All @@ -28,7 +28,7 @@
"devDependencies": {
"@eslint/compat": "^1.2.1",
"@eslint/js": "^9.13.0",
"@osdk/widget.vite-plugin.unstable": "workspace:~",
"@osdk/widget.vite-plugin.unstable": "^1.0.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.11.0",
Expand Down

0 comments on commit c244253

Please sign in to comment.