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 2bb1e3b commit a9308c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions search-input-query-react/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-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "search-input-query-react",
"version": "0.2.0",
"version": "0.3.0",
"keywords": [
"search",
"parser",
Expand Down Expand Up @@ -35,11 +35,11 @@
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"search-input-query-parser": "^0.2.1"
"search-input-query-parser": "^0.3.0"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"search-input-query-parser": "^0.2.1",
"search-input-query-parser": "^0.3.0",
"sql.js": "^1.12.0"
},
"devDependencies": {
Expand Down

0 comments on commit a9308c5

Please sign in to comment.