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] authored Dec 31, 2024
1 parent 3a3b13c commit aca953a
Show file tree
Hide file tree
Showing 16 changed files with 693 additions and 191 deletions.
2 changes: 1 addition & 1 deletion examples/allow-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"npm-run-all2": "^7.0.2",
"typescript": "~5.6.3",
"vite": "^6.0.5",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"npm-run-all2": "^7.0.2",
"typescript": "~5.6.3",
"vite": "^6.0.5",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
}
}
4 changes: 2 additions & 2 deletions examples/type-checked/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/node": "^20.17.10",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vitest/eslint-plugin": "^1.1.20",
"@vitest/eslint-plugin": "^1.1.22",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "workspace:*",
"@vue/test-utils": "^2.4.6",
Expand All @@ -43,6 +43,6 @@
"vite": "^6.0.5",
"vite-plugin-vue-devtools": "^7.6.8",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"start-server-and-test": "^2.0.9",
"typescript": "~5.6.3",
"vite": "^6.0.5",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-jsx-in-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"npm-run-all2": "^7.0.2",
"typescript": "~5.6.3",
"vite": "^6.0.5",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"npm-run-all2": "^7.0.2",
"typescript": "~5.6.3",
"vite": "^6.0.5",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-nightwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"typescript": "~5.6.3",
"vite": "^6.0.5",
"vite-plugin-nightwatch": "^0.4.6",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"npm-run-all2": "^7.0.2",
"typescript": "~5.6.3",
"vite": "^6.0.5",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"prettier": "^3.4.2",
"typescript": "~5.6.3",
"vite": "^6.0.5",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-tsx-in-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"npm-run-all2": "^7.0.2",
"typescript": "~5.6.3",
"vite": "^6.0.5",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-tsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"npm-run-all2": "^7.0.2",
"typescript": "~5.6.3",
"vite": "^6.0.5",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/jsdom": "^21.1.7",
"@types/node": "^20.17.10",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/eslint-plugin": "^1.1.20",
"@vitest/eslint-plugin": "^1.1.22",
"@vue/eslint-config-typescript": "workspace:*",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.7.0",
Expand All @@ -31,6 +31,6 @@
"typescript": "~5.6.3",
"vite": "^6.0.5",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.10"
"vue-tsc": "^2.2.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"execa": "^9.5.2",
"pkgroll": "^2.5.1",
"pkgroll": "^2.6.0",
"prettier": "^3.4.2",
"tsx": "^4.19.2",
"typescript": "~5.6.3",
Expand All @@ -71,7 +71,7 @@
},
"dependencies": {
"fast-glob": "^3.3.2",
"typescript-eslint": "^8.18.1",
"typescript-eslint": "^8.19.0",
"vue-eslint-parser": "^9.4.3"
},
"engines": {
Expand Down
Loading

0 comments on commit aca953a

Please sign in to comment.