Update dependencies

This commit is contained in:
@lukin 2021-12-14 00:50:00 +07:00
parent 5a07825f2a
commit 766a38b2f2
4 changed files with 3599 additions and 3816 deletions

View file

@ -6,16 +6,16 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"alpinejs": "^3.5.1"
"alpinejs": "^3.7.0"
},
"devDependencies": {
"@snowpack/plugin-postcss": "^1.4.3",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/forms": "^0.4.0",
"@types/tailwindcss": "^2.2.4",
"autoprefixer": "^10.4.0",
"cssnano": "^5.0.11",
"postcss": "^8.3.11",
"cssnano": "^5.0.12",
"postcss": "^8.4.5",
"snowpack": "^3.8.8",
"tailwindcss": "^2.2.19"
"tailwindcss": "^3.0.2"
}
}

3593
pnpm-lock.yaml Normal file

File diff suppressed because it is too large Load diff

View file

@ -4,9 +4,8 @@ const colors = require('tailwindcss/colors');
* @type { import('@types/tailwindcss/tailwind-config').TailwindConfig }
*/
module.exports = {
darkMode: 'media',
content: ['./theme/**/*.ftl'],
plugins: [require('@tailwindcss/forms')],
purge: ['./theme/**/*.ftl'],
theme: {
extend: {
colors: {

3809
yarn.lock

File diff suppressed because it is too large Load diff