Compare commits

..

1 Commits

Author SHA1 Message Date
9056f3fc10 Update dependency @codemirror/language to v6.12.2
Some checks failed
continuous-integration/drone/pr Build is failing
2026-02-25 22:14:20 +00:00
4 changed files with 353 additions and 552 deletions

View File

@@ -77,7 +77,7 @@
"eslint-plugin-react-hooks": "^7.1.0-canary-ab18f33d-20260220",
"eslint-plugin-react-refresh": "^0.5.1",
"globals": "^17.3.0",
"jsdom": "^29.0.0",
"jsdom": "^28.1.0",
"postcss": "^8.4.49",
"prettier": "^3.8.1",
"react": "^19.0.0",

View File

@@ -1,10 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"groupName": "vitest",
"matchPackageNames": ["vitest", "@vitest/coverage-v8"],
"matchUpdateTypes": ["minor", "patch"]
}
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}

View File

@@ -30,7 +30,6 @@ export default defineConfig({
test: {
environment: 'jsdom',
setupFiles: ['./tests/setup.ts'],
testTimeout: 10000,
coverage: {
provider: 'v8',
include: ['src/**/*.{ts,tsx}'],

893
yarn.lock

File diff suppressed because it is too large Load Diff