Skip to content

Commit 401c6dd

Browse files
authored
fix: icon name typo (#43)
1 parent 33196a0 commit 401c6dd

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@placekit/autocomplete-react",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"author": "PlaceKit <support@placekit.io>",
55
"description": "PlaceKit Autocomplete React library",
66
"keywords": [
@@ -51,7 +51,7 @@
5151
"@babel/preset-react": "^7.23.3",
5252
"@rollup/plugin-babel": "^6.0.4",
5353
"@rollup/plugin-node-resolve": "^15.2.3",
54-
"eslint": "^8.56.0",
54+
"eslint": "^8.57.0",
5555
"eslint-config-prettier": "^9.1.0",
5656
"eslint-plugin-prettier": "^5.1.3",
5757
"eslint-plugin-react": "^7.33.2",
@@ -62,7 +62,7 @@
6262
"rollup-plugin-copy": "^3.5.0"
6363
},
6464
"dependencies": {
65-
"@placekit/autocomplete-js": "^2.2.0",
65+
"@placekit/autocomplete-js": "^2.2.1",
6666
"@types/react": "^18.2.58",
6767
"prop-types": "^15.8.1"
6868
},

0 commit comments

Comments
 (0)