Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Commit

Permalink
chore(Renovate): ⬆️ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 15, 2023
1 parent e9bca34 commit cba12fe
Show file tree
Hide file tree
Showing 9 changed files with 434 additions and 611 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,25 +50,25 @@
"@terminal-nerds/tsup-config": "0.1.1",
"@terminal-nerds/typescript-config": "0.4.0",
"@terminal-nerds/vitest-config": "0.4.0",
"@total-typescript/ts-reset": "0.3.7",
"@total-typescript/ts-reset": "0.4.2",
"@types/node": "18.13.0",
"browserslist": "4.21.5",
"bun-types": "0.5.7",
"concurrently": "7.6.0",
"del-cli": "5.0.0",
"depcheck": "1.4.3",
"eslint": "8.33.0",
"eslint": "8.36.0",
"husky": "8.0.3",
"lint-staged": "13.1.0",
"lint-staged": "13.2.0",
"markdownlint-cli": "0.33.0",
"prettier": "2.8.3",
"prettier": "2.8.4",
"prettier-plugin-sort-markdown-table": "^1.0.1",
"pretty-quick": "3.1.3",
"syncpack": "8.4.11",
"tsup": "6.5.0",
"syncpack": "8.5.14",
"tsup": "6.6.3",
"tsx": "^3.12.3",
"turbo": "1.7.4",
"turbo": "1.8.3",
"typescript": "4.9.5",
"vitest": "0.28.4"
"vitest": "0.29.2"
}
}
2 changes: 1 addition & 1 deletion packages/error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"dependencies": {
"modern-errors": "5.5.1",
"zod": "3.20.6"
"zod": "3.21.4"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"typescript": "4.9.5"
},
"dependencies": {
"zod": "3.20.6"
"zod": "3.21.4"
},
"devDependencies": {
"@terminal-nerds/snippets-test": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"dependencies": {
"@terminal-nerds/snippets-runtime": "workspace:*",
"@terminal-nerds/snippets-type": "workspace:*",
"zod": "3.20.6"
"zod": "3.21.4"
},
"devDependencies": {
"@terminal-nerds/snippets-test": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/regexp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"typescript": "4.9.5"
},
"dependencies": {
"magic-regexp": "0.6.2",
"zod": "3.20.6"
"magic-regexp": "0.6.3",
"zod": "3.21.4"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"dependencies": {
"@terminal-nerds/snippets-error": "workspace:*",
"zod": "3.20.6"
"zod": "3.21.4"
},
"peerDependenciesMeta": {
"typescript": {
Expand All @@ -75,6 +75,6 @@
"@terminal-nerds/snippets-test": "workspace:*",
"@edge-runtime/vm": "2.1.2",
"happy-dom": "8.9.0",
"jsdom": "21.1.0"
"jsdom": "21.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/string/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"@terminal-nerds/snippets-regexp": "workspace:*",
"@terminal-nerds/snippets-type": "workspace:*",
"case-anything": "2.1.10",
"type-fest": "3.5.7",
"zod": "3.20.6"
"type-fest": "3.6.1",
"zod": "3.21.4"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
2 changes: 1 addition & 1 deletion packages/type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"typescript": "4.9.5"
},
"dependencies": {
"zod": "3.20.6"
"zod": "3.21.4"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
Loading

0 comments on commit cba12fe

Please sign in to comment.