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 15, 2023
1 parent 94e9aae commit a3cf359
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"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",
Expand Down
62 changes: 31 additions & 31 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.9"
}
}
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.9"
}
}
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

0 comments on commit a3cf359

Please sign in to comment.