Skip to content

Commit

Permalink
fix(deps): update react monorepo to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 00a28fc commit b975bfe
Show file tree
Hide file tree
Showing 7 changed files with 103 additions and 82 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"docusaurus-theme-openapi-docs": "4.3.1",
"ethers": "6.13.4",
"prism-react-renderer": "2.4.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "5.4.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion locksmith/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"pdfmake": "0.2.17",
"pg": "8.13.1",
"rate-limiter-flexible": "5.0.4",
"react": "18.3.1",
"react": "19.0.0",
"remark-html": "16.0.1",
"remark-parse": "11.0.0",
"satori": "0.12.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/crypto-icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"build-storybook": "storybook build"
},
"peerDependencies": {
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"repository": {
"type": "git",
Expand All @@ -36,11 +36,11 @@
"@storybook/addon-links": "8.4.7",
"@storybook/react": "8.4.7",
"@storybook/react-vite": "8.4.7",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "19.0.6",
"@types/react-dom": "19.0.3",
"@vitejs/plugin-react": "4.3.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"storybook": "8.4.7",
"tsup": "8.3.5",
"tsx": "4.19.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
},
"peerDependencies": {
"@headlessui/react": "2.2.0",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"repository": {
"type": "git",
Expand All @@ -65,14 +65,14 @@
"@storybook/addon-links": "8.4.7",
"@storybook/react": "8.4.7",
"@storybook/react-vite": "8.4.7",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "19.0.6",
"@types/react-dom": "19.0.3",
"@unlock-protocol/unlock-js": "workspace:./packages/unlock-js",
"@vitejs/plugin-react": "4.3.4",
"autoprefixer": "10.4.20",
"postcss": "8.4.49",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"storybook": "8.4.7",
"tailwindcss": "3.4.17",
"tsup": "8.3.5",
Expand Down
8 changes: 4 additions & 4 deletions unlock-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"peerDependencies": {
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"dependencies": {
"@airstack/airstack-react": "0.6.4",
Expand Down Expand Up @@ -77,7 +77,7 @@
"@types/file-saver": "2.0.7",
"@types/postmate": "1.5.4",
"@types/qrcode.react": "1.0.5",
"@types/react": "18.3.12",
"@types/react": "19.0.6",
"@types/react-google-recaptcha": "2.1.9",
"@types/react-gtm-module": "2.0.4",
"@types/remove-markdown": "0.3.4",
Expand All @@ -86,7 +86,7 @@
"autoprefixer": "10.4.20",
"jsdom": "25.0.1",
"postcss": "8.4.49",
"react-test-renderer": "18.3.1",
"react-test-renderer": "19.0.0",
"tailwindcss": "3.4.17",
"vitest": "2.1.8",
"vitest-fetch-mock": "0.4.3",
Expand Down
8 changes: 4 additions & 4 deletions unlock-protocol-com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@tanstack/react-query": "5.62.11",
"@testing-library/react": "16.1.0",
"@types/node": "22.10.5",
"@types/react": "18.3.12",
"@types/react": "19.0.6",
"@unlock-protocol/crypto-icon": "workspace:./packages/crypto-icon",
"@unlock-protocol/tsconfig": "workspace:./packages/tsconfig",
"@unlock-protocol/ui": "workspace:./packages/ui",
Expand All @@ -29,12 +29,12 @@
"path-match": "1.2.4",
"prettier": "3.4.2",
"raw-loader": "4.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-ga": "3.3.1",
"react-gtm-module": "2.0.11",
"react-showdown": "2.3.1",
"react-test-renderer": "18.3.1",
"react-test-renderer": "19.0.0",
"rss": "1.2.2",
"showdown-highlight": "3.1.0",
"tailwind-merge": "2.6.0",
Expand Down
Loading

0 comments on commit b975bfe

Please sign in to comment.