mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 09:56:51 +01:00
lint task glob fix
This commit is contained in:
parent
7ed6830df0
commit
0657af254f
19
package-lock.json
generated
19
package-lock.json
generated
@ -17,15 +17,15 @@
|
|||||||
"@nanostores/react": "^0.7.1",
|
"@nanostores/react": "^0.7.1",
|
||||||
"@rainbow-me/rainbowkit": "^1.0.11",
|
"@rainbow-me/rainbowkit": "^1.0.11",
|
||||||
"astro": "3.2.2",
|
"astro": "3.2.2",
|
||||||
"astro-expressive-code": "^0.26.0",
|
"astro-expressive-code": "^0.26.1",
|
||||||
"astro-redirect-from": "^1.0.2",
|
"astro-redirect-from": "^1.0.3",
|
||||||
"date-fns": "^2.30.0",
|
"date-fns": "^2.30.0",
|
||||||
"dms2dec": "^1.1.0",
|
"dms2dec": "^1.1.0",
|
||||||
"fast-exif": "^2.0.1",
|
"fast-exif": "^2.0.1",
|
||||||
"feather-icons": "^4.29.1",
|
"feather-icons": "^4.29.1",
|
||||||
"fraction.js": "^4.3.6",
|
"fraction.js": "^4.3.6",
|
||||||
"fuse.js": "^6.6.2",
|
"fuse.js": "^6.6.2",
|
||||||
"motion": "^10.16.2",
|
"motion": "^10.16.4",
|
||||||
"nanostores": "^0.9.3",
|
"nanostores": "^0.9.3",
|
||||||
"pigeon-maps": "^0.21.3",
|
"pigeon-maps": "^0.21.3",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
@ -33,7 +33,7 @@
|
|||||||
"slugify": "^1.6.6",
|
"slugify": "^1.6.6",
|
||||||
"use-debounce": "^9.0.4",
|
"use-debounce": "^9.0.4",
|
||||||
"viem": "^1.15.1",
|
"viem": "^1.15.1",
|
||||||
"wagmi": "^1.4.2"
|
"wagmi": "^1.4.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@playwright/test": "^1.38.1",
|
"@playwright/test": "^1.38.1",
|
||||||
@ -45,7 +45,7 @@
|
|||||||
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
||||||
"@typescript-eslint/parser": "^6.7.4",
|
"@typescript-eslint/parser": "^6.7.4",
|
||||||
"@vitest/coverage-v8": "^0.34.6",
|
"@vitest/coverage-v8": "^0.34.6",
|
||||||
"eslint": "^8.49.0",
|
"eslint": "^8.50.0",
|
||||||
"eslint-config-prettier": "^9.0.0",
|
"eslint-config-prettier": "^9.0.0",
|
||||||
"eslint-plugin-astro": "^0.29.1",
|
"eslint-plugin-astro": "^0.29.1",
|
||||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||||
@ -4871,9 +4871,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/astro-redirect-from": {
|
"node_modules/astro-redirect-from": {
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/astro-redirect-from/-/astro-redirect-from-1.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/astro-redirect-from/-/astro-redirect-from-1.0.3.tgz",
|
||||||
"integrity": "sha512-510VzHuktkTJnlrt+N7xR58fT/nnofuIUQOKqqdAn3KQUcE486B6iEOUvPAjyf/jy85hip3m+W3FIuTmqwsBEw==",
|
"integrity": "sha512-Ol+Sw8g873F+qK8WsXNajT9Nwwf2MGKb8Xd/a67MKW9XgCqotRFdwZaEFQnzahltF4/Em1dSOCyjDIerHH7mKw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": ">= 3",
|
"astro": ">= 3",
|
||||||
"globby": "^13.2.2",
|
"globby": "^13.2.2",
|
||||||
@ -4882,9 +4882,6 @@
|
|||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.14.1",
|
"node": ">=18.14.1",
|
||||||
"npm": ">=6.14.0"
|
"npm": ">=6.14.0"
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"astro": ">= 3"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/astro-redirect-from/node_modules/globby": {
|
"node_modules/astro-redirect-from/node_modules/globby": {
|
||||||
|
12
package.json
12
package.json
@ -17,7 +17,7 @@
|
|||||||
"test:unit": "vitest run --config './test/vitest.config.ts' --coverage",
|
"test:unit": "vitest run --config './test/vitest.config.ts' --coverage",
|
||||||
"test:e2e": "playwright test --config './test/playwright.config.ts'",
|
"test:e2e": "playwright test --config './test/playwright.config.ts'",
|
||||||
"lint": "run-p --silent lint:js lint:css lint:md",
|
"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:css": "stylelint --config '.config/.stylelintrc.json' 'src/**/*.css'",
|
||||||
"lint:md": "markdownlint --config '.config/.markdownlint.json' --ignore-path .gitignore --dot './**/*.{md,markdown}'",
|
"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}'",
|
"format": "prettier --ignore-path .gitignore --write '**/*.{js,jsx,ts,tsx,md,json,css,astro,yml}'",
|
||||||
@ -39,15 +39,15 @@
|
|||||||
"@nanostores/react": "^0.7.1",
|
"@nanostores/react": "^0.7.1",
|
||||||
"@rainbow-me/rainbowkit": "^1.0.11",
|
"@rainbow-me/rainbowkit": "^1.0.11",
|
||||||
"astro": "3.2.2",
|
"astro": "3.2.2",
|
||||||
"astro-expressive-code": "^0.26.0",
|
"astro-expressive-code": "^0.26.1",
|
||||||
"astro-redirect-from": "^1.0.2",
|
"astro-redirect-from": "^1.0.3",
|
||||||
"date-fns": "^2.30.0",
|
"date-fns": "^2.30.0",
|
||||||
"dms2dec": "^1.1.0",
|
"dms2dec": "^1.1.0",
|
||||||
"fast-exif": "^2.0.1",
|
"fast-exif": "^2.0.1",
|
||||||
"feather-icons": "^4.29.1",
|
"feather-icons": "^4.29.1",
|
||||||
"fraction.js": "^4.3.6",
|
"fraction.js": "^4.3.6",
|
||||||
"fuse.js": "^6.6.2",
|
"fuse.js": "^6.6.2",
|
||||||
"motion": "^10.16.2",
|
"motion": "^10.16.4",
|
||||||
"nanostores": "^0.9.3",
|
"nanostores": "^0.9.3",
|
||||||
"pigeon-maps": "^0.21.3",
|
"pigeon-maps": "^0.21.3",
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
@ -55,7 +55,7 @@
|
|||||||
"slugify": "^1.6.6",
|
"slugify": "^1.6.6",
|
||||||
"use-debounce": "^9.0.4",
|
"use-debounce": "^9.0.4",
|
||||||
"viem": "^1.15.1",
|
"viem": "^1.15.1",
|
||||||
"wagmi": "^1.4.2"
|
"wagmi": "^1.4.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@playwright/test": "^1.38.1",
|
"@playwright/test": "^1.38.1",
|
||||||
@ -67,7 +67,7 @@
|
|||||||
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
"@typescript-eslint/eslint-plugin": "^6.7.4",
|
||||||
"@typescript-eslint/parser": "^6.7.4",
|
"@typescript-eslint/parser": "^6.7.4",
|
||||||
"@vitest/coverage-v8": "^0.34.6",
|
"@vitest/coverage-v8": "^0.34.6",
|
||||||
"eslint": "^8.49.0",
|
"eslint": "^8.50.0",
|
||||||
"eslint-config-prettier": "^9.0.0",
|
"eslint-config-prettier": "^9.0.0",
|
||||||
"eslint-plugin-astro": "^0.29.1",
|
"eslint-plugin-astro": "^0.29.1",
|
||||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user