fix: update all dependencies

This commit is contained in:
BenRoe 2021-01-21 19:38:25 +01:00
parent e08b2e0491
commit c0fa6aab0a
3 changed files with 4122 additions and 2276 deletions

4
.tailwind-hint.md Normal file
View File

@ -0,0 +1,4 @@
https://tailwindcss.com/docs/installation#post-css-7-compatibility-build
npm uninstall tailwindcss @tailwindcss/postcss7-compat
npm install tailwindcss@latest postcss@latest autoprefixer@latest

6362
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,29 +23,33 @@
"explore": "gridsome explore"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-regular-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/vue-fontawesome": "^0.1.9",
"axios": "^0.19.2",
"gridsome": "^0.7.12",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@tailwindcss/postcss7-compat": "^2.0.2",
"autoprefixer": "^9.8.6",
"axios": "^0.21.1",
"gridsome": "^0.7.23",
"gridsome-plugin-modal": "^0.1.1",
"gridsome-plugin-tailwindcss": "^3.0.1",
"lodash": "^4.17.19",
"vue-js-modal": "^1.3.33",
"postcss": "^7.0.35",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2",
"vue-js-modal": "^1.3.35",
"vuetable-2": "^2.0.0-beta.4"
},
"devDependencies": {
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/source-graphql": "^0.1.0",
"@gridsome/transformer-csv": "^0.2.2",
"@gridsome/transformer-remark": "^0.4.0",
"@gridsome/transformer-remark": "^0.6.4",
"@gridsome/transformer-yaml": "^0.2.1",
"fs-extra": "^8.1.0",
"graphql-request": "^1.8.2",
"fs-extra": "^9.1.0",
"graphql-request": "^3.4.0",
"gridsome-plugin-rss": "^1.2.0",
"gridsome-plugin-tailwindcss": "^2.2.36",
"js-yaml": "^3.13.1",
"vue-svg-loader": "^0.15.0"
"js-yaml": "^4.0.0",
"vue-svg-loader": "^0.16.0"
}
}