Skip to content

Commit 57b7aac

Browse files
committed
docs: upgrade example versions
1 parent a101fc5 commit 57b7aac

8 files changed

Lines changed: 57 additions & 57 deletions

File tree

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

Lines changed: 7 additions & 7 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.6",
10+
"@placekit/autocomplete-react": "^2.1.7",
1111
"@tailwindcss/forms": "^0.5.7",
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.37",
19-
"@types/react-dom": "^18.2.15",
20-
"@vitejs/plugin-react": "^4.1.1",
18+
"@types/react": "^18.2.42",
19+
"@types/react-dom": "^18.2.17",
20+
"@vitejs/plugin-react": "^4.2.1",
2121
"autoprefixer": "^10.4.16",
22-
"postcss": "^8.4.31",
23-
"tailwindcss": "^3.3.5",
24-
"vite": "^4.5.0"
22+
"postcss": "^8.4.32",
23+
"tailwindcss": "^3.3.6",
24+
"vite": "^5.0.7"
2525
}
2626
}

examples/autocomplete-react-basic/package.json

Lines changed: 7 additions & 7 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.6",
10+
"@placekit/autocomplete-react": "^2.1.7",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^18.2.37",
16-
"@types/react-dom": "^18.2.15",
17-
"@vitejs/plugin-react": "^4.1.1",
15+
"@types/react": "^18.2.42",
16+
"@types/react-dom": "^18.2.17",
17+
"@vitejs/plugin-react": "^4.2.1",
1818
"autoprefixer": "^10.4.16",
19-
"postcss": "^8.4.31",
20-
"tailwindcss": "^3.3.5",
21-
"vite": "^4.5.0"
19+
"postcss": "^8.4.32",
20+
"tailwindcss": "^3.3.6",
21+
"vite": "^5.0.7"
2222
}
2323
}

examples/autocomplete-react-cities/package.json

Lines changed: 7 additions & 7 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.6",
10+
"@placekit/autocomplete-react": "^2.1.7",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^18.2.37",
16-
"@types/react-dom": "^18.2.15",
17-
"@vitejs/plugin-react": "^4.1.1",
15+
"@types/react": "^18.2.42",
16+
"@types/react-dom": "^18.2.17",
17+
"@vitejs/plugin-react": "^4.2.1",
1818
"autoprefixer": "^10.4.16",
19-
"postcss": "^8.4.31",
20-
"tailwindcss": "^3.3.5",
21-
"vite": "^4.5.0"
19+
"postcss": "^8.4.32",
20+
"tailwindcss": "^3.3.6",
21+
"vite": "^5.0.7"
2222
}
2323
}

examples/autocomplete-react-countries-whitelist/package.json

Lines changed: 7 additions & 7 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.6",
10+
"@placekit/autocomplete-react": "^2.1.7",
1111
"@tailwindcss/forms": "^0.5.7",
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.37",
19-
"@types/react-dom": "^18.2.15",
20-
"@vitejs/plugin-react": "^4.1.1",
18+
"@types/react": "^18.2.42",
19+
"@types/react-dom": "^18.2.17",
20+
"@vitejs/plugin-react": "^4.2.1",
2121
"autoprefixer": "^10.4.16",
22-
"postcss": "^8.4.31",
23-
"tailwindcss": "^3.3.5",
24-
"vite": "^4.5.0"
22+
"postcss": "^8.4.32",
23+
"tailwindcss": "^3.3.6",
24+
"vite": "^5.0.7"
2525
}
2626
}

examples/autocomplete-react-countries/package.json

Lines changed: 7 additions & 7 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.6",
10+
"@placekit/autocomplete-react": "^2.1.7",
1111
"react": "^18.2.0",
1212
"react-dom": "^18.2.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^18.2.37",
16-
"@types/react-dom": "^18.2.15",
17-
"@vitejs/plugin-react": "^4.1.1",
15+
"@types/react": "^18.2.42",
16+
"@types/react-dom": "^18.2.17",
17+
"@vitejs/plugin-react": "^4.2.1",
1818
"autoprefixer": "^10.4.16",
19-
"postcss": "^8.4.31",
20-
"tailwindcss": "^3.3.5",
21-
"vite": "^4.5.0"
19+
"postcss": "^8.4.32",
20+
"tailwindcss": "^3.3.6",
21+
"vite": "^5.0.7"
2222
}
2323
}

examples/autocomplete-react-leaflet/package.json

Lines changed: 7 additions & 7 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.6",
10+
"@placekit/autocomplete-react": "^2.1.7",
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.37",
18-
"@types/react-dom": "^18.2.15",
19-
"@vitejs/plugin-react": "^4.1.1",
17+
"@types/react": "^18.2.42",
18+
"@types/react-dom": "^18.2.17",
19+
"@vitejs/plugin-react": "^4.2.1",
2020
"autoprefixer": "^10.4.16",
21-
"postcss": "^8.4.31",
22-
"tailwindcss": "^3.3.5",
23-
"vite": "^4.5.0"
21+
"postcss": "^8.4.32",
22+
"tailwindcss": "^3.3.6",
23+
"vite": "^5.0.7"
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,7 +7,7 @@
77
"preview": "vite preview"
88
},
99
"dependencies": {
10-
"@placekit/autocomplete-react": "^2.1.6",
10+
"@placekit/autocomplete-react": "^2.1.7",
1111
"@tailwindcss/forms": "^0.5.7",
1212
"clsx": "^2.0.0",
1313
"prop-types": "^15.8.1",
@@ -16,12 +16,12 @@
1616
"react-hook-form": "^7.48.2"
1717
},
1818
"devDependencies": {
19-
"@types/react": "^18.2.37",
20-
"@types/react-dom": "^18.2.15",
21-
"@vitejs/plugin-react": "^4.1.1",
19+
"@types/react": "^18.2.42",
20+
"@types/react-dom": "^18.2.17",
21+
"@vitejs/plugin-react": "^4.2.1",
2222
"autoprefixer": "^10.4.16",
23-
"postcss": "^8.4.31",
24-
"tailwindcss": "^3.3.5",
25-
"vite": "^4.5.0"
23+
"postcss": "^8.4.32",
24+
"tailwindcss": "^3.3.6",
25+
"vite": "^5.0.7"
2626
}
2727
}

examples/autocomplete-react-typescript/package.json

Lines changed: 8 additions & 8 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.6",
10+
"@placekit/autocomplete-react": "^2.1.7",
1111
"@tailwindcss/forms": "^0.5.7",
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.37",
19-
"@types/react-dom": "^18.2.15",
20-
"@vitejs/plugin-react": "^4.1.1",
18+
"@types/react": "^18.2.42",
19+
"@types/react-dom": "^18.2.17",
20+
"@vitejs/plugin-react": "^4.2.1",
2121
"autoprefixer": "^10.4.16",
22-
"postcss": "^8.4.31",
23-
"tailwindcss": "^3.3.5",
24-
"typescript": "^5.2.2",
25-
"vite": "^4.5.0"
22+
"postcss": "^8.4.32",
23+
"tailwindcss": "^3.3.6",
24+
"typescript": "^5.3.3",
25+
"vite": "^5.0.7"
2626
}
2727
}

0 commit comments

Comments
 (0)