We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b131a commit 13fdb9cCopy full SHA for 13fdb9c
2 files changed
.github/workflows/test.yml
@@ -66,4 +66,4 @@ jobs:
66
- uses: actions/checkout@v6
67
68
- name: 🔍 Spell Check Repo
69
- uses: crate-ci/typos@v1.40.1
+ uses: crate-ci/typos@02ea592e44b3a53c302f697cddca7641cd051c3d # v1.45.0
package.json
@@ -35,7 +35,7 @@
35
"@codemirror/view": "^6"
36
},
37
"devDependencies": {
38
- "@biomejs/biome": "^2.3.8",
+ "@biomejs/biome": "^2.4.10",
39
"@codemirror/lang-sql": "^6.10.0",
40
"@codemirror/view": "^6.39.2",
41
"@testing-library/dom": "^10.4.1",
@@ -45,7 +45,7 @@
45
"jsdom": "^27.3.0",
46
"playwright": "^1.57.0",
47
"typescript": "^5.9.3",
48
- "vite": "^7.2.7",
+ "vite": "^7.3.1",
49
"vitest": "^4.0.15"
50
51
"files": [
0 commit comments