pull/342/merge
Alex Kern 2 weeks ago committed by GitHub
commit 7dd6af6072
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -36,54 +36,54 @@
"url": "https://github.com/kern/filepizza/issues"
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.11",
"@tanstack/react-query": "^5.55.2",
"autoprefixer": "^10.4.20",
"debug": "^4.3.6",
"express": "^5.0.0",
"ioredis": "^5.4.2",
"next": "~15.5.0",
"next-themes": "^0.4.4",
"next-view-transitions": "^0.3.4",
"nodemon": "^3.0.0",
"peer": "^1.0.0",
"peerjs": "^1.5.4",
"postcss": "^8.4.44",
"@tailwindcss/postcss": "^4.1.18",
"@tanstack/react-query": "^5.90.19",
"autoprefixer": "^10.4.23",
"debug": "^4.4.3",
"express": "^5.2.1",
"ioredis": "^5.9.2",
"next": "~16.1.3",
"next-themes": "^0.4.6",
"next-view-transitions": "^0.3.5",
"nodemon": "^3.1.11",
"peer": "^1.0.2",
"peerjs": "^1.5.5",
"postcss": "^8.5.6",
"react": "~19.2.3",
"react-device-detect": "^2.0.0",
"react-device-detect": "^2.2.3",
"react-dom": "~19.2.3",
"react-qr-code": "^2.0.15",
"react-qr-code": "^2.0.18",
"streamsaver": "^2.0.6",
"tailwindcss": "^4.1.11",
"web-streams-polyfill": "^4.0.0",
"tailwindcss": "^4.1.18",
"web-streams-polyfill": "^4.2.0",
"webrtcsupport": "^2.2.0",
"zod": "^4.0.0"
"zod": "^4.3.5"
},
"devDependencies": {
"@eslint/js": "^9.30.0",
"@playwright/test": "^1.53.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@eslint/js": "^9.39.2",
"@playwright/test": "^1.57.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/debug": "^4.1.12",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@vitejs/plugin-react": "^4.6.0",
"@vitest/coverage-v8": "^3.2.4",
"eslint": "^9.17.0",
"eslint-config-next": "~15.5.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react": "^7.37.3",
"husky": "^9.0.0",
"jsdom": "^26.1.0",
"lint-staged": "^16.0.0",
"playwright": "^1.53.2",
"prettier": "^3.0.0",
"typescript": "^5.0.0",
"typescript-eslint": "^8.18.2",
"vitest": "^3.2.4"
"@types/node": "^25.0.9",
"@types/react": "^19.2.8",
"@typescript-eslint/eslint-plugin": "^8.53.1",
"@typescript-eslint/parser": "^8.53.1",
"@vitejs/plugin-react": "^5.1.2",
"@vitest/coverage-v8": "^4.0.17",
"eslint": "^9.39.2",
"eslint-config-next": "~16.1.3",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react": "^7.37.5",
"husky": "^9.1.7",
"jsdom": "^27.4.0",
"lint-staged": "^16.2.7",
"playwright": "^1.57.0",
"prettier": "^3.8.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.53.1",
"vitest": "^4.0.17"
},
"husky": {
"hooks": {

File diff suppressed because it is too large Load Diff

@ -27,7 +27,7 @@
"strictNullChecks": true,
"types": [
"vitest/globals",
"@testing-library/jest-dom"
"@testing-library/jest-dom/vitest"
]
},
"include": [

@ -1 +1 @@
import '@testing-library/jest-dom'
import '@testing-library/jest-dom/vitest'

Loading…
Cancel
Save