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 6, 2023
1 parent f152baa commit 7e86c1d
Show file tree
Hide file tree
Showing 3 changed files with 305 additions and 294 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "ntnyq-utils",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@8.6.5",
"packageManager": "pnpm@8.6.6",
"license": "MIT",
"scripts": {
"build": "pnpm -r --stream run build",
Expand All @@ -19,23 +19,23 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@ntnyq/eslint-config": "^1.9.0",
"@ntnyq/prettier-config": "^1.9.0",
"@types/node": "^20.3.2",
"@vitest/coverage-v8": "^0.32.2",
"eslint": "^8.43.0",
"@ntnyq/eslint-config": "^1.10.0",
"@ntnyq/prettier-config": "^1.10.0",
"@types/node": "^20.4.0",
"@vitest/coverage-v8": "^0.33.0",
"eslint": "^8.44.0",
"fs-extra": "^11.1.1",
"husky": "^8.0.3",
"nano-staged": "^0.8.0",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"pnpm": "^8.6.5",
"pnpm": "^8.6.6",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vitest": "^0.32.2"
"vitest": "^0.33.0"
},
"prettier": "@ntnyq/prettier-config",
"nano-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Expand Up @@ -48,7 +48,7 @@
"dev": "unbuild --stub"
},
"dependencies": {
"dayjs": "^1.11.8",
"dayjs": "^1.11.9",
"picocolors": "^1.0.0"
}
}

0 comments on commit 7e86c1d

Please sign in to comment.