Skip to content
This repository was archived by the owner on May 27, 2019. It is now read-only.

Commit c0828d4

Browse files
committed
chore: latest Vue InstantSearch (works, I tested it)
1 parent 936310c commit c0828d4

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

examples/e-commerce/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"vue": "^2.4.2",
13-
"vue-instantsearch": "^1.3.4"
13+
"vue-instantsearch": "^1.4.0"
1414
},
1515
"devDependencies": {
1616
"autoprefixer": "^7.2.5",
@@ -53,5 +53,9 @@
5353
"node": ">= 4.0.0",
5454
"npm": ">= 3.0.0"
5555
},
56-
"browserslist": ["> 1%", "last 2 versions", "not ie <= 8"]
56+
"browserslist": [
57+
"> 1%",
58+
"last 2 versions",
59+
"not ie <= 8"
60+
]
5761
}

examples/multi-index/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"vue": "^2.2.1",
13-
"vue-instantsearch": "^1.3.4"
13+
"vue-instantsearch": "^1.4.0"
1414
},
1515
"devDependencies": {
1616
"babel-core": "^6.0.0",

examples/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"dependencies": {
1313
"nuxt": "^1.3.0",
1414
"vue": "^2.5.13",
15-
"vue-instantsearch": "^1.3.4"
15+
"vue-instantsearch": "^1.4.0"
1616
}
1717
}

examples/nuxt/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5655,9 +5655,9 @@ vue-hot-reload-api@^2.2.0:
56555655
version "2.2.4"
56565656
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.2.4.tgz#683bd1d026c0d3b3c937d5875679e9a87ec6cd8f"
56575657

5658-
vue-instantsearch@^1.3.4:
5659-
version "1.3.4"
5660-
resolved "https://registry.yarnpkg.com/vue-instantsearch/-/vue-instantsearch-1.3.4.tgz#5faaf7f5e70e4c37eb2352d0f5c5b5967170a3eb"
5658+
vue-instantsearch@^1.4.0:
5659+
version "1.4.0"
5660+
resolved "https://registry.yarnpkg.com/vue-instantsearch/-/vue-instantsearch-1.4.0.tgz#97ad0b146978d869bdc6e47ddb910a5211e672cf"
56615661
dependencies:
56625662
algoliasearch "^3.18.1"
56635663
algoliasearch-helper "^2.21.1"

examples/quick-start/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "example-simple",
3-
"description":
4-
"Simple example of using Algolia instantsearch with Vue.js in the browser.",
3+
"description": "Simple example of using Algolia instantsearch with Vue.js in the browser.",
54
"version": "0.0.0",
65
"author": "Raymond Rutjes <raymond.rutjes@gmail.com>",
76
"private": true,
87
"scripts": {
98
"build": "[[ -f 'index.html' ]] && echo 'all good'"
109
},
1110
"dependencies": {
12-
"vue-instantsearch": "1.3.4"
11+
"vue-instantsearch": "1.4.0"
1312
}
1413
}

examples/ssr/package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
{
22
"name": "example-ssr",
3-
"description":
4-
"An illustration of server side rendering with Algolia Vue InstantSearch.",
3+
"description": "An illustration of server side rendering with Algolia Vue InstantSearch.",
54
"version": "1.0.0",
65
"author": "Raymond Rutjes <raymond.rutjes@gmail.com>",
76
"private": true,
87
"scripts": {
98
"build": "yarn run build:server && yarn run build:client",
10-
"build:client":
11-
"cross-env NODE_ENV=production webpack --config build/webpack.client.config.js --progress --hide-modules",
12-
"build:server":
13-
"cross-env NODE_ENV=production webpack --config build/webpack.server.config.js --progress --hide-modules"
9+
"build:client": "cross-env NODE_ENV=production webpack --config build/webpack.client.config.js --progress --hide-modules",
10+
"build:server": "cross-env NODE_ENV=production webpack --config build/webpack.server.config.js --progress --hide-modules"
1411
},
1512
"dependencies": {
1613
"express": "^4.15.3",
1714
"vue": "^2.3.3",
18-
"vue-instantsearch": "^1.3.4",
15+
"vue-instantsearch": "^1.4.0",
1916
"vue-router": "^3.0.1",
2017
"vue-server-renderer": "^2.3.3"
2118
},

examples/vue-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"qs": "^6.5.0",
1313
"vue": "^2.2.1",
14-
"vue-instantsearch": "*",
14+
"vue-instantsearch": "1.4.0",
1515
"vue-router": "^3.0.1"
1616
},
1717
"devDependencies": {

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6439,9 +6439,9 @@ vue-hot-reload-api@^2.2.0:
64396439
version "2.2.4"
64406440
resolved "https://registry.yarnpkg.com/vue-hot-reload-api/-/vue-hot-reload-api-2.2.4.tgz#683bd1d026c0d3b3c937d5875679e9a87ec6cd8f"
64416441

6442-
vue-instantsearch@*, vue-instantsearch@1.3.4, vue-instantsearch@^1.3.4:
6443-
version "1.3.4"
6444-
resolved "https://registry.yarnpkg.com/vue-instantsearch/-/vue-instantsearch-1.3.4.tgz#5faaf7f5e70e4c37eb2352d0f5c5b5967170a3eb"
6442+
vue-instantsearch@1.4.0, vue-instantsearch@^1.4.0:
6443+
version "1.4.0"
6444+
resolved "https://registry.yarnpkg.com/vue-instantsearch/-/vue-instantsearch-1.4.0.tgz#97ad0b146978d869bdc6e47ddb910a5211e672cf"
64456445
dependencies:
64466446
algoliasearch "^3.18.1"
64476447
algoliasearch-helper "^2.21.1"

0 commit comments

Comments
 (0)