Skip to content

Commit

Permalink
pnpm up -L
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Jan 16, 2025
1 parent 871e525 commit cdcd241
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 166 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,24 @@
"@biomejs/biome": "1.9.4",
"@playwright/test": "1.49.1",
"playwright": "1.49.1",
"typescript": "5.7.2",
"vite": "6.0.6",
"typescript": "5.7.3",
"vite": "6.0.7",
"vitest": "2.1.8"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=22.12.0"
},
"dependencies": {
"@codemirror/commands": "6.7.1",
"@codemirror/commands": "6.8.0",
"@codemirror/lang-sql": "6.8.0",
"@codemirror/language": "6.10.8",
"@codemirror/search": "6.5.8",
"@codemirror/state": "6.5.0",
"@codemirror/view": "6.36.1",
"@duckdb/duckdb-wasm": "1.29.1-dev17.0",
"@codemirror/state": "6.5.1",
"@codemirror/view": "6.36.2",
"@duckdb/duckdb-wasm": "1.29.1-dev21.0",
"@replit/codemirror-vim": "6.2.1",
"apache-arrow": "18.1.0",
"apache-arrow": "19.0.0",
"codemirror": "6.0.1"
}
}
}
Loading

0 comments on commit cdcd241

Please sign in to comment.