Skip to content

Commit

Permalink
Chore: Dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Jan 27, 2024
1 parent 2db9fac commit 161a70e
Show file tree
Hide file tree
Showing 48 changed files with 234 additions and 170 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install lint-staged
9 changes: 5 additions & 4 deletions .prettierignore
@@ -1,9 +1,10 @@
yarn.lock
.prettierignore
.eslintignore
.gitattributes
.gitignore
.eslintignore
.husky
.prettierignore
.yarn
coverage
*.gz
*.zip
coverage
yarn.lock
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.
21 changes: 10 additions & 11 deletions package.json
Expand Up @@ -49,34 +49,33 @@
"devDependencies": {
"@sindresorhus/tsconfig": "^4.0.0",
"@types/node": "^20.10.7",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@vitest/coverage-v8": "^1.1.3",
"@vitest/ui": "^1.1.3",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitest/coverage-v8": "^1.2.2",
"@vitest/ui": "^1.2.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo": "^0.43.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^50.0.1",
"globby": "^14.0.0",
"husky": "^8.0.3",
"husky": "^9.0.6",
"lerna": "^8.0.2",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"ts-node": "^10.9.2",
"turbo": "^1.11.3",
"typescript": "^5.2.2",
"vitest": "^1.1.3"
"vitest": "^1.2.2"
},
"workspaces": [
"packages/*",
"integration/*"
],
"scripts": {
"postinstall": "husky install",
"prepare": "turbo tsc",
"prepare": "husky && turbo tsc",
"setup": "node ./tools/setup-packages.mjs",
"pretest": "eslint . && turbo tsc",
"test": "vitest --run packages && node --test integration/**/*.test.*"
Expand Down
2 changes: 1 addition & 1 deletion packages/inquirer/package.json
Expand Up @@ -59,7 +59,7 @@
},
"license": "MIT",
"dependencies": {
"@ljharb/through": "^2.3.11",
"@ljharb/through": "^2.3.12",
"ansi-escapes": "^4.3.2",
"chalk": "^5.3.0",
"cli-cursor": "^3.1.0",
Expand Down

0 comments on commit 161a70e

Please sign in to comment.