From db64c969223aeeedcb3a148660e5f7b1e750afc1 Mon Sep 17 00:00:00 2001 From: bietkul Date: Mon, 3 May 2021 17:32:43 +0530 Subject: [PATCH] build(vue): v1.14.0 --- packages/vue-playground | 2 +- packages/vue/demos/good-books/package.json | 2 +- .../package.json | 2 +- .../vue/examples/data-search/package.json | 2 +- .../dynamic-range-slider/package.json | 2 +- .../vue/examples/multi-Range/package.json | 2 +- .../examples/multi-dropdown-list/package.json | 2 +- .../examples/multi-list-nested/package.json | 2 +- packages/vue/examples/multi-list/package.json | 2 +- .../vue/examples/range-slider/package.json | 2 +- .../package.json | 2 +- .../examples/reactive-component/package.json | 2 +- .../package.json | 2 +- .../vue/examples/reactive-list/package.json | 2 +- .../package.json | 2 +- .../package.json | 2 +- .../vue/examples/result-card/package.json | 2 +- .../vue/examples/result-list/package.json | 2 +- .../single-dropdown-list/package.json | 2 +- .../vue/examples/single-list/package.json | 2 +- .../vue/examples/single-range/package.json | 2 +- .../vue/examples/toggle-button/package.json | 2 +- packages/vue/examples/with-nuxt/package.json | 2 +- packages/vue/examples/with-ssr/package.json | 2 +- packages/vue/package.json | 156 +++++++++--------- 25 files changed, 102 insertions(+), 102 deletions(-) diff --git a/packages/vue-playground b/packages/vue-playground index 0d21942a05..a1b4b1b789 160000 --- a/packages/vue-playground +++ b/packages/vue-playground @@ -1 +1 @@ -Subproject commit 0d21942a0592ee3c79f58408399239af13fdcd0e +Subproject commit a1b4b1b789fb20b5fc05c21c7818f1ec9df4c71d diff --git a/packages/vue/demos/good-books/package.json b/packages/vue/demos/good-books/package.json index 8054b9b633..6cdd7a2874 100644 --- a/packages/vue/demos/good-books/package.json +++ b/packages/vue/demos/good-books/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "vue": "^2.5.17", - "@appbaseio/reactivesearch-vue": "1.13.1" + "@appbaseio/reactivesearch-vue": "1.14.0" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.0.4", diff --git a/packages/vue/examples/data-search-custom-suggestions/package.json b/packages/vue/examples/data-search-custom-suggestions/package.json index 56006755b1..52615c36e0 100644 --- a/packages/vue/examples/data-search-custom-suggestions/package.json +++ b/packages/vue/examples/data-search-custom-suggestions/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "vue": "^2.5.17", - "@appbaseio/reactivesearch-vue": "1.13.1" + "@appbaseio/reactivesearch-vue": "1.14.0" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.0.4", diff --git a/packages/vue/examples/data-search/package.json b/packages/vue/examples/data-search/package.json index a79ee995f9..09330b47d4 100644 --- a/packages/vue/examples/data-search/package.json +++ b/packages/vue/examples/data-search/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "vue": "^2.5.17", - "@appbaseio/reactivesearch-vue": "1.13.1" + "@appbaseio/reactivesearch-vue": "1.14.0" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.0.4", diff --git a/packages/vue/examples/dynamic-range-slider/package.json b/packages/vue/examples/dynamic-range-slider/package.json index 2a9167280e..0dbfbd7957 100644 --- a/packages/vue/examples/dynamic-range-slider/package.json +++ b/packages/vue/examples/dynamic-range-slider/package.json @@ -8,7 +8,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "@appbaseio/reactivesearch-vue": "1.13.1", + "@appbaseio/reactivesearch-vue": "1.14.0", "vue": "^2.5.17" }, "devDependencies": { diff --git a/packages/vue/examples/multi-Range/package.json b/packages/vue/examples/multi-Range/package.json index 2fbb816ccf..9a56221e99 100644 --- a/packages/vue/examples/multi-Range/package.json +++ b/packages/vue/examples/multi-Range/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "vue": "^2.5.17", - "@appbaseio/reactivesearch-vue": "1.13.1" + "@appbaseio/reactivesearch-vue": "1.14.0" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.0.4", diff --git a/packages/vue/examples/multi-dropdown-list/package.json b/packages/vue/examples/multi-dropdown-list/package.json index 87d25b8c7e..75fb637e1e 100644 --- a/packages/vue/examples/multi-dropdown-list/package.json +++ b/packages/vue/examples/multi-dropdown-list/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "vue": "^2.5.17", - "@appbaseio/reactivesearch-vue": "1.13.1" + "@appbaseio/reactivesearch-vue": "1.14.0" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.0.4", diff --git a/packages/vue/examples/multi-list-nested/package.json b/packages/vue/examples/multi-list-nested/package.json index 0149145856..cc8f113ca2 100644 --- a/packages/vue/examples/multi-list-nested/package.json +++ b/packages/vue/examples/multi-list-nested/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "vue": "^2.5.17", - "@appbaseio/reactivesearch-vue": "1.13.1" + "@appbaseio/reactivesearch-vue": "1.14.0" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.0.4", diff --git a/packages/vue/examples/multi-list/package.json b/packages/vue/examples/multi-list/package.json index 1c023166c0..828c8b71b9 100644 --- a/packages/vue/examples/multi-list/package.json +++ b/packages/vue/examples/multi-list/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "vue": "^2.5.17", - "@appbaseio/reactivesearch-vue": "1.13.1" + "@appbaseio/reactivesearch-vue": "1.14.0" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.0.4", diff --git a/packages/vue/examples/range-slider/package.json b/packages/vue/examples/range-slider/package.json index da508881b3..92d7812fa7 100644 --- a/packages/vue/examples/range-slider/package.json +++ b/packages/vue/examples/range-slider/package.json @@ -8,7 +8,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "@appbaseio/reactivesearch-vue": "1.13.1", + "@appbaseio/reactivesearch-vue": "1.14.0", "vue": "^2.5.17" }, "devDependencies": { diff --git a/packages/vue/examples/reactive-component-with-custom-query/package.json b/packages/vue/examples/reactive-component-with-custom-query/package.json index 3ca6ee4d8b..9dcf3d2b84 100644 --- a/packages/vue/examples/reactive-component-with-custom-query/package.json +++ b/packages/vue/examples/reactive-component-with-custom-query/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "vue": "^2.5.17", - "@appbaseio/reactivesearch-vue": "1.13.1" + "@appbaseio/reactivesearch-vue": "1.14.0" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.0.4", diff --git a/packages/vue/examples/reactive-component/package.json b/packages/vue/examples/reactive-component/package.json index f873bdd5ac..799d4fd441 100644 --- a/packages/vue/examples/reactive-component/package.json +++ b/packages/vue/examples/reactive-component/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "vue": "^2.5.17", - "@appbaseio/reactivesearch-vue": "1.13.1" + "@appbaseio/reactivesearch-vue": "1.14.0" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.0.4", diff --git a/packages/vue/examples/reactive-list-custom-pagination/package.json b/packages/vue/examples/reactive-list-custom-pagination/package.json index 910545459c..f9cc201feb 100644 --- a/packages/vue/examples/reactive-list-custom-pagination/package.json +++ b/packages/vue/examples/reactive-list-custom-pagination/package.json @@ -8,7 +8,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "@appbaseio/reactivesearch-vue": "1.13.1", + "@appbaseio/reactivesearch-vue": "1.14.0", "vue": "^2.5.17", "vuejs-paginate": "^2.1.0" }, diff --git a/packages/vue/examples/reactive-list/package.json b/packages/vue/examples/reactive-list/package.json index ea53ddd373..bec2558ca5 100644 --- a/packages/vue/examples/reactive-list/package.json +++ b/packages/vue/examples/reactive-list/package.json @@ -8,7 +8,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "@appbaseio/reactivesearch-vue": "1.13.1", + "@appbaseio/reactivesearch-vue": "1.14.0", "vue": "^2.5.17", "vuejs-paginate": "^2.1.0" }, diff --git a/packages/vue/examples/reactivelist-with-aggregation/package.json b/packages/vue/examples/reactivelist-with-aggregation/package.json index a94744dd66..1e9b9a06ea 100644 --- a/packages/vue/examples/reactivelist-with-aggregation/package.json +++ b/packages/vue/examples/reactivelist-with-aggregation/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "vue": "^2.5.17", - "@appbaseio/reactivesearch-vue": "1.13.1" + "@appbaseio/reactivesearch-vue": "1.14.0" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.0.4", diff --git a/packages/vue/examples/reactivelist-without-aggregation/package.json b/packages/vue/examples/reactivelist-without-aggregation/package.json index a0c007ea15..7a14de0c69 100644 --- a/packages/vue/examples/reactivelist-without-aggregation/package.json +++ b/packages/vue/examples/reactivelist-without-aggregation/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "vue": "^2.5.17", - "@appbaseio/reactivesearch-vue": "1.13.1" + "@appbaseio/reactivesearch-vue": "1.14.0" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.0.4", diff --git a/packages/vue/examples/result-card/package.json b/packages/vue/examples/result-card/package.json index 316209aea3..d4c7cf5876 100644 --- a/packages/vue/examples/result-card/package.json +++ b/packages/vue/examples/result-card/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "vue": "^2.5.17", - "@appbaseio/reactivesearch-vue": "1.13.1" + "@appbaseio/reactivesearch-vue": "1.14.0" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.0.4", diff --git a/packages/vue/examples/result-list/package.json b/packages/vue/examples/result-list/package.json index b12a8d939e..87fd118d7e 100644 --- a/packages/vue/examples/result-list/package.json +++ b/packages/vue/examples/result-list/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "vue": "^2.5.17", - "@appbaseio/reactivesearch-vue": "1.13.1" + "@appbaseio/reactivesearch-vue": "1.14.0" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.0.4", diff --git a/packages/vue/examples/single-dropdown-list/package.json b/packages/vue/examples/single-dropdown-list/package.json index 9aa9280451..401b0da41f 100644 --- a/packages/vue/examples/single-dropdown-list/package.json +++ b/packages/vue/examples/single-dropdown-list/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "vue": "^2.5.17", - "@appbaseio/reactivesearch-vue": "1.13.1" + "@appbaseio/reactivesearch-vue": "1.14.0" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.0.4", diff --git a/packages/vue/examples/single-list/package.json b/packages/vue/examples/single-list/package.json index fff09ab0ee..637a832ece 100644 --- a/packages/vue/examples/single-list/package.json +++ b/packages/vue/examples/single-list/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "vue": "^2.5.17", - "@appbaseio/reactivesearch-vue": "1.13.1" + "@appbaseio/reactivesearch-vue": "1.14.0" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.0.4", diff --git a/packages/vue/examples/single-range/package.json b/packages/vue/examples/single-range/package.json index 918ec59c59..74d969b26e 100644 --- a/packages/vue/examples/single-range/package.json +++ b/packages/vue/examples/single-range/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "vue": "^2.5.17", - "@appbaseio/reactivesearch-vue": "1.13.1" + "@appbaseio/reactivesearch-vue": "1.14.0" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.0.4", diff --git a/packages/vue/examples/toggle-button/package.json b/packages/vue/examples/toggle-button/package.json index 1492bd1bbf..f0bc9becc2 100644 --- a/packages/vue/examples/toggle-button/package.json +++ b/packages/vue/examples/toggle-button/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "vue": "^2.5.17", - "@appbaseio/reactivesearch-vue": "1.13.1" + "@appbaseio/reactivesearch-vue": "1.14.0" }, "devDependencies": { "@vue/cli-plugin-babel": "^3.0.4", diff --git a/packages/vue/examples/with-nuxt/package.json b/packages/vue/examples/with-nuxt/package.json index e58d5d2274..f51780adec 100644 --- a/packages/vue/examples/with-nuxt/package.json +++ b/packages/vue/examples/with-nuxt/package.json @@ -11,7 +11,7 @@ "generate": "nuxt generate" }, "dependencies": { - "@appbaseio/reactivesearch-vue": "1.13.1", + "@appbaseio/reactivesearch-vue": "1.14.0", "cross-env": "^5.2.0", "nuxt": "^2.0.0" }, diff --git a/packages/vue/examples/with-ssr/package.json b/packages/vue/examples/with-ssr/package.json index 76c4168d95..e35cf44dc0 100644 --- a/packages/vue/examples/with-ssr/package.json +++ b/packages/vue/examples/with-ssr/package.json @@ -11,7 +11,7 @@ "generate": "nuxt generate" }, "dependencies": { - "@appbaseio/reactivesearch-vue": "1.13.1", + "@appbaseio/reactivesearch-vue": "1.14.0", "@commitlint/cli": "^7.5.2", "cross-env": "^5.2.0", "eslint-plugin-import": "^2.14.0", diff --git a/packages/vue/package.json b/packages/vue/package.json index 80b7a56bdc..465460b8f9 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,80 +1,80 @@ { - "name": "@appbaseio/reactivesearch-vue", - "version": "1.13.1", - "private": false, - "main": "dist/cjs/index.js", - "jsnext:main": "dist/es/index.js", - "module": "dist/es/index.js", - "description": "A Vue UI components library for building search experiences", - "keywords": [ - "appbase", - "elasticsearch", - "search" - ], - "repository": { - "type": "git", - "url": "https://github.com/appbaseio/reactivesearch.git" - }, - "author": "Kuldeep Saxena ", - "license": "Apache-2.0", - "scripts": { - "watch": "nps watch", - "serve": "vue-cli-service serve", - "build": "vue-cli-service build", - "start": "nps", - "pretest": "nps build", - "test": "nps test", - "precommit": "lint-staged", - "prepare": "npm start validate", - "version-upgrade": "nps upgrade-vue -c ../../package-scripts.js", - "postpublish": "yarn run version-upgrade" - }, - "files": [ - "dist" - ], - "sideEffects": false, - "dependencies": { - "@appbaseio/reactivecore": "9.11.0", - "@appbaseio/vue-emotion": "0.4.4", - "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0", - "appbase-js": "^4.1.0", - "compute-scroll-into-view": "^1.0.11", - "emotion": "9.2.12", - "polished": "^2.2.0", - "redux": "^4.0.0", - "url-search-params-polyfill": "^7.0.0", - "vue-highlight-words": "^1.2.0", - "vue-no-ssr": "^1.1.0", - "vue-slider-component": "^2.8.2", - "vue-types": "^1.3.3" - }, - "peerDependencies": { - "vue": "^2.6.10" - }, - "devDependencies": { - "@babel/plugin-external-helpers": "^7.2.0", - "@babel/plugin-proposal-class-properties": "^7.5.5", - "@babel/plugin-proposal-json-strings": "^7.2.0", - "@babel/plugin-syntax-dynamic-import": "^7.2.0", - "@babel/plugin-syntax-import-meta": "^7.2.0", - "@babel/plugin-syntax-jsx": "^7.2.0", - "@babel/preset-env": "^7.5.5", - "@babel/preset-stage-2": "^7.0.0", - "@vue/babel-preset-jsx": "^1.1.0", - "eslint-config-airbnb-base": "^13.1.0", - "eslint-config-prettier": "^3.1.0", - "eslint-plugin-vue": "^4.7.1", - "nps": "^5.9.3", - "nps-utils": "^1.7.0", - "rollup": "^1.20.3", - "rollup-plugin-babel": "^4.3.3", - "rollup-plugin-commonjs": "^10.1.0", - "rollup-plugin-json": "^4.0.0", - "rollup-plugin-node-builtins": "^2.1.2", - "rollup-plugin-node-globals": "^1.4.0", - "rollup-plugin-node-resolve": "^5.2.0", - "rollup-plugin-replace": "^2.2.0", - "rollup-plugin-terser": "^5.1.1", - "vue-eslint-parser": "^3.2.2" - } + "name": "@appbaseio/reactivesearch-vue", + "version": "1.14.0", + "private": false, + "main": "dist/cjs/index.js", + "jsnext:main": "dist/es/index.js", + "module": "dist/es/index.js", + "description": "A Vue UI components library for building search experiences", + "keywords": [ + "appbase", + "elasticsearch", + "search" + ], + "repository": { + "type": "git", + "url": "https://github.com/appbaseio/reactivesearch.git" + }, + "author": "Kuldeep Saxena ", + "license": "Apache-2.0", + "scripts": { + "watch": "nps watch", + "serve": "vue-cli-service serve", + "build": "vue-cli-service build", + "start": "nps", + "pretest": "nps build", + "test": "nps test", + "precommit": "lint-staged", + "prepare": "npm start validate", + "version-upgrade": "nps upgrade-vue -c ../../package-scripts.js", + "postpublish": "yarn run version-upgrade" + }, + "files": [ + "dist" + ], + "sideEffects": false, + "dependencies": { + "@appbaseio/reactivecore": "9.11.0", + "@appbaseio/vue-emotion": "0.4.4", + "@vue/babel-helper-vue-jsx-merge-props": "^1.0.0", + "appbase-js": "^4.1.0", + "compute-scroll-into-view": "^1.0.11", + "emotion": "9.2.12", + "polished": "^2.2.0", + "redux": "^4.0.0", + "url-search-params-polyfill": "^7.0.0", + "vue-highlight-words": "^1.2.0", + "vue-no-ssr": "^1.1.0", + "vue-slider-component": "^2.8.2", + "vue-types": "^1.3.3" + }, + "peerDependencies": { + "vue": "^2.6.10" + }, + "devDependencies": { + "@babel/plugin-external-helpers": "^7.2.0", + "@babel/plugin-proposal-class-properties": "^7.5.5", + "@babel/plugin-proposal-json-strings": "^7.2.0", + "@babel/plugin-syntax-dynamic-import": "^7.2.0", + "@babel/plugin-syntax-import-meta": "^7.2.0", + "@babel/plugin-syntax-jsx": "^7.2.0", + "@babel/preset-env": "^7.5.5", + "@babel/preset-stage-2": "^7.0.0", + "@vue/babel-preset-jsx": "^1.1.0", + "eslint-config-airbnb-base": "^13.1.0", + "eslint-config-prettier": "^3.1.0", + "eslint-plugin-vue": "^4.7.1", + "nps": "^5.9.3", + "nps-utils": "^1.7.0", + "rollup": "^1.20.3", + "rollup-plugin-babel": "^4.3.3", + "rollup-plugin-commonjs": "^10.1.0", + "rollup-plugin-json": "^4.0.0", + "rollup-plugin-node-builtins": "^2.1.2", + "rollup-plugin-node-globals": "^1.4.0", + "rollup-plugin-node-resolve": "^5.2.0", + "rollup-plugin-replace": "^2.2.0", + "rollup-plugin-terser": "^5.1.1", + "vue-eslint-parser": "^3.2.2" + } }