From 0657af254f44d379e0d76d597af65cbf89f9b88f Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 4 Oct 2023 10:38:47 +0000 Subject: [PATCH] lint task glob fix --- package-lock.json | 19 ++++++++----------- package.json | 12 ++++++------ 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce84eecb..e661842f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,15 +17,15 @@ "@nanostores/react": "^0.7.1", "@rainbow-me/rainbowkit": "^1.0.11", "astro": "3.2.2", - "astro-expressive-code": "^0.26.0", - "astro-redirect-from": "^1.0.2", + "astro-expressive-code": "^0.26.1", + "astro-redirect-from": "^1.0.3", "date-fns": "^2.30.0", "dms2dec": "^1.1.0", "fast-exif": "^2.0.1", "feather-icons": "^4.29.1", "fraction.js": "^4.3.6", "fuse.js": "^6.6.2", - "motion": "^10.16.2", + "motion": "^10.16.4", "nanostores": "^0.9.3", "pigeon-maps": "^0.21.3", "react": "^18.2.0", @@ -33,7 +33,7 @@ "slugify": "^1.6.6", "use-debounce": "^9.0.4", "viem": "^1.15.1", - "wagmi": "^1.4.2" + "wagmi": "^1.4.3" }, "devDependencies": { "@playwright/test": "^1.38.1", @@ -45,7 +45,7 @@ "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4", "@vitest/coverage-v8": "^0.34.6", - "eslint": "^8.49.0", + "eslint": "^8.50.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-astro": "^0.29.1", "eslint-plugin-jsx-a11y": "^6.7.1", @@ -4871,9 +4871,9 @@ } }, "node_modules/astro-redirect-from": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/astro-redirect-from/-/astro-redirect-from-1.0.2.tgz", - "integrity": "sha512-510VzHuktkTJnlrt+N7xR58fT/nnofuIUQOKqqdAn3KQUcE486B6iEOUvPAjyf/jy85hip3m+W3FIuTmqwsBEw==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/astro-redirect-from/-/astro-redirect-from-1.0.3.tgz", + "integrity": "sha512-Ol+Sw8g873F+qK8WsXNajT9Nwwf2MGKb8Xd/a67MKW9XgCqotRFdwZaEFQnzahltF4/Em1dSOCyjDIerHH7mKw==", "dependencies": { "astro": ">= 3", "globby": "^13.2.2", @@ -4882,9 +4882,6 @@ "engines": { "node": ">=18.14.1", "npm": ">=6.14.0" - }, - "peerDependencies": { - "astro": ">= 3" } }, "node_modules/astro-redirect-from/node_modules/globby": { diff --git a/package.json b/package.json index c69d6445..5ec33371 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "test:unit": "vitest run --config './test/vitest.config.ts' --coverage", "test:e2e": "playwright test --config './test/playwright.config.ts'", "lint": "run-p --silent lint:js lint:css lint:md", - "lint:js": "eslint --ignore-path .gitignore --ext .ts,.tsx,.astro,.mjs,.js,.cjs ./{src,test,scripts}/", + "lint:js": "eslint --ignore-path .gitignore './{src,test,scripts}/**/*.{ts,tsx,astro,mjs,js,cjs}'", "lint:css": "stylelint --config '.config/.stylelintrc.json' 'src/**/*.css'", "lint:md": "markdownlint --config '.config/.markdownlint.json' --ignore-path .gitignore --dot './**/*.{md,markdown}'", "format": "prettier --ignore-path .gitignore --write '**/*.{js,jsx,ts,tsx,md,json,css,astro,yml}'", @@ -39,15 +39,15 @@ "@nanostores/react": "^0.7.1", "@rainbow-me/rainbowkit": "^1.0.11", "astro": "3.2.2", - "astro-expressive-code": "^0.26.0", - "astro-redirect-from": "^1.0.2", + "astro-expressive-code": "^0.26.1", + "astro-redirect-from": "^1.0.3", "date-fns": "^2.30.0", "dms2dec": "^1.1.0", "fast-exif": "^2.0.1", "feather-icons": "^4.29.1", "fraction.js": "^4.3.6", "fuse.js": "^6.6.2", - "motion": "^10.16.2", + "motion": "^10.16.4", "nanostores": "^0.9.3", "pigeon-maps": "^0.21.3", "react": "^18.2.0", @@ -55,7 +55,7 @@ "slugify": "^1.6.6", "use-debounce": "^9.0.4", "viem": "^1.15.1", - "wagmi": "^1.4.2" + "wagmi": "^1.4.3" }, "devDependencies": { "@playwright/test": "^1.38.1", @@ -67,7 +67,7 @@ "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4", "@vitest/coverage-v8": "^0.34.6", - "eslint": "^8.49.0", + "eslint": "^8.50.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-astro": "^0.29.1", "eslint-plugin-jsx-a11y": "^6.7.1",