Update Node.js package dependencies (#2329)

This commit is contained in:
Charles
2026-05-11 04:14:44 -04:00
committed by GitHub
parent 38620a95f4
commit 11a1581a1d
3 changed files with 537 additions and 852 deletions

View File

@@ -6,23 +6,23 @@
"dev": "vite"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.1.4",
"autoprefixer": "^10.4.21",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.0",
"prettier": "^3.4.2",
"tailwindcss": "^4.1.4",
"vite": "7.1.11"
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.3.0",
"autoprefixer": "^10.5.0",
"concurrently": "^9.2.1",
"laravel-vite-plugin": "^3.1.0",
"prettier": "^3.8.3",
"tailwindcss": "^4.3.0",
"vite": "^8.0.11"
},
"dependencies": {
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-search": "^0.15.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/addon-webgl": "^0.18.0",
"@xterm/xterm": "^5.5.0",
"glob": "^11.0.3",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-search": "^0.16.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/addon-webgl": "^0.19.0",
"@xterm/xterm": "^6.0.0",
"glob": "^13.0.6",
"xterm-addon-search-bar": "^0.2.0"
}
}

View File

@@ -1,9 +1,12 @@
import { defineConfig } from 'vite';
import tailwindcss from '@tailwindcss/vite';
import laravel, { refreshPaths } from 'laravel-vite-plugin';
import laravel from 'laravel-vite-plugin';
import { globSync } from 'glob';
export default defineConfig({
build: {
chunkSizeWarningLimit: 1000,
},
plugins: [
laravel({
input: [

1354
yarn.lock

File diff suppressed because it is too large Load Diff