Skip to content

Commit

Permalink
Merge pull request #101 from MentorMate/100-chore-update-all-non-majo…
Browse files Browse the repository at this point in the history
…r-dependencies

chore: update packages
  • Loading branch information
Yordan-Ramchev committed Oct 30, 2023
2 parents 83e163c + 476035e commit af466e5
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.6"
"vue": "^3.3.7"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.0",
Expand Down
4 changes: 2 additions & 2 deletions template/config/cypress-ct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"test:unit:dev": "cypress open --component"
},
"dependencies": {
"vue": "^3.3.6"
"vue": "^3.3.7"
},
"devDependencies": {
"cypress": "^13.3.2"
"cypress": "^13.3.3"
}
}
2 changes: 1 addition & 1 deletion template/config/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'"
},
"devDependencies": {
"cypress": "^13.3.1",
"cypress": "^13.3.3",
"start-server-and-test": "^2.0.1"
}
}
2 changes: 1 addition & 1 deletion template/config/jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"vue": "^3.3.6"
"vue": "^3.3.7"
},
"devDependencies": {
"@vitejs/plugin-vue-jsx": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion template/config/nightwatch-ct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"test:unit": "nightwatch src/components/**/__tests__/*"
},
"dependencies": {
"vue": "^3.3.6"
"vue": "^3.3.7"
}
}
2 changes: 1 addition & 1 deletion template/config/pinia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"pinia": "^2.1.6",
"vue": "^3.3.6"
"vue": "^3.3.7"
}
}
2 changes: 1 addition & 1 deletion template/config/router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"vue": "^3.3.4",
"vue": "^3.3.7",
"vue-router": "^4.2.5"
}
}
4 changes: 2 additions & 2 deletions template/config/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
},
"devDependencies": {
"@types/node": "^18.18.4",
"@types/node": "^18.18.7",
"npm-run-all2": "^6.1.1",
"typescript": "~5.2.0",
"vue-tsc": "^1.8.19"
"vue-tsc": "^1.8.22"
}
}
2 changes: 1 addition & 1 deletion template/config/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"test:unit": "vitest"
},
"dependencies": {
"vue": "^3.3.4"
"vue": "^3.3.7"
},
"devDependencies": {
"@vue/test-utils": "^2.4.1",
Expand Down

0 comments on commit af466e5

Please sign in to comment.