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

View File

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

1354
yarn.lock

File diff suppressed because it is too large Load Diff