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 24, 2022
1 parent ab963d7 commit 7b7c408
Show file tree
Hide file tree
Showing 2 changed files with 393 additions and 571 deletions.
22 changes: 11 additions & 11 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@ow3/dummy-composable",
"version": "0.1.4",
"packageManager": "pnpm@7.3.0",
"packageManager": "pnpm@7.6.0",
"description": "A composable starter kit that makes a great DX.",
"author": "Chris Breuer <chris@ow3.org>",
"license": "MIT",
Expand Down Expand Up @@ -44,8 +44,8 @@
"dist"
],
"engines": {
"node": ">=v16.15.1",
"pnpm": ">=7.3.0"
"node": ">=v16.16.0",
"pnpm": ">=7.6.0"
},
"scripts": {
"build": "unbuild",
Expand All @@ -62,22 +62,22 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.1",
"@antfu/eslint-config": "^0.25.2",
"@types/node": "^17.0.32",
"@vue/reactivity": "^3.2.37",
"bumpp": "^8.2.1",
"commitizen": "^4.2.4",
"commitizen": "^4.2.5",
"conventional-changelog-cli": "^2.2.2",
"cz-git": "^1.3.5",
"eslint": "^8.18.0",
"cz-git": "^1.3.10",
"eslint": "^8.20.0",
"esno": "^0.16.3",
"lint-staged": "^13.0.2",
"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.15.2"
"unbuild": "^0.7.6",
"vite": "^2.9.14",
"vitest": "^0.19.0"
},
"simple-git-hooks": {
"pre-commit": "npx --no-install lint-staged",
Expand Down

0 comments on commit 7b7c408

Please sign in to comment.