Skip to content

Commit

Permalink
fix type errors and bump related packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yomybaby committed Dec 9, 2024
1 parent 94363dc commit b984274
Show file tree
Hide file tree
Showing 11 changed files with 395 additions and 215 deletions.
26 changes: 13 additions & 13 deletions react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@
"@storybook/test": "^8.4.5",
"@tanstack/react-query": "^5.61.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^15.0.7",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/node": "^20.17.6",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@testing-library/react": "^16.1.0",
"@uiw/codemirror-extensions-langs": "^4.23.6",
"@uiw/react-codemirror": "^4.23.6",
"ahooks": "^3.8.1",
Expand All @@ -30,11 +25,11 @@
"dayjs": "^1.11.13",
"graphql": "^16.9.0",
"i18next": "^23.16.8",
"i18next-http-backend": "^2.7.0",
"i18next-http-backend": "^3.0.1",
"jotai": "^2.10.3",
"jotai-effect": "^1.0.3",
"lodash": "^4.17.21",
"lucide-react": "^0.460.0",
"lucide-react": "^0.468.0",
"markdown-to-jsx": "^7.7.0",
"prettier": "^3.3.3",
"prism-react-renderer": "^2.4.0",
Expand All @@ -43,7 +38,7 @@
"react-dom": "^19.0.0",
"react-draggable": "^4.4.6",
"react-error-boundary": "^4.1.2",
"react-i18next": "^14.1.3",
"react-i18next": "^15.1.3",
"react-markdown": "^9.0.1",
"react-relay": "^18.1.0",
"react-resizable": "^3.0.5",
Expand Down Expand Up @@ -104,12 +99,17 @@
"@storybook/testing-library": "^0.2.2",
"@tanstack/eslint-plugin-query": "^5.60.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/node": "^20.17.6",
"@types/react": "^19.0.1",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-relay": "^16.0.6",
"@types/react-dom": "^19.0.1",
"@types/react-relay": "^18.2.0",
"@types/react-resizable": "^3.0.8",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-test-renderer": "^18.3.0",
"@types/relay-runtime": "^18.1.1",
"@types/react-test-renderer": "^19.0.0",
"@types/relay-runtime": "^18.2.1",
"@types/relay-test-utils": "^18.0.0",
"@types/uuid": "^9.0.8",
"ajv": "^8.17.1",
Expand All @@ -121,7 +121,7 @@
"html-webpack-plugin": "5.6.3",
"nodemon": "^3.1.7",
"prop-types": "^15.8.1",
"react-test-renderer": "^18.3.1",
"react-test-renderer": "^19.0.0",
"relay-compiler": "^18.1.0",
"relay-test-utils": "^18.1.0",
"storybook": "^8.4.5",
Expand Down
Loading

0 comments on commit b984274

Please sign in to comment.