Skip to content

Commit

Permalink
docs: upgrade example versions
Browse files Browse the repository at this point in the history
  • Loading branch information
noclat committed Nov 11, 2023
1 parent 78ac9cb commit 4db7eff
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 37 deletions.
10 changes: 5 additions & 5 deletions examples/autocomplete-react-address-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"preview": "vite preview"
},
"dependencies": {
"@placekit/autocomplete-react": "^2.1.3",
"@tailwindcss/forms": "^0.5.6",
"@placekit/autocomplete-react": "^2.1.4",
"@tailwindcss/forms": "^0.5.7",
"clsx": "^2.0.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.1.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
Expand Down
8 changes: 4 additions & 4 deletions examples/autocomplete-react-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"preview": "vite preview"
},
"dependencies": {
"@placekit/autocomplete-react": "^2.1.3",
"@placekit/autocomplete-react": "^2.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.1.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
Expand Down
8 changes: 4 additions & 4 deletions examples/autocomplete-react-cities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"preview": "vite preview"
},
"dependencies": {
"@placekit/autocomplete-react": "^2.1.3",
"@placekit/autocomplete-react": "^2.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.1.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
Expand Down
10 changes: 5 additions & 5 deletions examples/autocomplete-react-countries-whitelist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"preview": "vite preview"
},
"dependencies": {
"@placekit/autocomplete-react": "^2.1.3",
"@tailwindcss/forms": "^0.5.6",
"@placekit/autocomplete-react": "^2.1.4",
"@tailwindcss/forms": "^0.5.7",
"clsx": "^2.0.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.1.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
Expand Down
8 changes: 4 additions & 4 deletions examples/autocomplete-react-countries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"preview": "vite preview"
},
"dependencies": {
"@placekit/autocomplete-react": "^2.1.3",
"@placekit/autocomplete-react": "^2.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.1.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
Expand Down
8 changes: 4 additions & 4 deletions examples/autocomplete-react-leaflet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"preview": "vite preview"
},
"dependencies": {
"@placekit/autocomplete-react": "^2.1.3",
"@placekit/autocomplete-react": "^2.1.4",
"leaflet": "^1.9.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1"
},
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.1.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
Expand Down
12 changes: 6 additions & 6 deletions examples/autocomplete-react-react-hook-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"preview": "vite preview"
},
"dependencies": {
"@placekit/autocomplete-react": "^2.1.3",
"@tailwindcss/forms": "^0.5.6",
"@placekit/autocomplete-react": "^2.1.4",
"@tailwindcss/forms": "^0.5.7",
"clsx": "^2.0.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.47.0"
"react-hook-form": "^7.48.2"
},
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.1.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
Expand Down
10 changes: 5 additions & 5 deletions examples/autocomplete-react-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@
"preview": "vite preview"
},
"dependencies": {
"@placekit/autocomplete-react": "^2.1.3",
"@tailwindcss/forms": "^0.5.6",
"@placekit/autocomplete-react": "^2.1.4",
"@tailwindcss/forms": "^0.5.7",
"clsx": "^2.0.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.1.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.1.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
Expand Down

0 comments on commit 4db7eff

Please sign in to comment.