diff options
author | 2021-11-15 16:00:57 -0800 | |
---|---|---|
committer | 2021-11-22 10:21:29 -0800 | |
commit | 304a36b8144aafcece27ba809fa9bed3afdd2465 (patch) | |
tree | 8bddd761328e4572391ece0c112c767278760b74 | |
parent | 6ee673095cbddc97a56bae7a512a5271d4a977a2 (diff) | |
download | bun-304a36b8144aafcece27ba809fa9bed3afdd2465.tar.gz bun-304a36b8144aafcece27ba809fa9bed3afdd2465.tar.zst bun-304a36b8144aafcece27ba809fa9bed3afdd2465.zip |
fix lockfile
-rw-r--r-- | packages/bun-framework-next/package.json | 1 | ||||
-rw-r--r-- | pnpm-lock.yaml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/packages/bun-framework-next/package.json b/packages/bun-framework-next/package.json index ea459412a..953ca29c3 100644 --- a/packages/bun-framework-next/package.json +++ b/packages/bun-framework-next/package.json @@ -11,7 +11,6 @@ "author": "", "license": "MIT", "dependencies": { - "bun-framework-next": "^12.0.4", "react-is": "^17.0.2" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4fa5982b1..5a5574998 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -45,7 +45,6 @@ importers: specifiers: '@types/react': ^17.0.34 '@types/react-dom': ^17.0.11 - bun-framework-next: ^12.0.4 next: ^12.0.0 react-is: ^17.0.2 react-refresh: ^0.10.0 |