Replies: 2 comments
-
I have the same problem, is it being reviewed? Used dependencies: {
"name": "ccle-decarbonization-webapp",
"version": "1.1.0",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "vitest run",
"test:watch": "vitest watch",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:generate:report": "playwright test --reporter=html",
"test:e2e:show:report": "playwright show-report",
"dependencies:version": "ncu",
"dependencies:update": "ncu -u",
"version:major": "standard-version --skip.tag --release-as major",
"version:minor": "standard-version --skip.tag --release-as minor",
"version:patch": "standard-version --skip.tag --release-as patch",
"version:hotfix": "standard-version --skip.tag --prerelease HF"
},
"dependencies": {
"@nivo/bar": "^0.85.1",
"@nivo/core": "^0.85.1",
"@nivo/line": "^0.85.1",
"@reduxjs/toolkit": "^2.2.3",
"million": "^3.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-jwt": "^1.2.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.3",
"sass": "^1.74.1",
"ui-library": "^1.3.16"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@playwright/test": "^1.42.1",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "20.12.4",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"@vitest/coverage-v8": "^1.4.0",
"c8": "^9.1.0",
"eslint": "~8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jsdom": "^24.0.0",
"msw": "^2.2.13",
"npm-check-updates": "^16.14.18",
"prettier": "^3.2.5",
"standard-version": "^9.5.0",
"typescript": "^5.4.3",
"vite": "^5.2.8",
"vitest": "^1.4.0"
},
"msw": {
"workerDirectory": [
"public"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Same. "@nivo/bar": "^0.85.1",
"@nivo/calendar": "^0.87.0",
"@nivo/core": "^0.85.1",
"@nivo/line": "^0.85.1",
"@nivo/pie": "0.85.1",
"@nivo/radar": "^0.85.1",
"@nivo/swarmplot": "^0.87.0",
"@nivo/treemap": "^0.86.0", |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had a wall of Failed prop type warnings on my responsive line. But they are marked as optional in the docs. What am i missing here?
Using Nextjs.
Beta Was this translation helpful? Give feedback.
All reactions