Skip to content

Commit

Permalink
chore(deps): update react (#189)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 1, 2024
1 parent 204bc21 commit e34fa3c
Show file tree
Hide file tree
Showing 5 changed files with 396 additions and 396 deletions.
10 changes: 5 additions & 5 deletions apps/vite-project/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-project",
"private": true,
"version": "2.2.0",
"version": "2.2.1",
"type": "module",
"scripts": {
"dev": "vite --open",
Expand All @@ -13,12 +13,12 @@
"dependencies": {
"@waldronmatt/demo-ui": "workspace:*",
"@waldronmatt/library": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react-swc": "3.6.0",
"eslint": "8.57.0",
"eslint-config-custom": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions docs/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo-ui-storybook",
"version": "3.3.9",
"version": "3.3.10",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -15,8 +15,8 @@
"dependencies": {
"@waldronmatt/demo-ui": "workspace:*",
"@waldronmatt/story-tokens-ui": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@geometricpanda/storybook-addon-badges": "2.0.2",
Expand All @@ -36,8 +36,8 @@
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitest/coverage-v8": "1.6.0",
"eslint": "8.57.0",
"eslint-config-custom": "workspace:*",
Expand Down
12 changes: 6 additions & 6 deletions packages/tokens-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@
},
"homepage": "https://github.com/waldronmatt/groundwork/tree/main/packages/story-tokens-ui#readme",
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"storybook": "7.6.19"
},
"devDependencies": {
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react-swc": "3.6.0",
"eslint": "8.57.0",
"eslint-config-custom": "workspace:*",
"glob": "10.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "5.0.7",
"storybook": "7.6.19",
"tsconfig-config": "workspace:*",
Expand Down
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,20 @@
},
"homepage": "https://github.com/waldronmatt/groundwork/tree/main/packages/ui#readme",
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.12.12",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react-swc": "3.6.0",
"eslint": "8.57.0",
"eslint-config-custom": "workspace:*",
"fs-extra": "11.2.0",
"glob": "10.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "5.0.7",
"tsconfig-config": "workspace:*",
"typescript": "5.4.5",
Expand Down
Loading

0 comments on commit e34fa3c

Please sign in to comment.