ci: update list of packages in codecov uploads (#10846)

* ci: update list of packages in coverage upload

* build: remove test dependencies

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Almeida
2025-04-27 01:45:54 +01:00
committed by GitHub
parent 8f375275ca
commit a4f3a2574d
6 changed files with 119 additions and 1262 deletions

View File

@@ -80,19 +80,13 @@
},
"devDependencies": {
"@next/env": "^15.2.4",
"@playwright/test": "^1.51.1",
"@shikijs/rehype": "^3.2.1",
"@tailwindcss/postcss": "^4.1.3",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^22.14.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/browser": "^3.1.1",
"@vitest/coverage-v8": "^2.1.8",
"autoprefixer": "^10.4.21",
"babel-plugin-react-compiler": "19.0.0-beta-e993439-20250328",
"cpy-cli": "^5.0.0",
@@ -101,9 +95,6 @@
"eslint-config-neon": "^0.2.7",
"eslint-formatter-pretty": "^6.0.1",
"git-describe": "^4.1.1",
"happy-dom": "^17.4.4",
"msw": "^2.7.3",
"playwright": "^1.51.1",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
@@ -114,10 +105,7 @@
"tailwindcss-react-aria-components": "^2.0.0",
"turbo": "^2.5.0",
"typescript": "^5.8.2",
"vercel": "^41.4.1",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8",
"vitest-browser-react": "^0.1.1"
"vercel": "^41.4.1"
},
"engines": {
"node": ">=22.12.0"