Update npm dependencies
https://tailwindcss.com/docs/upgrading-to-v2#install-tailwind-css-v2-0-and-post-css-8
This commit is contained in:
parent
aab1114006
commit
cbdb79a429
5090
web/themes/custom/opdavies/package-lock.json
generated
5090
web/themes/custom/opdavies/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -8,20 +8,21 @@
|
||||||
"watch": "encore dev --watch"
|
"watch": "encore dev --watch"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@symfony/webpack-encore": "^0.30.2",
|
"@symfony/webpack-encore": "^0.33.0",
|
||||||
"@tailwindcss/typography": "^0.2.0",
|
"@tailwindcss/typography": "^0.3.1",
|
||||||
"alpinejs": "^2.3.5",
|
"alpinejs": "^2.3.5",
|
||||||
"autoprefixer": "^9.8.0",
|
"autoprefixer": "^10.1.0",
|
||||||
"elliptic": ">=6.5.3",
|
"elliptic": ">=6.5.3",
|
||||||
"lodash": ">=4.17.19",
|
"lodash": ">=4.17.19",
|
||||||
"postcss-easy-import": "^3.0.0",
|
"postcss-easy-import": "^3.0.0",
|
||||||
"postcss-loader": "^3.0.0",
|
"postcss-loader": "^4.1.0",
|
||||||
"postcss-nested": "^4.2.1",
|
"postcss-nested": "^4.2.1",
|
||||||
"tailwindcss": "^1.8.10",
|
"tailwindcss": "^2.0.2",
|
||||||
"webpack-notifier": "^1.8.0"
|
"webpack-notifier": "^1.8.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"focus-visible": "^5.1.0",
|
"focus-visible": "^5.1.0",
|
||||||
"highlight.js": "^10.4.1"
|
"highlight.js": "^10.4.1",
|
||||||
|
"postcss": "^8.2.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue