Skip to content

Commit

Permalink
fix: update dependencies (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 7, 2023
1 parent eb9cf92 commit 37471c6
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 40 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ocavue/eslint-config",
"type": "module",
"version": "1.2.1",
"packageManager": "pnpm@8.6.11",
"packageManager": "pnpm@8.6.12",
"description": "",
"author": "ocavue <ocavue@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -31,14 +31,14 @@
"prepublishOnly": "nr build"
},
"dependencies": {
"@types/eslint": "^8.44.1",
"@types/eslint": "^8.44.2",
"@types/eslint-plugin-markdown": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint-config-prettier": "^8.9.0",
"eslint-define-config": "^1.22.0",
"eslint-config-prettier": "^8.10.0",
"eslint-define-config": "^1.23.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-antfu": "^0.39.8",
"eslint-plugin-antfu": "^0.40.0",
"eslint-plugin-deprecation": "^1.5.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsonc": "^2.9.0",
Expand All @@ -51,7 +51,7 @@
},
"devDependencies": {
"@antfu/ni": "^0.21.5",
"@types/node": "^18.17.1",
"@types/node": "^18.17.3",
"eslint": "^8.46.0",
"prettier": "^2.8.8",
"typescript": "^5.1.6"
Expand Down
55 changes: 23 additions & 32 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/package-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export function packageJson() {
{
files: [GLOB_PACKAGE_JSON],
languageOptions: {
// @ts-expect-error: the types for `parser` seems to be wrong
parser,
parserOptions: {
jsonSyntax: 'JSON5',
Expand Down
1 change: 0 additions & 1 deletion src/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export function typescript(options) {
{
files: [GLOB_TS, GLOB_TSX, GLOB_JS, GLOB_JSX],
languageOptions: {
// @ts-expect-error: the types for `parser` seems to be wrong
parser: tsParser,
parserOptions: project
? {
Expand Down

0 comments on commit 37471c6

Please sign in to comment.