From 6eb5a9ce4e0fbcddf8bdc70c6109bace58c66e46 Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Thu, 9 May 2024 08:51:31 +0900 Subject: [PATCH] chore: update deps and fix eslint config --- explorer-v2/.eslintrc.cjs | 1 + package.json | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/explorer-v2/.eslintrc.cjs b/explorer-v2/.eslintrc.cjs index e31f1047..25cf2865 100644 --- a/explorer-v2/.eslintrc.cjs +++ b/explorer-v2/.eslintrc.cjs @@ -22,6 +22,7 @@ module.exports = { 'n/no-unpublished-require': 'off', 'n/no-unpublished-import': 'off', 'n/no-unsupported-features/es-syntax': 'off', + 'n/no-unsupported-features/node-builtins': 'off', 'require-jsdoc': 'off', 'n/file-extension-in-import': 'off', 'prettier/prettier': [ diff --git a/package.json b/package.json index 67b2dec1..11f8240a 100644 --- a/package.json +++ b/package.json @@ -67,15 +67,15 @@ "@changesets/get-release-plan": "^4.0.0", "@ota-meshi/eslint-plugin": "^0.15.3", "@types/benchmark": "^2.1.5", - "@types/chai": "^4.3.14", + "@types/chai": "^4.3.16", "@types/eslint": "^8.56.10", "@types/eslint-scope": "^3.7.7", "@types/eslint-visitor-keys": "^3.3.0", "@types/estree": "^1.0.5", "@types/mocha": "^10.0.6", - "@types/node": "^20.12.7", + "@types/node": "^20.12.11", "@types/semver": "^7.5.8", - "@typescript-eslint/eslint-plugin": "^7.7.1", + "@typescript-eslint/eslint-plugin": "^7.8.0", "@typescript-eslint/parser": "~7.8.0", "@typescript-eslint/types": "~7.8.0", "benchmark": "^2.1.4", @@ -88,7 +88,7 @@ "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-json-schema-validator": "^5.1.0", "eslint-plugin-jsonc": "^2.15.1", - "eslint-plugin-n": "^17.3.1", + "eslint-plugin-n": "^17.5.1", "eslint-plugin-node-dependencies": "^0.12.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-regexp": "^2.5.0", @@ -104,9 +104,9 @@ "prettier-plugin-pkg": "^0.18.1", "prettier-plugin-svelte": "^3.2.3", "rimraf": "^5.0.5", - "semver": "^7.6.0", - "svelte": "^5.0.0-next.115", - "svelte2tsx": "^0.7.7", + "semver": "^7.6.1", + "svelte": "^5.0.0-next.125", + "svelte2tsx": "^0.7.8", "typescript": "~5.4.5", "typescript-eslint-parser-for-extra-files": "^0.6.0" },