Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#405)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 15, 2023
1 parent 94e9aae commit 479b65a
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 44 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"homepage": "https://github.com/vuejs/create-vue#readme",
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/eslint": "^8.44.8",
"@types/eslint": "^8.44.9",
"@types/node": "^18.19.3",
"@types/prompts": "^2.4.9",
"@vue/create-eslint-config": "^0.3.2",
"@vue/tsconfig": "^0.4.0",
"@vue/tsconfig": "^0.5.0",
"ejs": "^3.1.9",
"esbuild": "^0.18.20",
"esbuild-plugin-license": "^1.2.2",
Expand Down
74 changes: 37 additions & 37 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"vite": "^5.0.7"
"vite": "^5.0.10"
}
}
2 changes: 1 addition & 1 deletion template/config/jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue-jsx": "^3.1.0",
"vite": "^5.0.7"
"vite": "^5.0.10"
}
}
4 changes: 2 additions & 2 deletions template/config/nightwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"test:e2e": "nightwatch tests/e2e/*"
},
"devDependencies": {
"nightwatch": "^3.3.4",
"nightwatch": "^3.3.5",
"@nightwatch/vue": "^0.4.5",
"@vitejs/plugin-vue": "^4.5.2",
"@types/nightwatch": "^2.3.30",
"geckodriver": "^4.2.1",
"geckodriver": "^4.3.0",
"chromedriver": "^119.0.1",
"ts-node": "^10.9.2",
"vite-plugin-nightwatch": "^0.4.5"
Expand Down
2 changes: 1 addition & 1 deletion template/tsconfig/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@vue/tsconfig": "^0.4.0"
"@vue/tsconfig": "^0.5.0"
}
}

0 comments on commit 479b65a

Please sign in to comment.