1
0
Fork 0

package updates

This commit is contained in:
Matthias Kretschmann 2023-10-25 01:23:32 +01:00
parent 61b2495659
commit 0379c175ee
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 676 additions and 714 deletions

1341
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -31,51 +31,51 @@
"validate": "run-p --silent typecheck lint"
},
"dependencies": {
"@astrojs/check": "^0.2.0",
"@astrojs/react": "^3.0.2",
"@astrojs/check": "^0.2.1",
"@astrojs/react": "^3.0.4",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/sitemap": "^3.0.2",
"@nanostores/query": "^0.2.4",
"@nanostores/react": "^0.7.1",
"@rainbow-me/rainbowkit": "^1.0.11",
"astro": "3.2.2",
"astro-expressive-code": "^0.26.1",
"astro-redirect-from": "^1.0.3",
"@rainbow-me/rainbowkit": "^1.1.3",
"astro": "3.3.4",
"astro-expressive-code": "^0.26.2",
"astro-redirect-from": "^1.0.4",
"date-fns": "^2.30.0",
"dms2dec": "^1.1.0",
"fast-exif": "^2.0.1",
"feather-icons": "^4.29.1",
"fraction.js": "^4.3.6",
"fraction.js": "^4.3.7",
"fuse.js": "^6.6.2",
"motion": "^10.16.4",
"nanostores": "^0.9.3",
"nanostores": "^0.9.4",
"pigeon-maps": "^0.21.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"slugify": "^1.6.6",
"use-debounce": "^9.0.4",
"viem": "^1.15.1",
"wagmi": "^1.4.3"
"viem": "^1.16.6",
"wagmi": "^1.4.5"
},
"devDependencies": {
"@playwright/test": "^1.38.1",
"@testing-library/jest-dom": "^6.1.3",
"@playwright/test": "^1.39.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@types/node": "^20.8.2",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@types/node": "^20.8.8",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitest/coverage-v8": "^0.34.6",
"eslint": "^8.50.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-astro": "^0.29.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-testing-library": "^6.0.1",
"eslint-plugin-testing-library": "^6.1.0",
"hast-util-to-html": "^9.0.0",
"husky": "^8.0.0",
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^22.1.0",
"markdownlint-cli": "^0.37.0",
@ -88,7 +88,7 @@
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"sharp-ico": "^0.1.5",
"stylelint": "^15.10.3",
"stylelint": "^15.11.0",
"stylelint-config-css-modules": "^4.3.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-prettier": "^4.0.2",

View File

@ -14,8 +14,7 @@
margin: 0;
padding: 0;
text-align: center;
overflow-x: auto;
overflow-y: hidden;
overflow: auto hidden;
-webkit-overflow-scrolling: touch;
white-space: nowrap;
}