将所有依赖项更新到最新版本,该版本与 package.json
中指定的版本范围兼容
bun update
--force
别名 — -f
默认情况下,Bun 会尊重在 package.json 中定义的版本范围。要忽略此设置并更新到最新版本,你可以传入 force
标志。
bun update --force
简介
Bun 是什么?
安装
快速入门
TypeScript
模板
bun init
bun create
运行时
bun run
File types
TypeScript
JSX
Environment variables
Bun APIs
Web APIs
Node.js compatibility
Single-file executable
Plugins
Watch mode
Module resolution
Auto-install
bunfig.toml
Debugger
框架 API即将推出
包管理器
bun install
bun add
bun remove
bun update
bun link
bun pm
Global cache
Workspaces
Lifecycle scripts
Filter
Lockfile
Scopes and registries
Overrides and resolutions
打包器
Bun.build
加载器
插件
宏
vs esbuild
测试运行器
bun test
Writing tests
Watch mode
Lifecycle hooks
Mocks
Snapshots
Dates and times
DOM testing
Code coverage
包运行器
bunx
API
HTTP server
WebSockets
Workers
Binary data
Streams
File I/O
import.meta
SQLite
FileSystemRouter
TCP sockets
TCP sockets
Globals
$ Shell
Child processes
Transpiler
Hashing
Console
FFI
HTMLRewriter
Testing
Utils
Node-API
Glob
Semver
项目
路线图
基准测试
贡献
构建 Windows
许可证
搜索文档...
/
简介
Bun 是什么?
安装
快速入门
TypeScript
模板
bun init
bun create
运行时
bun run
File types
TypeScript
JSX
Environment variables
Bun APIs
Web APIs
Node.js compatibility
Single-file executable
Plugins
Watch mode
Module resolution
Auto-install
bunfig.toml
Debugger
框架 API即将推出
包管理器
bun install
bun add
bun remove
bun update
bun link
bun pm
Global cache
Workspaces
Lifecycle scripts
Filter
Lockfile
Scopes and registries
Overrides and resolutions
打包器
Bun.build
加载器
插件
宏
vs esbuild
测试运行器
bun test
Writing tests
Watch mode
Lifecycle hooks
Mocks
Snapshots
Dates and times
DOM testing
Code coverage
包运行器
bunx
API
HTTP server
WebSockets
Workers
Binary data
Streams
File I/O
import.meta
SQLite
FileSystemRouter
TCP sockets
TCP sockets
Globals
$ Shell
Child processes
Transpiler
Hashing
Console
FFI
HTMLRewriter
Testing
Utils
Node-API
Glob
Semver
项目
路线图
基准测试
贡献
构建 Windows
许可证
bun update
将所有依赖项更新到最新版本,该版本与 package.json
中指定的版本范围兼容
bun update
--force
别名 — -f
默认情况下,Bun 会尊重在 package.json 中定义的版本范围。要忽略此设置并更新到最新版本,你可以传入 force
标志。
bun update --force