Updated application dependencies

This commit is contained in:
Chris Kankiewicz
2020-09-28 08:49:31 -07:00
parent 94b22a2e8b
commit 3ace151602
3 changed files with 265 additions and 263 deletions

512
composer.lock generated

File diff suppressed because it is too large Load Diff

12
package-lock.json generated
View File

@@ -7884,9 +7884,9 @@
"dev": true
},
"sass": {
"version": "1.26.10",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.26.10.tgz",
"integrity": "sha512-bzN0uvmzfsTvjz0qwccN1sPm2HxxpNI/Xa+7PlUEMS+nQvbyuEK7Y0qFqxlPHhiNHb1Ze8WQJtU31olMObkAMw==",
"version": "1.26.11",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.26.11.tgz",
"integrity": "sha512-W1l/+vjGjIamsJ6OnTe0K37U2DBO/dgsv2Z4c89XQ8ZOO6l/VwkqwLSqoYzJeJs6CLuGSTRWc91GbQFL3lvrvw==",
"dev": true,
"requires": {
"chokidar": ">=2.0.0 <4.0.0"
@@ -8752,9 +8752,9 @@
}
},
"tailwindcss": {
"version": "1.8.7",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.8.7.tgz",
"integrity": "sha512-KN5PjI8jobOj+ScJFgG0tbHZBYrb6rwNlm0kEPGusg+ItEVIUDlW/uppP10jKTLiPKrHHx0tfnZTMIyJkujrEQ==",
"version": "1.8.10",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.8.10.tgz",
"integrity": "sha512-7QkERG/cWCzsuMqHMwjOaLMVixOGLNBiXsrkssxlE1aWfkxVbGqiuMokR2162xRyaH2mBIHKxmlf1qb3DvIPqw==",
"dev": true,
"requires": {
"@fullhuman/postcss-purgecss": "^2.1.2",

View File

@@ -20,9 +20,9 @@
"cross-env": "^7.0.2",
"laravel-mix": "^5.0.5",
"resolve-url-loader": "^3.1.1",
"sass": "^1.26.10",
"sass": "^1.26.11",
"sass-loader": "^10.0.2",
"tailwindcss": "^1.8.7",
"tailwindcss": "^1.8.10",
"vue-template-compiler": "^2.6.12"
}
}