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 Jul 12, 2022
1 parent 1c98daa commit e07e4b0
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 198 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ow3/hello-world-vue",
"version": "0.12.0",
"packageManager": "pnpm@7.3.0",
"packageManager": "pnpm@7.5.1",
"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.1"
},
"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.8",
"@ow3/stacks": "^0.20.8",
"@types/node": "^17.0.31",
"@vueuse/core": "^8.7.5",
"@vueuse/core": "^8.9.1",
"bumpp": "^8.2.1",
"cypress": "^10.2.0",
"eslint": "^8.18.0",
"cypress": "^10.3.0",
"eslint": "^8.19.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",
"vite": "^2.9.14",
"vitest": "^0.18.0",
"vue": "^3.2.37",
"vue-tsc": "^0.38.1"
"vue-tsc": "^0.38.5"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged",
Expand Down

0 comments on commit e07e4b0

Please sign in to comment.