ansi_up nits

This commit is contained in:
Ruben Fiszel
2025-09-11 06:58:39 +00:00
parent 1e01c5c17c
commit f81ca0ab20
3 changed files with 34 additions and 11 deletions
+31 -8
View File
@@ -1,12 +1,12 @@
{
"name": "windmill-components",
"version": "1.542.0",
"version": "1.541.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "windmill-components",
"version": "1.542.0",
"version": "1.541.1",
"hasInstallScript": true,
"license": "AGPL-3.0",
"dependencies": {
@@ -146,7 +146,7 @@
"tar": "^7.4.3",
"tslib": "^2.6.1",
"typescript": "^5.5.0",
"vite": "^7.1.2",
"vite": "npm:rolldown-vite@latest",
"vite-plugin-mkcert": "^1.17.5",
"yootils": "^0.3.1"
},
@@ -13950,13 +13950,26 @@
}
},
"node_modules/ws": {
"version": "6.2.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.3.tgz",
"integrity": "sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==",
"version": "8.18.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
"license": "MIT",
"optional": true,
"dependencies": {
"async-limiter": "~1.0.0"
"peer": true,
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
},
"node_modules/xml-utils": {
@@ -14079,6 +14092,16 @@
"yjs": "^13.5.6"
}
},
"node_modules/y-websocket/node_modules/ws": {
"version": "6.2.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.2.3.tgz",
"integrity": "sha512-jmTjYU0j60B+vHey6TfR3Z7RD61z/hmxBS3VMSGIrroOWXQEneK1zNuotOUrGyBHQj0yrpsLHPWtigEFd13ndA==",
"license": "MIT",
"optional": true,
"dependencies": {
"async-limiter": "~1.0.0"
}
},
"node_modules/yallist": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "windmill-components",
"version": "1.542.0",
"version": "1.541.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
@@ -66,7 +66,7 @@
"tar": "^7.4.3",
"tslib": "^2.6.1",
"typescript": "^5.5.0",
"vite": "^7.1.2",
"vite": "npm:rolldown-vite@latest",
"vite-plugin-mkcert": "^1.17.5",
"yootils": "^0.3.1"
},
@@ -1,5 +1,5 @@
<script lang="ts">
import { AnsiUp } from 'ansi_up/ansi_up'
import { AnsiUp } from 'ansi_up'
export let content: string
export let highlighted: any[]