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 Feb 9, 2024
1 parent ab963d7 commit 32f928e
Show file tree
Hide file tree
Showing 2 changed files with 2,398 additions and 1,480 deletions.
32 changes: 16 additions & 16 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@ow3/dummy-composable",
"version": "0.1.4",
"packageManager": "pnpm@7.3.0",
"packageManager": "pnpm@7.33.6",
"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": ">=16.20.2",
"pnpm": ">=7.33.6"
},
"scripts": {
"build": "unbuild",
Expand All @@ -62,22 +62,22 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.1",
"@types/node": "^17.0.32",
"@vue/reactivity": "^3.2.37",
"@antfu/eslint-config": "^0.43.1",
"@types/node": "^17.0.45",
"@vue/reactivity": "^3.4.18",
"bumpp": "^8.2.1",
"commitizen": "^4.2.4",
"commitizen": "^4.3.0",
"conventional-changelog-cli": "^2.2.2",
"cz-git": "^1.3.5",
"eslint": "^8.18.0",
"esno": "^0.16.3",
"lint-staged": "^13.0.2",
"cz-git": "^1.8.0",
"eslint": "^8.56.0",
"esno": "^0.17.0",
"lint-staged": "^13.3.0",
"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"
"simple-git-hooks": "^2.9.0",
"typescript": "^4.9.5",
"unbuild": "^0.9.4",
"vite": "^2.9.17",
"vitest": "^0.34.6"
},
"simple-git-hooks": {
"pre-commit": "npx --no-install lint-staged",
Expand Down

0 comments on commit 32f928e

Please sign in to comment.