mirror of
https://github.com/mschuepbach/matrix-kernel-filter-calculator.git
synced 2026-01-15 21:12:14 +01:00
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>
26 lines
566 B
JSON
26 lines
566 B
JSON
{
|
|
"name": "matrix-kernel-filter-calculator",
|
|
"version": "0.0.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"format": "prettier --plugin prettier-plugin-svelte --write .",
|
|
"cypress:open": "cypress open"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-static": "^2.0.0",
|
|
"@sveltejs/kit": "^1.20.4",
|
|
"cypress": "^13.3.1",
|
|
"prettier": "3.0.1",
|
|
"prettier-plugin-svelte": "^3.0.3",
|
|
"svelte": "^4.0.5",
|
|
"vite": "^4.4.2"
|
|
},
|
|
"dependencies": {
|
|
"svelte-themer": "^0.5.5"
|
|
},
|
|
"type": "module"
|
|
}
|