1
0
Fork 0

devDependencies updates

This commit is contained in:
Matthias Kretschmann 2024-03-12 23:13:29 +00:00
parent 57d03118b6
commit 15e1823f0e
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 628 additions and 798 deletions

1394
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,7 +28,7 @@
"create:redirects": "node --loader ts-node/esm scripts/redirect-from.ts",
"create:symlinks": "./scripts/create-symlinks.sh",
"move:downloads": "node --loader ts-node/esm scripts/move-downloads.ts",
"prepare": "husky install .config/husky",
"prepare": "husky .config/husky",
"lint:staged": "lint-staged"
},
"lint-staged": {
@ -82,44 +82,44 @@
"devDependencies": {
"@playwright/test": "^1.42.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.1.2",
"@testing-library/react": "^14.2.1",
"@types/node": "^20.11.26",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitest/coverage-v8": "^1.2.2",
"eslint": "^8.55.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitest/coverage-v8": "^1.3.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^0.30.0",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-testing-library": "^6.2.0",
"hast-util-to-html": "^9.0.0",
"husky": "^8.0.3",
"husky": "^9.0.11",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^24.0.0",
"markdownlint-cli": "^0.38.0",
"markdownlint-cli": "^0.39.0",
"mdast-util-to-hast": "^13.1.0",
"mdast-util-to-string": "^4.0.0",
"mdast-util-toc": "^7.0.0",
"node-iptc": "^1.0.5",
"npm-run-all": "^4.1.5",
"ora": "^8.0.1",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"sharp-ico": "^0.1.5",
"stylelint": "^16.2.0",
"stylelint": "^16.2.1",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-prettier": "^4.0.2",
"stylelint-prettier": "^5.0.0",
"svgo": "^3.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"unist-util-visit": "^5.0.0",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.1.1"
"vitest": "^1.3.1"
},
"engines": {
"node": "20"