Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
fix(deps): update vue monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 19, 2022
1 parent 01e760b commit 91d4e2f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/templates/Vue InstantSearch 1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"core-js": "2.6.9",
"vue": "2.6.10",
"vue": "2.7.9",
"vue-instantsearch": "{{libraryVersion}}"
},
"devDependencies": {
Expand All @@ -25,7 +25,7 @@
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-vue": "5.2.2",
"prettier": "1.19.1",
"vue-template-compiler": "2.6.10"
"vue-template-compiler": "2.7.9"
},
"browserslist": [
"> 1%",
Expand Down
4 changes: 2 additions & 2 deletions src/templates/Vue InstantSearch 2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"algoliasearch": "4",
"core-js": "3.6.5",
"vue": "2.6.11",
"vue": "2.7.9",
"vue-instantsearch": "{{libraryVersion}}"
},
"devDependencies": {
Expand All @@ -27,7 +27,7 @@
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-vue": "6.2.2",
"prettier": "2.2.1",
"vue-template-compiler": "2.6.11"
"vue-template-compiler": "2.7.9"
},
"browserslist": [
"> 1%",
Expand Down
2 changes: 1 addition & 1 deletion src/templates/Vue InstantSearch with Vue 3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"algoliasearch": "4.12.1",
"vue": "3.2.25",
"vue": "3.2.37",
"vue-instantsearch": "{{libraryVersion}}"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/templates/Vue InstantSearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"algoliasearch": "4",
"core-js": "3.6.5",
"vue": "2.6.11",
"vue": "2.7.9",
"vue-instantsearch": "{{libraryVersion}}"
},
"devDependencies": {
Expand All @@ -27,7 +27,7 @@
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-vue": "6.2.2",
"prettier": "2.2.1",
"vue-template-compiler": "2.6.11"
"vue-template-compiler": "2.7.9"
},
"browserslist": [
"> 1%",
Expand Down

0 comments on commit 91d4e2f

Please sign in to comment.