Skip to content

Commit 19edf6b

Browse files
committed
docs:update examples
1 parent 553753d commit 19edf6b

6 files changed

Lines changed: 37 additions & 37 deletions

File tree

examples/autocomplete-react-address-form/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
"preview": "vite preview"
88
},
99
"dependencies": {
10-
"@placekit/autocomplete-react": "^2.1.1",
10+
"@placekit/autocomplete-react": "^2.1.2",
1111
"@tailwindcss/forms": "^0.5.6",
1212
"clsx": "^2.0.0",
1313
"prop-types": "^15.8.1",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},
1717
"devDependencies": {
18-
"@types/react": "^18.2.22",
19-
"@types/react-dom": "^18.2.7",
20-
"@vitejs/plugin-react": "^4.0.4",
18+
"@types/react": "^18.2.27",
19+
"@types/react-dom": "^18.2.12",
20+
"@vitejs/plugin-react": "^4.1.0",
2121
"autoprefixer": "^10.4.16",
22-
"postcss": "^8.4.30",
22+
"postcss": "^8.4.31",
2323
"tailwindcss": "^3.3.3",
24-
"vite": "^4.4.9"
24+
"vite": "^4.4.11"
2525
}
2626
}

examples/autocomplete-react-basic/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
"preview": "vite preview"
88
},
99
"dependencies": {
10-
"@placekit/autocomplete-react": "^2.1.1",
10+
"@placekit/autocomplete-react": "^2.1.2",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^18.2.22",
16-
"@types/react-dom": "^18.2.7",
17-
"@vitejs/plugin-react": "^4.0.4",
15+
"@types/react": "^18.2.27",
16+
"@types/react-dom": "^18.2.12",
17+
"@vitejs/plugin-react": "^4.1.0",
1818
"autoprefixer": "^10.4.16",
19-
"postcss": "^8.4.30",
19+
"postcss": "^8.4.31",
2020
"tailwindcss": "^3.3.3",
21-
"vite": "^4.4.9"
21+
"vite": "^4.4.11"
2222
}
2323
}

examples/autocomplete-react-country/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
"preview": "vite preview"
88
},
99
"dependencies": {
10-
"@placekit/autocomplete-react": "^2.1.1",
10+
"@placekit/autocomplete-react": "^2.1.2",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^18.2.22",
16-
"@types/react-dom": "^18.2.7",
17-
"@vitejs/plugin-react": "^4.0.4",
15+
"@types/react": "^18.2.27",
16+
"@types/react-dom": "^18.2.12",
17+
"@vitejs/plugin-react": "^4.1.0",
1818
"autoprefixer": "^10.4.16",
19-
"postcss": "^8.4.30",
19+
"postcss": "^8.4.31",
2020
"tailwindcss": "^3.3.3",
21-
"vite": "^4.4.9"
21+
"vite": "^4.4.11"
2222
}
2323
}

examples/autocomplete-react-leaflet/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
"preview": "vite preview"
88
},
99
"dependencies": {
10-
"@placekit/autocomplete-react": "^2.1.1",
10+
"@placekit/autocomplete-react": "^2.1.2",
1111
"leaflet": "^1.9.4",
1212
"react": "^18.2.0",
1313
"react-dom": "^18.2.0",
1414
"react-leaflet": "^4.2.1"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^18.2.22",
18-
"@types/react-dom": "^18.2.7",
19-
"@vitejs/plugin-react": "^4.0.4",
17+
"@types/react": "^18.2.27",
18+
"@types/react-dom": "^18.2.12",
19+
"@vitejs/plugin-react": "^4.1.0",
2020
"autoprefixer": "^10.4.16",
21-
"postcss": "^8.4.30",
21+
"postcss": "^8.4.31",
2222
"tailwindcss": "^3.3.3",
23-
"vite": "^4.4.9"
23+
"vite": "^4.4.11"
2424
}
2525
}

examples/autocomplete-react-react-hook-form/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
"preview": "vite preview"
88
},
99
"dependencies": {
10-
"@placekit/autocomplete-react": "^2.1.1",
10+
"@placekit/autocomplete-react": "^2.1.2",
1111
"@tailwindcss/forms": "^0.5.6",
1212
"clsx": "^2.0.0",
1313
"prop-types": "^15.8.1",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0",
16-
"react-hook-form": "^7.46.2"
16+
"react-hook-form": "^7.47.0"
1717
},
1818
"devDependencies": {
19-
"@types/react": "^18.2.22",
20-
"@types/react-dom": "^18.2.7",
21-
"@vitejs/plugin-react": "^4.0.4",
19+
"@types/react": "^18.2.27",
20+
"@types/react-dom": "^18.2.12",
21+
"@vitejs/plugin-react": "^4.1.0",
2222
"autoprefixer": "^10.4.16",
23-
"postcss": "^8.4.30",
23+
"postcss": "^8.4.31",
2424
"tailwindcss": "^3.3.3",
25-
"vite": "^4.4.9"
25+
"vite": "^4.4.11"
2626
}
2727
}

examples/autocomplete-react-typescript/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
"preview": "vite preview"
88
},
99
"dependencies": {
10-
"@placekit/autocomplete-react": "^2.1.1",
10+
"@placekit/autocomplete-react": "^2.1.2",
1111
"@tailwindcss/forms": "^0.5.6",
1212
"clsx": "^2.0.0",
1313
"prop-types": "^15.8.1",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"
1616
},
1717
"devDependencies": {
18-
"@types/react": "^18.2.22",
19-
"@types/react-dom": "^18.2.7",
20-
"@vitejs/plugin-react": "^4.0.4",
18+
"@types/react": "^18.2.27",
19+
"@types/react-dom": "^18.2.12",
20+
"@vitejs/plugin-react": "^4.1.0",
2121
"autoprefixer": "^10.4.16",
22-
"postcss": "^8.4.30",
22+
"postcss": "^8.4.31",
2323
"tailwindcss": "^3.3.3",
2424
"typescript": "^5.2.2",
25-
"vite": "^4.4.9"
25+
"vite": "^4.4.11"
2626
}
2727
}

0 commit comments

Comments
 (0)