diff --git a/package-lock.json b/package-lock.json index 4c1c5add..0987eeb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ ], "devDependencies": { "@changesets/cli": "^2.27.7", - "@tpluscode/eslint-config": "^0.4.4", + "@tpluscode/eslint-config": "^0.4.9", "husky": "^9.0.11", "lint-staged": "^15.2.7", "type-detect": "^4.0.8", @@ -2057,9 +2057,9 @@ "integrity": "sha512-p1aEcKC/WHpVBuFyRhXq/ie+mgO4QqCNEsdVIPUBgmNqmxV4dVfqYEpk///9vvKyranUUvrlVu4e2tdzAaXKIg==" }, "node_modules/@tpluscode/eslint-config": { - "version": "0.4.5", - "resolved": "https://registry.npmjs.org/@tpluscode/eslint-config/-/eslint-config-0.4.5.tgz", - "integrity": "sha512-JF3hkuNhS1Gi/TfMHagmcwLDRscMXAY36+WNwHvX3hnPfM4nrGUHignwSMsHdMdf4aOfhxvXNvucYmw8RbIZxw==", + "version": "0.4.9", + "resolved": "https://registry.npmjs.org/@tpluscode/eslint-config/-/eslint-config-0.4.9.tgz", + "integrity": "sha512-v/XzeTlREw5HhAIp2iMiLY9CSNUHdN1SJYzkgOteKw4XNgbVssq3bc6dQvftM9cRdoazemIIegBW3ba/vcmZgg==", "dev": true, "optionalDependencies": { "@typescript-eslint/eslint-plugin": ">=2", @@ -2073,6 +2073,7 @@ "eslint-plugin-n": ">=15", "eslint-plugin-node": ">=11", "eslint-plugin-promise": ">=6", + "eslint-plugin-rdf": ">=1", "eslint-plugin-require-extensions": ">=0.1.3", "eslint-plugin-unused-imports": "^3.0.0", "standard": ">=11" @@ -5820,6 +5821,16 @@ "eslint": "^7.0.0 || ^8.0.0" } }, + "node_modules/eslint-plugin-rdf": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-rdf/-/eslint-plugin-rdf-1.0.1.tgz", + "integrity": "sha512-yUzsRLFu72CV1osk+33X+xOtxZN4/DenkOtwxJbqWK3eUC98IQybCs4wceNRGHhFYD48sjdONVnl/alEH94FCQ==", + "dev": true, + "peer": true, + "peerDependencies": { + "eslint": "*" + } + }, "node_modules/eslint-plugin-react": { "version": "7.34.0", "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.34.0.tgz", diff --git a/package.json b/package.json index 569348e5..3e807683 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@changesets/cli": "^2.27.7", - "@tpluscode/eslint-config": "^0.4.4", + "@tpluscode/eslint-config": "^0.4.9", "husky": "^9.0.11", "lint-staged": "^15.2.7", "type-detect": "^4.0.8",