Skip to content

Commit

Permalink
Chore: Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed May 2, 2024
1 parent e9da9fa commit d39dda9
Show file tree
Hide file tree
Showing 31 changed files with 154 additions and 130 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.
1 change: 1 addition & 0 deletions integration/cjs/integration.test.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable n/no-unsupported-features/node-builtins */
const test = require('node:test');
const assert = require('node:assert');
const { input } = require('@inquirer/prompts');
Expand Down
3 changes: 3 additions & 0 deletions integration/cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"private": true,
"name": "@inquirer/cjs-integration-tests",
"version": "0.0.0",
"engines": {
"node": ">=18"
},
"devDependencies": {
"@inquirer/prompts": "workspace:*"
}
Expand Down
1 change: 1 addition & 0 deletions integration/esm/integration.test.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable n/no-unsupported-features/node-builtins */
import { input } from '@inquirer/prompts';
import test from 'node:test';
import assert from 'node:assert';
Expand Down
3 changes: 3 additions & 0 deletions integration/esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"type": "module",
"name": "@inquirer/esm-integration-tests",
"version": "0.0.0",
"engines": {
"node": ">=18"
},
"devDependencies": {
"@inquirer/prompts": "workspace:*"
}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
"@arethetypeswrong/cli": "^0.15.3",
"@eslint/js": "^9.1.1",
"@sindresorhus/tsconfig": "^5.0.0",
"@types/node": "^20.12.7",
"@vitest/coverage-v8": "^1.5.2",
"@vitest/ui": "^1.5.2",
"@types/node": "^20.12.8",
"@vitest/coverage-v8": "^1.5.3",
"@vitest/ui": "^1.5.3",
"eslint": "^9.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-n": "^17.3.1",
"eslint-plugin-n": "^17.4.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unicorn": "^52.0.0",
"globals": "^15.0.0",
"globals": "^15.1.0",
"globby": "^14.0.1",
"husky": "^9.0.11",
"lerna": "^8.1.2",
Expand All @@ -67,8 +67,8 @@
"ts-node": "^10.9.2",
"turbo": "^1.13.3",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.1",
"vitest": "^1.5.2"
"typescript-eslint": "^7.8.0",
"vitest": "^1.5.3"
},
"resolutions": {
"type-fest": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@inquirer/figures": "^1.0.1",
"@inquirer/type": "^1.3.1",
"@types/mute-stream": "^0.0.4",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"@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
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"dependencies": {
"@inquirer/type": "^1.3.1",
"@types/mute-stream": "^0.0.4",
"@types/node": "^20.12.7",
"@types/node": "^20.12.8",
"ansi-escapes": "^4.3.2",
"mute-stream": "^1.0.0",
"strip-ansi": "^6.0.1"
Expand Down

0 comments on commit d39dda9

Please sign in to comment.