Skip to content

Commit

Permalink
chore(deps): update commitlint monorepo (#404)
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] authored Jan 8, 2024
1 parent bf15946 commit f5e2120
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 265 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,16 @@
"pretty-bytes": "^5.6.0",
"prompts": "^2.4.2",
"rimraf": "^4.4.1",
"rollup": "^4.9.2",
"rollup": "^4.9.4",
"rollup-plugin-esbuild": "^6.1.0",
"rxjs": "^7.8.1",
"treeify": "^1.1.0",
"uuid": "^9.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@sanity/pkg-utils": "workspace:*",
"@types/babel__core": "^7.20.5",
"@types/cpx": "^1.5.5",
Expand All @@ -129,8 +129,8 @@
"@types/rimraf": "^3.0.2",
"@types/treeify": "^1.0.3",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"commitizen": "^4.3.0",
"cpx": "^1.5.0",
"cz-conventional-changelog": "^3.3.0",
Expand All @@ -147,13 +147,13 @@
"rollup-plugin-visualizer": "^5.12.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vitest": "^1.1.1",
"vitest": "^1.1.3",
"vitest-github-actions-reporter": "^0.11.1"
},
"peerDependencies": {
"typescript": "^4.7 || ^5"
},
"packageManager": "pnpm@8.13.1",
"packageManager": "pnpm@8.14.0",
"engines": {
"node": ">=16.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/runtime-next-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"use-client-directive": "workspace:*"
},
"devDependencies": {
"@types/react": "^18.2.46"
"@types/react": "^18.2.47"
}
}
2 changes: 1 addition & 1 deletion playground/use-client-directive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"clean": "rimraf dist"
},
"devDependencies": {
"@types/react": "^18.2.46",
"@types/react": "^18.2.47",
"react": "^18.2.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit f5e2120

Please sign in to comment.