Compare commits

..

5 commits

Author SHA1 Message Date
dependabot[bot]
79231210c9
build(deps-dev): bump svelte-check from 3.8.0 to 3.8.1 in /frontend
Bumps [svelte-check](https://github.com/sveltejs/language-tools) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.8.0...svelte-check-3.8.1)

---
updated-dependencies:
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-24 12:01:52 +00:00
ditatombot[bot]
df2ed465e3
Merge pull request #38 from ditatompel/dependabot/npm_and_yarn/frontend/tailwindcss-3.4.4
Merge pull request #38

This merge action was created automatically.

Reviewed-by: ditatompel <ditatompel@users.noreply.github.com>
2024-06-24 11:59:11 +00:00
ditatombot[bot]
b668cd5f97
Merge pull request #37 from ditatompel/dependabot/npm_and_yarn/frontend/skeletonlabs/skeleton-2.10.1
Merge pull request #37

This merge action was created automatically.

Reviewed-by: ditatompel <ditatompel@users.noreply.github.com>
2024-06-24 11:57:14 +00:00
dependabot[bot]
2e54ba8df1
build(deps-dev): bump tailwindcss from 3.4.3 to 3.4.4 in /frontend
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.3 to 3.4.4.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.4/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.3...v3.4.4)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-24 05:44:31 +00:00
dependabot[bot]
0982ada713
build(deps-dev): bump @skeletonlabs/skeleton in /frontend
Bumps [@skeletonlabs/skeleton](https://github.com/skeletonlabs/skeleton) from 2.10.0 to 2.10.1.
- [Release notes](https://github.com/skeletonlabs/skeleton/releases)
- [Commits](https://github.com/skeletonlabs/skeleton/compare/@skeletonlabs/skeleton@2.10.0...@skeletonlabs/skeleton@2.10.1)

---
updated-dependencies:
- dependency-name: "@skeletonlabs/skeleton"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-24 05:44:23 +00:00
2 changed files with 10 additions and 10 deletions

View file

@ -9,7 +9,7 @@
"version": "0.0.1",
"devDependencies": {
"@floating-ui/dom": "^1.6.3",
"@skeletonlabs/skeleton": "^2.9.0",
"@skeletonlabs/skeleton": "^2.10.1",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.10",
@ -27,7 +27,7 @@
"prettier-plugin-svelte": "^3.2.4",
"svelte": "^4.2.18",
"svelte-check": "^3.8.1",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.0.0",
"vite": "^5.3.1"
}
@ -919,9 +919,9 @@
]
},
"node_modules/@skeletonlabs/skeleton": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/@skeletonlabs/skeleton/-/skeleton-2.10.0.tgz",
"integrity": "sha512-jPdDT9PCkGmlUgsgNvR99bK6N2pWG2GfdapwWqDVZkKIhTsLz4TeJNF3H26Pfkicoj4hNz486+WYa7iSpbn80g==",
"version": "2.10.1",
"resolved": "https://registry.npmjs.org/@skeletonlabs/skeleton/-/skeleton-2.10.1.tgz",
"integrity": "sha512-Gy2wkBsLJSaGkZn6UELnhD2fJ2on486Ypql3hfZiTsbfwaJ46aykubiB9h3WlVuCQKMhtQ8AXrJKJLl2TXtIZw==",
"dev": true,
"dependencies": {
"esm-env": "1.0.0"
@ -3649,9 +3649,9 @@
}
},
"node_modules/tailwindcss": {
"version": "3.4.3",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz",
"integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==",
"version": "3.4.4",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz",
"integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==",
"dev": true,
"dependencies": {
"@alloc/quick-lru": "^5.2.0",

View file

@ -13,7 +13,7 @@
},
"devDependencies": {
"@floating-ui/dom": "^1.6.3",
"@skeletonlabs/skeleton": "^2.9.0",
"@skeletonlabs/skeleton": "^2.10.1",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.10",
@ -31,7 +31,7 @@
"prettier-plugin-svelte": "^3.2.4",
"svelte": "^4.2.18",
"svelte-check": "^3.8.1",
"tailwindcss": "^3.4.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.0.0",
"vite": "^5.3.1"
},