Skip to content

Commit

Permalink
chore: upgrade autocomplete to enable on-demand dark-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
noclat committed Dec 10, 2023
1 parent a133131 commit d67d8a1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@placekit/autocomplete-react",
"version": "2.1.7",
"version": "2.1.8",
"author": "PlaceKit <[email protected]>",
"description": "PlaceKit Autocomplete React library",
"license": "MIT",
Expand Down Expand Up @@ -53,8 +53,8 @@
"rollup-plugin-copy": "^3.5.0"
},
"dependencies": {
"@placekit/autocomplete-js": "^2.1.6",
"@types/react": "^18.2.42",
"@placekit/autocomplete-js": "^2.1.7",
"@types/react": "^18.2.43",
"prop-types": "^15.8.1"
},
"peerDependencies": {
Expand Down

0 comments on commit d67d8a1

Please sign in to comment.