Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williamcotton committed Dec 11, 2024
1 parent a9308c5 commit bc1401c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions search-input-query-demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions search-input-query-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "search-input-query-demo",
"private": true,
"version": "0.1.2",
"version": "0.3.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -13,8 +13,8 @@
"@monaco-editor/react": "^4.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"search-input-query-parser": "^0.2.1",
"search-input-query-react": "^0.2.0",
"search-input-query-parser": "^0.3.0",
"search-input-query-react": "^0.3.0",
"sql.js": "^1.12.0"
},
"devDependencies": {
Expand Down

0 comments on commit bc1401c

Please sign in to comment.