Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#11)
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] committed Jul 20, 2022
1 parent 1c98daa commit bf1e434
Show file tree
Hide file tree
Showing 2 changed files with 337 additions and 482 deletions.
22 changes: 11 additions & 11 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@ow3/hello-world-vue",
"version": "0.12.0",
"packageManager": "pnpm@7.3.0",
"packageManager": "pnpm@7.5.2",
"description": "The simple way to develop your Vue 3 Component Library.",
"author": "Chris Breuer",
"license": "MIT",
Expand Down Expand Up @@ -41,8 +41,8 @@
"dist"
],
"engines": {
"node": ">=v16.15.1",
"pnpm": ">=7.3.0"
"node": ">=v16.16.0",
"pnpm": ">=7.5.2"
},
"scripts": {
"build": "vite build && pnpm run typecheck",
Expand All @@ -65,23 +65,23 @@
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@babel/types": "^7.18.4",
"@babel/types": "^7.18.9",
"@ow3/stacks": "^0.20.8",
"@types/node": "^17.0.31",
"@vueuse/core": "^8.7.5",
"@vueuse/core": "^8.9.4",
"bumpp": "^8.2.1",
"cypress": "^10.2.0",
"eslint": "^8.18.0",
"cypress": "^10.3.1",
"eslint": "^8.20.0",
"eslint-plugin-cypress": "^2.12.1",
"lint-staged": "^13.0.3",
"rimraf": "^3.0.2",
"simple-git-hooks": "^2.8.0",
"typescript": "^4.7.4",
"unbuild": "^0.7.4",
"vite": "^2.9.12",
"vitest": "^0.16.0",
"unbuild": "^0.7.6",
"vite": "^2.9.14",
"vitest": "^0.18.1",
"vue": "^3.2.37",
"vue-tsc": "^0.38.1"
"vue-tsc": "^0.38.9"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged",
Expand Down

0 comments on commit bf1e434

Please sign in to comment.