1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-21 17:36:52 +01:00

bump devDependencies

This commit is contained in:
Matthias Kretschmann 2024-06-22 13:25:55 +01:00
parent 9acb8f9c00
commit 8d623d02c6
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 765 additions and 526 deletions

1245
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -81,46 +81,46 @@
"wagmi": "^2.5.7"
},
"devDependencies": {
"@playwright/test": "^1.42.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.7",
"@types/node": "^20.11.26",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@playwright/test": "^1.44.1",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-astro": "^1.2.2",
"eslint-plugin-jsx-a11y": "^6.9.0",
"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",
"eslint-plugin-testing-library": "^6.2.2",
"hast-util-to-html": "^9.0.1",
"husky": "^9.0.11",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^24.0.0",
"markdownlint-cli": "^0.39.0",
"mdast-util-to-hast": "^13.1.0",
"jsdom": "^24.1.0",
"markdownlint-cli": "^0.41.0",
"mdast-util-to-hast": "^13.2.0",
"mdast-util-to-string": "^4.0.0",
"mdast-util-toc": "^7.0.0",
"mdast-util-toc": "^7.1.0",
"node-iptc": "^1.0.5",
"npm-run-all": "^4.1.5",
"ora": "^8.0.1",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.14.0",
"sharp-ico": "^0.1.5",
"stylelint": "^16.2.1",
"stylelint": "^16.6.1",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.0",
"svgo": "^3.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
"typescript": "^5.5.2",
"unist-util-visit": "^5.0.0",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.3.1"
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
},
"engines": {
"node": "20"