Skip to content

Commit

Permalink
feat!: use React 19 and above as minimal React version
Browse files Browse the repository at this point in the history
  • Loading branch information
jlopezcur committed Jan 21, 2025
1 parent 5de5464 commit f36efeb
Show file tree
Hide file tree
Showing 8 changed files with 535 additions and 1,428 deletions.
1,927 changes: 517 additions & 1,410 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,21 @@
"@stryker-mutator/core": "^8.7.1",
"@stryker-mutator/vitest-runner": "^8.7.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^22.10.6",
"@types/node": "^22.10.7",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/coverage-v8": "^3.0.3",
"babel-plugin-styled-components": "^2.1.4",
"dpdm": "^3.14.0",
"esbuild-plugin-styled-components": "^3.0.1",
"framer-motion": "^11.18.0",
"happy-dom": "^16.6.0",
"happy-dom": "^16.7.1",
"identity-obj-proxy": "^3.0.0",
"js-cookie": "^3.0.5",
"mermaid": "^11.4.1",
"oxlint": "^0.15.6",
"oxlint": "^0.15.7",
"polished": "^4.3.1",
"prettier": "^3.4.2",
"react": "^19.0.0",
Expand All @@ -73,12 +73,12 @@
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite": "^6.0.11",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-babel-macros": "^1.0.6",
"vite-plugin-dts": "^4.5.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8",
"vitest": "^3.0.3",
"viz.js": "^2.1.2"
},
"overrides": {
Expand Down
4 changes: 2 additions & 2 deletions packages/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@devoinc/genesys-ui": "^16.8.0",
"ahooks": ">=3.0",
"monaco-editor-core": "0.x",
"react": ">=16.3",
"react-dom": ">=16.3",
"react": ">=19.0",
"react-dom": ">=19.0",
"styled-components": ">=5.0"
},
"author": "",
Expand Down
4 changes: 2 additions & 2 deletions packages/color/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"peerDependencies": {
"@devoinc/genesys-ui": "^16.8.0",
"polished": ">=4.0",
"react": ">=16.3",
"react-dom": ">=16.3",
"react": ">=19.0",
"react-dom": ">=19.0",
"react-color": "2.x",
"styled-components": ">=5.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@popperjs/core": ">=2.0",
"ahooks": ">=3.0",
"polished": ">=4.0",
"react": ">=16.3",
"react": ">=19.0",
"react-dock": "0.x",
"react-dom": ">=16.3",
"react-dom": ">=19.0",
"react-grid-system": "8.x",
"react-popper": "2.x",
"react-select": "5.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/datetime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@devoinc/genesys-icons": "4.x || 5.x || 6.x",
"@devoinc/genesys-ui": "^16.8.0",
"date-fns": ">=4.0",
"react": ">=16.3",
"react": ">=19.0",
"react-popper": "2.x",
"styled-components": ">=5.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@tanstack/react-virtual": "3.x",
"date-fns": ">=4.0",
"@date-fns/tz": ">=1.0",
"react": ">=16.3",
"react-dom": ">=16.3",
"react": ">=19.0",
"react-dom": ">=19.0",
"styled-components": ">=5.0"
},
"engine": {
Expand Down
4 changes: 2 additions & 2 deletions packages/upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"filepond-plugin-file-validate-size": "2.x",
"filepond-plugin-file-validate-type": "1.x",
"filepond-plugin-image-preview": "4.x",
"react": ">=16.3",
"react-dom": ">=16.3",
"react": ">=19.0",
"react-dom": ">=19.0",
"react-filepond": "7.x",
"styled-components": ">=5.0"
},
Expand Down

0 comments on commit f36efeb

Please sign in to comment.