2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-08-01 18:21:30 +00:00

update deps (#135)

* update bundle deps

* update all packages

* udpate all to latest

* add docs for updating deps

* and more gem updates

* reduce

* bump ruby
This commit is contained in:
Matthias Mair
2023-04-18 18:53:15 +02:00
committed by GitHub
parent 4c0d914150
commit 30cced6910
5 changed files with 2398 additions and 4708 deletions

View File

@@ -1,11 +1,11 @@
{
"devDependencies": {
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.4.0",
"cssnano": "^5.0.10",
"postcss": "^8.3.11",
"postcss-cli": "^9.0.2",
"postcss-import": "^14.0.2",
"tailwindcss": "^2.2.19"
}
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.0",
"postcss": "^8.4.22",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"tailwindcss": "^3.3.1"
}
}