⬆️ Bump dev dependencies

This commit is contained in:
Ben Word
2025-02-02 08:03:30 -05:00
parent 487716a1ac
commit 7d3bbd2122
2 changed files with 15 additions and 15 deletions

24
package-lock.json generated
View File

@@ -7,10 +7,10 @@
"name": "sage", "name": "sage",
"devDependencies": { "devDependencies": {
"@tailwindcss/vite": "^4.0.0", "@tailwindcss/vite": "^4.0.0",
"@wordpress/dependency-extraction-webpack-plugin": "^6.15.0", "@wordpress/dependency-extraction-webpack-plugin": "^6.17.0",
"laravel-vite-plugin": "^1.1.1", "laravel-vite-plugin": "^1.2.0",
"tailwindcss": "^4.0.0", "tailwindcss": "^4.0.0",
"vite": "^6.0.7" "vite": "^6.0.11"
}, },
"engines": { "engines": {
"node": ">=20.0.0" "node": ">=20.0.0"
@@ -1242,9 +1242,9 @@
} }
}, },
"node_modules/@wordpress/dependency-extraction-webpack-plugin": { "node_modules/@wordpress/dependency-extraction-webpack-plugin": {
"version": "6.15.0", "version": "6.17.0",
"resolved": "https://registry.npmjs.org/@wordpress/dependency-extraction-webpack-plugin/-/dependency-extraction-webpack-plugin-6.15.0.tgz", "resolved": "https://registry.npmjs.org/@wordpress/dependency-extraction-webpack-plugin/-/dependency-extraction-webpack-plugin-6.17.0.tgz",
"integrity": "sha512-xCbPU+Lq9eHBh0f3q5aODPvclK0wCLswDHUvgRB4RQLK7/HgOBXUjk27wrCfmcZeMbJeZb953L5o4u+4i41HZg==", "integrity": "sha512-aRiYH1lcgxnvo0dvhEd5dxjBiWQokRdzSHFSF5flZ4vmHVvDRSgj5V0CQTuCG4fr77PwEJNjPHOm+s1JbmmQJw==",
"dev": true, "dev": true,
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"dependencies": { "dependencies": {
@@ -1709,9 +1709,9 @@
"license": "BSD" "license": "BSD"
}, },
"node_modules/laravel-vite-plugin": { "node_modules/laravel-vite-plugin": {
"version": "1.1.1", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-1.1.1.tgz", "resolved": "https://registry.npmjs.org/laravel-vite-plugin/-/laravel-vite-plugin-1.2.0.tgz",
"integrity": "sha512-HMZXpoSs1OR+7Lw1+g4Iy/s3HF3Ldl8KxxYT2Ot8pEB4XB/QRuZeWgDYJdu552UN03YRSRNK84CLC9NzYRtncA==", "integrity": "sha512-R0pJ+IcTVeqEMoKz/B2Ij57QVq3sFTABiFmb06gAwFdivbOgsUtuhX6N2MGLEArajrS3U5JbberzwOe7uXHMHQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -2464,9 +2464,9 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "6.0.7", "version": "6.0.11",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.0.7.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.11.tgz",
"integrity": "sha512-RDt8r/7qx9940f8FcOIAH9PTViRrghKaK2K1jY3RaAURrEUbm9Du1mJ72G+jlhtG3WwodnfzY8ORQZbBavZEAQ==", "integrity": "sha512-4VL9mQPKoHy4+FE0NnRE/kbY51TOfaknxAjt3fJbGJxhIpBZiqVzlZDEesWWsuREXHwNdAoOFZ9MkPEVXczHwg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@@ -17,9 +17,9 @@
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/vite": "^4.0.0", "@tailwindcss/vite": "^4.0.0",
"@wordpress/dependency-extraction-webpack-plugin": "^6.15.0", "@wordpress/dependency-extraction-webpack-plugin": "^6.17.0",
"laravel-vite-plugin": "^1.1.1", "laravel-vite-plugin": "^1.2.0",
"tailwindcss": "^4.0.0", "tailwindcss": "^4.0.0",
"vite": "^6.0.7" "vite": "^6.0.11"
} }
} }