chore(deps-dev): bump

This commit is contained in:
Liyas Thomas
2020-10-23 10:20:57 +05:30
parent d6409d7152
commit 8609dedafd
2 changed files with 15 additions and 15 deletions

26
package-lock.json generated
View File

@@ -3252,16 +3252,16 @@
} }
}, },
"@nuxtjs/tailwindcss": { "@nuxtjs/tailwindcss": {
"version": "3.1.0", "version": "3.2.0",
"resolved": "https://registry.npmjs.org/@nuxtjs/tailwindcss/-/tailwindcss-3.1.0.tgz", "resolved": "https://registry.npmjs.org/@nuxtjs/tailwindcss/-/tailwindcss-3.2.0.tgz",
"integrity": "sha512-nxooAntKxQdaTHQRgRa7RE7Hk9fqly4n65+4F+O4uRS4mYeT/wZon8l60mubkUrlZgpO5X3gvUDf569Dd8BKmA==", "integrity": "sha512-CNlnV4wqhxtTmzsQIvRMW1SKUyBkWPwlk7bEVfNDFTj5Z3kvfL3g+QC8gtRwFiZH4mBeXof36CDfDwRSStFmJQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"clear-module": "^4.1.1", "clear-module": "^4.1.1",
"consola": "^2.15.0", "consola": "^2.15.0",
"defu": "^3.1.0", "defu": "^3.1.0",
"fs-extra": "^9.0.1", "fs-extra": "^9.0.1",
"tailwindcss": "^1.8.10" "tailwindcss": "^1.9.5"
}, },
"dependencies": { "dependencies": {
"fs-extra": { "fs-extra": {
@@ -4155,9 +4155,9 @@
}, },
"dependencies": { "dependencies": {
"acorn": { "acorn": {
"version": "7.4.0", "version": "7.4.1",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.0.tgz", "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
"integrity": "sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w==", "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
"dev": true "dev": true
} }
} }
@@ -15072,9 +15072,9 @@
} }
}, },
"sass-loader": { "sass-loader": {
"version": "10.0.3", "version": "10.0.4",
"resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-10.0.3.tgz", "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-10.0.4.tgz",
"integrity": "sha512-W4+FV5oUdYy0PnC11ZoPrcAexODgDCa3ngxoy5X5qBhZYoPz9FPjb6Oox8Aa0ZYEyx34k8AQfOVuvqefOSAAUQ==", "integrity": "sha512-zhdZ8qvZM4iL5XjLVEjJLvKWvC+MB+hHgzL2x/Nf7UHpUNmPYsJvypW79bW39g4LZ603dH/dRSsRYzJJIljtdA==",
"dev": true, "dev": true,
"requires": { "requires": {
"klona": "^2.0.4", "klona": "^2.0.4",
@@ -16195,9 +16195,9 @@
} }
}, },
"tailwindcss": { "tailwindcss": {
"version": "1.8.10", "version": "1.9.5",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.8.10.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-1.9.5.tgz",
"integrity": "sha512-7QkERG/cWCzsuMqHMwjOaLMVixOGLNBiXsrkssxlE1aWfkxVbGqiuMokR2162xRyaH2mBIHKxmlf1qb3DvIPqw==", "integrity": "sha512-Je5t1fAfyW333YTpSxF+8uJwbnrkpyBskDtZYgSMMKQbNp6QUhEKJ4g/JIevZjD2Zidz9VxLraEUq/yWOx6nQg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@fullhuman/postcss-purgecss": "^2.1.2", "@fullhuman/postcss-purgecss": "^2.1.2",

View File

@@ -54,7 +54,7 @@
"@nuxtjs/google-analytics": "^2.4.0", "@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^3.2.2", "@nuxtjs/pwa": "^3.2.2",
"@nuxtjs/svg": "^0.1.12", "@nuxtjs/svg": "^0.1.12",
"@nuxtjs/tailwindcss": "^3.1.0", "@nuxtjs/tailwindcss": "^3.2.0",
"@testing-library/jest-dom": "^5.11.4", "@testing-library/jest-dom": "^5.11.4",
"@vue/test-utils": "^1.1.0", "@vue/test-utils": "^1.1.0",
"babel-core": "^7.0.0-bridge.0", "babel-core": "^7.0.0-bridge.0",
@@ -68,7 +68,7 @@
"node-sass": "^4.14.1", "node-sass": "^4.14.1",
"prettier": "^2.1.2", "prettier": "^2.1.2",
"pretty-quick": "^3.1.0", "pretty-quick": "^3.1.0",
"sass-loader": "^10.0.3", "sass-loader": "^10.0.4",
"vue-jest": "^3.0.7" "vue-jest": "^3.0.7"
}, },
"jest": { "jest": {