diff options
| author | CodeTorso <[email protected]> | 2024-07-28 05:32:08 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-28 05:32:08 +0530 |
| commit | bb4eed6525a4571f2551d65207d508197e1eb8e1 (patch) | |
| tree | 45769512cefd24a9dca1d580abfac254682fe35c /package.json | |
| parent | Merge pull request #182 from CodeTorso/backend (diff) | |
| parent | Fix: Add target and rel attributes to external links for new tab opening (diff) | |
| download | supermemory-bb4eed6525a4571f2551d65207d508197e1eb8e1.tar.xz supermemory-bb4eed6525a4571f2551d65207d508197e1eb8e1.zip | |
Merge pull request #180 from dishit7/fix/openlink_in_newtab
Merge pull request #180 from dishit7/fix/openlink_in_newtab
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 42664a62..0437c940 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "lint-staged": "^15.2.5", "prettier": "^3.3.3", "tailwindcss": "^3.4.3", - "turbo": "2.0.3", + "turbo": "^2.0.3", "typescript": "^5.5.4" }, "engines": { |