8 Commits

Author SHA1 Message Date
M. Schüpbach
54bf915a86 Merge pull request #12 from mschuepbach/dependabot/npm_and_yarn/vite-4.5.2
Bump vite from 4.4.8 to 4.5.2
2024-06-23 15:41:38 +02:00
dependabot[bot]
05052936be Bump vite from 4.4.8 to 4.5.2
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.8 to 4.5.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-20 03:26:39 +00:00
M. Schüpbach
a4a860a678 Merge pull request #10 from mschuepbach/dependabot/npm_and_yarn/sveltejs/kit-1.26.0
Bump the npm_and_yarn at /. security update group with 1 update
2023-10-18 20:37:48 +02:00
dependabot[bot]
21df75975d Bump the npm_and_yarn at /. security update group with 1 update
Bumps the npm_and_yarn at /. security update group with 1 update: [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit).

- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.26.0/packages/kit)

---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 18:35:55 +00:00
M. Schüpbach
e1bdd733c6 Merge pull request #8 from mschuepbach/dependabot/npm_and_yarn/cypress/request-and-cypress-3.0.1
Bump @cypress/request and cypress
2023-10-18 20:32:25 +02:00
dependabot[bot]
09407d6e3e Bump @cypress/request and cypress
Bumps [@cypress/request](https://github.com/cypress-io/request) to 3.0.1 and updates ancestor dependency [cypress](https://github.com/cypress-io/cypress). These dependencies need to be updated together.


Updates `@cypress/request` from 2.88.12 to 3.0.1
- [Release notes](https://github.com/cypress-io/request/releases)
- [Changelog](https://github.com/cypress-io/request/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/request/compare/v2.88.12...v3.0.1)

Updates `cypress` from 10.3.1 to 13.3.1
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v10.3.1...v13.3.1)

---
updated-dependencies:
- dependency-name: "@cypress/request"
  dependency-type: indirect
- dependency-name: cypress
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 18:30:23 +00:00
M. Schüpbach
3a5e2e94ce Merge pull request #7 from mschuepbach/dependabot/npm_and_yarn/postcss-8.4.31
Bump postcss from 8.4.27 to 8.4.31
2023-10-18 20:28:54 +02:00
dependabot[bot]
54e5e5a0dd Bump postcss from 8.4.27 to 8.4.31
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.27...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-08 00:39:00 +00:00
2 changed files with 246 additions and 275 deletions

515
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,12 +11,12 @@
},
"devDependencies": {
"@sveltejs/adapter-static": "^2.0.0",
"@sveltejs/kit": "^1.20.4",
"cypress": "^10.3.1",
"@sveltejs/kit": "^1.26.0",
"cypress": "^13.3.1",
"prettier": "3.0.1",
"prettier-plugin-svelte": "^3.0.3",
"svelte": "^4.0.5",
"vite": "^4.4.2"
"vite": "^4.5.2"
},
"dependencies": {
"svelte-themer": "^0.5.5"