chore(deps): update dependencies

This commit is contained in:
@lukin 2021-12-14 00:50:00 +07:00
parent dce13679e7
commit a36b803726
8 changed files with 3607 additions and 3827 deletions

View file

@ -2,20 +2,19 @@
"$schema": "https://json.schemastore.org/package", "$schema": "https://json.schemastore.org/package",
"scripts": { "scripts": {
"build": "snowpack build", "build": "snowpack build",
"start": "snowpack dev",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"dependencies": { "dependencies": {
"alpinejs": "^3.5.1" "alpinejs": "^3.7.0"
}, },
"devDependencies": { "devDependencies": {
"@snowpack/plugin-postcss": "^1.4.3", "@snowpack/plugin-postcss": "^1.4.3",
"@tailwindcss/forms": "^0.3.4", "@tailwindcss/forms": "^0.4.0",
"@types/tailwindcss": "^2.2.4", "@types/tailwindcss": "^2.2.4",
"autoprefixer": "^10.4.0", "autoprefixer": "^10.4.0",
"cssnano": "^5.0.11", "cssnano": "^5.0.12",
"postcss": "^8.3.11", "postcss": "^8.4.5",
"snowpack": "^3.8.8", "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

@ -15,7 +15,7 @@ module.exports = {
bundle: true, bundle: true,
entrypoints: ['./src/index.js'], entrypoints: ['./src/index.js'],
minify: true, minify: true,
target: 'es2017', target: 'es6',
}, },
plugins: ['@snowpack/plugin-postcss'], plugins: ['@snowpack/plugin-postcss'],
}; };

View file

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

3809
yarn.lock

File diff suppressed because it is too large Load diff