Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
- Update react peerDependencies to "17-19"
  • Loading branch information
gilbarbara committed Jan 14, 2025
1 parent e9f73f8 commit 0dec76f
Show file tree
Hide file tree
Showing 2 changed files with 1,078 additions and 965 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"peerDependencies": {
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"react": "17 - 18",
"react-dom": "17 - 18"
"react": "17 - 19",
"react-dom": "17 - 19"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.3.1",
"@gilbarbara/deep-equal": "^0.3.1",
"@gilbarbara/helpers": "^0.9.5",
"@gilbarbara/hooks": "^0.9.0",
"@gilbarbara/react-dropdown": "^0.2.0",
"@gilbarbara/react-dropdown": "^0.2.2",
"@gilbarbara/types": "^0.2.2",
"@react-aria/visually-hidden": "^3.8.18",
"colorizr": "^3.0.7",
Expand All @@ -48,16 +48,16 @@
"is-lite": "^1.2.1",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.54.2",
"react-inlinesvg": "^4.1.5",
"react-inlinesvg": "^4.1.7",
"react-innertext": "^1.1.5",
"scroll": "^3.0.1",
"scrollparent": "^2.1.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.2",
"@arethetypeswrong/cli": "^0.17.3",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@gilbarbara/eslint-config": "^0.8.2",
"@gilbarbara/eslint-config": "^0.8.4",
"@gilbarbara/prettier-config": "^1.0.0",
"@gilbarbara/tsconfig": "^0.2.3",
"@size-limit/preset-small-lib": "^11.1.6",
Expand All @@ -82,21 +82,21 @@
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/node": "^22.10.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/node": "^22.10.6",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/scroll": "^3.0.3",
"@types/scrollparent": "^2.0.3",
"@vitejs/plugin-react-swc": "^3.7.2",
"@vitest/browser": "^2.1.8",
"@vitest/coverage-v8": "^2.1.8",
"chromatic": "^11.22.0",
"chromatic": "^11.23.0",
"del-cli": "^6.0.0",
"husky": "^9.1.7",
"is-ci-cli": "^2.2.0",
"jest-extended": "^4.0.2",
"jsdom": "^25.0.1",
"jsdom": "^26.0.0",
"playwright": "^1.49.1",
"prettier": "^3.4.2",
"react": "^18.3.1",
Expand All @@ -107,7 +107,7 @@
"storybook": "^8.4.7",
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"typescript": "^5.7.3",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
Expand Down
Loading

0 comments on commit 0dec76f

Please sign in to comment.