Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 7, 2024
1 parent 1c26904 commit 4c4925b
Show file tree
Hide file tree
Showing 16 changed files with 303 additions and 307 deletions.
552 changes: 274 additions & 278 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
},
"homepage": "https://github.com/MentorMate/create-vue#readme",
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@tsconfig/node18": "^18.2.2",
"@types/eslint": "^8.44.9",
"@types/node": "^20.10.5",
"@types/eslint": "^8.56.1",
"@types/node": "^20.10.6",
"@types/prompts": "^2.4.9",
"@vue/create-eslint-config": "^0.3.2",
"@vue/tsconfig": "^0.5.1",
Expand All @@ -71,7 +71,7 @@
"npm-run-all2": "^6.1.1",
"prettier": "^3.1.1",
"prompts": "^2.4.2",
"vitest": "^1.0.4",
"vitest": "^1.1.3",
"zx": "^7.2.3",
"chokidar-cli": "^3.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.12"
"vue": "^3.4.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"vite": "^5.0.10"
"@vitejs/plugin-vue": "^4.6.2",
"vite": "^5.0.11"
}
}
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.12"
"vue": "^3.4.5"
},
"devDependencies": {
"cypress": "^13.6.1"
"cypress": "^13.6.2"
}
}
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.6.1",
"cypress": "^13.6.2",
"start-server-and-test": "^2.0.3"
}
}
2 changes: 1 addition & 1 deletion template/config/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"vue-i18n": "^9.8.0"
"vue-i18n": "^9.9.0"
}
}
4 changes: 2 additions & 2 deletions template/config/jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dependencies": {
"vue": "^3.3.12"
"vue": "^3.4.5"
},
"devDependencies": {
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^5.0.10"
"vite": "^5.0.11"
}
}
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/**/__tests__/*"
},
"dependencies": {
"vue": "^3.3.12"
"vue": "^3.4.5"
}
}
6 changes: 3 additions & 3 deletions template/config/nightwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"test:e2e": "nightwatch tests/e2e/*"
},
"devDependencies": {
"nightwatch": "^3.3.5",
"nightwatch": "^3.3.7",
"@nightwatch/vue": "^0.4.5",
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue": "^4.6.2",
"@types/nightwatch": "^2.3.30",
"geckodriver": "^4.3.0",
"chromedriver": "^120.0.0",
"chromedriver": "^120.0.1",
"ts-node": "^10.9.2",
"vite-plugin-nightwatch": "^0.4.5",
"wait-on": "^7.2.0"
Expand Down
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.7",
"vue": "^3.3.12"
"vue": "^3.4.5"
}
}
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.12",
"vue": "^3.4.5",
"vue-router": "^4.2.5"
}
}
4 changes: 2 additions & 2 deletions template/config/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6"
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1"
}
}
2 changes: 1 addition & 1 deletion template/config/tanStackQuery/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"@tanstack/vue-query": "^5.14.1"
"@tanstack/vue-query": "^5.17.8"
}
}
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 --build --force"
},
"devDependencies": {
"@types/node": "^20.10.5",
"@types/node": "^20.10.6",
"npm-run-all2": "^6.1.1",
"typescript": "~5.3.0",
"vue-tsc": "^1.8.25"
"vue-tsc": "^1.8.27"
}
}
6 changes: 3 additions & 3 deletions template/config/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"test:unit": "vitest"
},
"dependencies": {
"vue": "^3.3.12"
"vue": "^3.4.5"
},
"devDependencies": {
"@vue/test-utils": "^2.4.3",
"jsdom": "^23.0.1",
"vitest": "^1.0.4"
"jsdom": "^23.2.0",
"vitest": "^1.1.3"
}
}
2 changes: 1 addition & 1 deletion template/config/vueUse/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"@vueuse/core": "^10.7.0"
"@vueuse/core": "^10.7.1"
}
}

0 comments on commit 4c4925b

Please sign in to comment.