mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-06-20 13:39:43 +02:00
7c953babe1
Bumps [ws](https://github.com/websockets/ws) from 8.20.1 to 8.21.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.20.1...8.21.0) --- updated-dependencies: - dependency-name: ws dependency-version: 8.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
15 lines
378 B
JSON
15 lines
378 B
JSON
{
|
|
"name": "@yaakapp-internal/plugin-runtime",
|
|
"scripts": {
|
|
"bootstrap": "npm run build",
|
|
"build": "run-p build:*",
|
|
"build:main": "esbuild src/index.ts --bundle --platform=node --outfile=../../crates-tauri/yaak-app-client/vendored/plugin-runtime/index.cjs"
|
|
},
|
|
"dependencies": {
|
|
"ws": "^8.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ws": "^8.5.13"
|
|
}
|
|
}
|