Skip to content

Commit

Permalink
chore(deps): update react monorepo to ~18.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 9, 2024
1 parent 832e66a commit ec0d31f
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions apps/cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dependencies": {
"@nighttrax/foo": "workspace:*",
"@nighttrax/components": "workspace:*",
"react": "~18.2.0",
"react-dom": "~18.2.0"
"react": "~18.3.0",
"react-dom": "~18.3.0"
},
"devDependencies": {
"@types/node": "~20.12.0",
Expand All @@ -17,8 +17,8 @@
"@craco/craco": "~7.1.0",
"@types/express": "~4.17.13",
"@types/jest": "~29.5.0",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"@types/react": "~18.3.0",
"@types/react-dom": "~18.3.0",
"autoprefixer": "~10.4.0",
"cross-env": "~7.0.2",
"jest": "~29.7.0",
Expand Down
8 changes: 4 additions & 4 deletions apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"dependencies": {
"next": "~14.0.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react": "~18.3.0",
"react-dom": "~18.3.0",
"@nighttrax/components": "workspace:*"
},
"devDependencies": {
"@types/node": "~20.12.0",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"@types/react": "~18.3.0",
"@types/react-dom": "~18.3.0",
"rimraf": "~5.0.0",
"typescript": "~4.9.0"
}
Expand Down
8 changes: 4 additions & 4 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"version": "1.0.0",
"dependencies": {
"@nighttrax/components": "workspace:*",
"react": "~18.2.0",
"react-dom": "~18.2.0"
"react": "~18.3.0",
"react-dom": "~18.3.0"
},
"devDependencies": {
"@babel/core": "~7.24.0",
Expand All @@ -15,8 +15,8 @@
"@storybook/core-common": "~7.6.0",
"@storybook/react": "~7.6.0",
"@storybook/react-webpack5": "~7.6.0",
"@types/react": "~18.2.21",
"@types/react-dom": "~18.2.7",
"@types/react": "~18.3.0",
"@types/react-dom": "~18.3.0",
"babel-loader": "~9.1.0",
"require-from-string": "~2.0.2",
"rimraf": "~5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions apps/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"dependencies": {
"@nighttrax/components": "workspace:*",
"@nighttrax/foo": "workspace:*",
"react": "~18.2.0",
"react-dom": "~18.2.0"
"react": "~18.3.0",
"react-dom": "~18.3.0"
},
"devDependencies": {
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.0",
"@types/react": "~18.3.0",
"@types/react-dom": "~18.3.0",
"@vitejs/plugin-react": "~4.2.0",
"rimraf": "~5.0.0",
"typescript": "~4.9.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"prepublishOnly": "pnpm run build"
},
"peerDependencies": {
"react": "~18.2.0"
"react": "~18.3.0"
},
"dependencies": {
"@nighttrax/foo": "workspace:*"
},
"devDependencies": {
"@types/react": "~18.2.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"@types/react": "~18.3.0",
"react": "~18.3.0",
"react-dom": "~18.3.0",
"rimraf": "~5.0.0"
}
}

0 comments on commit ec0d31f

Please sign in to comment.