Skip to content

Commit

Permalink
Merge 914276b into 43dcf55
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
2 parents 43dcf55 + 914276b commit 3824ccd
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-docgen-typescript": "^2.0.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"styled-system": "^5.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@primer/react": "36.20.0",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"styled-components": "5.x",
"typescript": "^5.4.5"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/codesandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.3.1",
"@vitejs/plugin-react": "^4.2.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/consumer-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
},
"dependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.19",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.11",
"@primer/react": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-dom": "^18.3.1",
"styled-components": "^5.3.11",
"typescript": "~4.7.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@primer/react": "36.20.0",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"styled-components": "5.x"
}
}
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"@types/lodash.keyby": "4.6.7",
"@types/node": "20.12.11",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.19",
"@types/react-dom": "18.3.0",
"@types/semver": "7.5.8",
"@types/styled-components": "^5.1.26",
"ajv": "8.12.0",
Expand Down Expand Up @@ -201,7 +201,7 @@
"react": "18.2.0",
"react-dnd": "14.0.4",
"react-dnd-html5-backend": "14.0.2",
"react-dom": "18.2.0",
"react-dom": "18.3.1",
"react-test-renderer": "18.2.0",
"recast": "0.23.7",
"rimraf": "5.0.5",
Expand Down

0 comments on commit 3824ccd

Please sign in to comment.