Update flowbite

This commit is contained in:
philipp lang 2024-10-03 13:54:15 +02:00
parent 44775f8c1d
commit ebe0abae8d
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -13,7 +13,7 @@
"@tailwindcss/typography": "^0.5.0", "@tailwindcss/typography": "^0.5.0",
"alpinejs": "^3.13.5", "alpinejs": "^3.13.5",
"dayjs": "^1.11.10", "dayjs": "^1.11.10",
"flowbite": "^2.2.1", "flowbite": "^2.5.2",
"flowbite-datepicker": "^1.2.6" "flowbite-datepicker": "^1.2.6"
}, },
"devDependencies": { "devDependencies": {
@ -1180,9 +1180,9 @@
} }
}, },
"node_modules/flowbite": { "node_modules/flowbite": {
"version": "2.5.1", "version": "2.5.2",
"resolved": "https://registry.npmjs.org/flowbite/-/flowbite-2.5.1.tgz", "resolved": "https://registry.npmjs.org/flowbite/-/flowbite-2.5.2.tgz",
"integrity": "sha512-7jP1jy9c3QP7y+KU9lc8ueMkTyUdMDvRP+lteSWgY5TigSZjf9K1kqZxmqjhbx2gBnFQxMl1GAjVThCa8cEpKA==", "integrity": "sha512-kwFD3n8/YW4EG8GlY3Od9IoKND97kitO+/ejISHSqpn3vw2i5K/+ZI8Jm2V+KC4fGdnfi0XZ+TzYqQb4Q1LshA==",
"dependencies": { "dependencies": {
"@popperjs/core": "^2.9.3", "@popperjs/core": "^2.9.3",
"flowbite-datepicker": "^1.3.0", "flowbite-datepicker": "^1.3.0",

View File

@ -29,7 +29,7 @@
"@tailwindcss/typography": "^0.5.0", "@tailwindcss/typography": "^0.5.0",
"alpinejs": "^3.13.5", "alpinejs": "^3.13.5",
"dayjs": "^1.11.10", "dayjs": "^1.11.10",
"flowbite": "^2.2.1", "flowbite": "^2.5.2",
"flowbite-datepicker": "^1.2.6" "flowbite-datepicker": "^1.2.6"
} }
} }