Skip to content

Commit

Permalink
Chore: bump dependencies (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Apr 12, 2024
1 parent 196f954 commit 025f1f7
Show file tree
Hide file tree
Showing 47 changed files with 243 additions and 221 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -49,27 +49,27 @@
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@sindresorhus/tsconfig": "^5.0.0",
"@types/node": "^20.12.4",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/ui": "^1.4.0",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/ui": "^1.5.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo": "^0.44.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-n": "^17.2.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-unicorn": "^52.0.0",
"globby": "^14.0.1",
"husky": "^9.0.11",
"lerna": "^8.1.2",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"turbo": "^1.13.2",
"typescript": "^5.4.4",
"vitest": "^1.4.0"
"typescript": "^5.4.5",
"vitest": "^1.5.0"
},
"resolutions": {
"type-fest": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -60,7 +60,7 @@
"@inquirer/figures": "^1.0.0",
"@inquirer/type": "^1.2.2",
"@types/mute-stream": "^0.0.4",
"@types/node": "^20.12.4",
"@types/node": "^20.12.7",
"@types/wrap-ansi": "^3.0.0",
"ansi-escapes": "^4.3.2",
"chalk": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Expand Up @@ -62,7 +62,7 @@
"dependencies": {
"@inquirer/type": "^1.2.2",
"@types/mute-stream": "^0.0.4",
"@types/node": "^20.12.4",
"@types/node": "^20.12.7",
"ansi-escapes": "^4.3.2",
"mute-stream": "^1.0.0",
"strip-ansi": "^6.0.1"
Expand Down

0 comments on commit 025f1f7

Please sign in to comment.