Skip to content

Commit

Permalink
Update dependencies (#2340)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed May 8, 2024
1 parent 911d73e commit bfc5447
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions package.json
Expand Up @@ -49,12 +49,12 @@
"xo"
],
"dependencies": {
"@babel/helper-validator-identifier": "^7.22.20",
"@babel/helper-validator-identifier": "^7.24.5",
"@eslint-community/eslint-utils": "^4.4.0",
"@eslint/eslintrc": "^3.0.0",
"@eslint/eslintrc": "^3.0.2",
"ci-info": "^4.0.0",
"clean-regexp": "^1.0.0",
"core-js-compat": "^3.34.0",
"core-js-compat": "^3.37.0",
"esquery": "^1.5.0",
"indent-string": "^4.0.0",
"is-builtin-module": "^3.2.1",
Expand All @@ -63,40 +63,40 @@
"read-pkg-up": "^7.0.1",
"regexp-tree": "^0.1.27",
"regjsparser": "^0.10.0",
"semver": "^7.5.4",
"semver": "^7.6.1",
"strip-indent": "^3.0.0"
},
"devDependencies": {
"@babel/code-frame": "^7.23.5",
"@babel/core": "^7.23.6",
"@babel/eslint-parser": "^7.24.1",
"@babel/code-frame": "^7.24.2",
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.24.5",
"@lubien/fixture-beta-package": "^1.0.0-beta.1",
"@typescript-eslint/parser": "^7.5.0",
"ava": "^6.0.1",
"c8": "^8.0.1",
"@typescript-eslint/parser": "^7.8.0",
"ava": "^6.1.3",
"c8": "^9.1.0",
"chalk": "^5.3.0",
"enquirer": "^2.4.1",
"eslint": "^9.0.0",
"eslint": "^9.2.0",
"eslint-ava-rule-tester": "^5.0.1",
"eslint-doc-generator": "^1.7.0",
"eslint-plugin-eslint-plugin": "^6.1.0",
"eslint-plugin-internal-rules": "file:./scripts/internal-rules/",
"eslint-remote-tester": "^3.0.1",
"eslint-remote-tester-repositories": "^1.0.1",
"espree": "^10.0.0",
"espree": "^10.0.1",
"execa": "^8.0.1",
"listr": "^0.14.3",
"lodash-es": "^4.17.21",
"markdownlint-cli": "^0.38.0",
"markdownlint-cli": "^0.40.0",
"memoize": "^10.0.0",
"npm-package-json-lint": "^7.1.0",
"npm-run-all2": "^6.1.1",
"npm-run-all2": "^6.1.2",
"outdent": "^0.8.0",
"pretty-ms": "^8.0.0",
"typescript": "^5.3.3",
"vue-eslint-parser": "^9.3.2",
"xo": "^0.56.0",
"yaml": "^2.3.4"
"pretty-ms": "^9.0.0",
"typescript": "^5.4.5",
"vue-eslint-parser": "^9.4.2",
"xo": "^0.58.0",
"yaml": "^2.4.2"
},
"peerDependencies": {
"eslint": ">=8.56.0"
Expand Down
2 changes: 1 addition & 1 deletion test/integration/run-eslint.mjs
Expand Up @@ -152,7 +152,7 @@ async function runEslint(project) {
- warning: ${chalk.gray(warningCount)}
- fixable error: ${chalk.gray(fixableErrorCount)}
- fixable warning: ${chalk.gray(fixableWarningCount)}
- duration: ${chalk.gray(prettyMilliseconds(Number((process.hrtime.bigint() - startTime) / 1_000_000n)))}
- duration: ${chalk.gray(prettyMilliseconds((process.hrtime.bigint() - startTime) / 1_000_000n))}
`);
}

Expand Down

0 comments on commit bfc5447

Please sign in to comment.