Compare commits

..

5 commits

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

---
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-10-14 19:55:52 +00:00
ditatombot[bot]
6040a59350
Merge pull request #132 from ditatompel/dependabot/npm_and_yarn/frontend/typescript-5.6.3
Merge pull request #132

This merge action was created automatically.

Reviewed-by: ditatompel <ditatompel@users.noreply.github.com>
2024-10-14 19:54:43 +00:00
dependabot[bot]
f6b7963cf3
build(deps-dev): bump typescript from 5.6.2 to 5.6.3 in /frontend
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.6.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-14 19:49:34 +00:00
ditatombot[bot]
e8915265a6
Merge pull request #131 from ditatompel/dependabot/npm_and_yarn/frontend/vite-5.4.8
Merge pull request #131

This merge action was created automatically.

Reviewed-by: ditatompel <ditatompel@users.noreply.github.com>
2024-10-14 19:48:29 +00:00
dependabot[bot]
490ac692f2
build(deps-dev): bump vite from 5.4.4 to 5.4.8 in /frontend
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.4 to 5.4.8.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite)

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

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

View file

@ -28,8 +28,8 @@
"svelte": "^4.2.19",
"svelte-check": "^4.0.5",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^5.4.4"
"typescript": "^5.6.3",
"vite": "^5.4.8"
}
},
"node_modules/@alloc/quick-lru": {
@ -3685,9 +3685,9 @@
}
},
"node_modules/typescript": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"version": "5.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
@ -3743,9 +3743,9 @@
"dev": true
},
"node_modules/vite": {
"version": "5.4.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.4.tgz",
"integrity": "sha512-RHFCkULitycHVTtelJ6jQLd+KSAAzOgEYorV32R2q++M6COBjKJR6BxqClwp5sf0XaBDjVMuJ9wnNfyAJwjMkA==",
"version": "5.4.8",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz",
"integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==",
"dev": true,
"dependencies": {
"esbuild": "^0.21.3",

View file

@ -32,8 +32,8 @@
"svelte": "^4.2.19",
"svelte-check": "^4.0.5",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^5.4.4"
"typescript": "^5.6.3",
"vite": "^5.4.8"
},
"type": "module"
}