Skip to content

Commit

Permalink
Update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2024
1 parent 9084c1f commit 729af82
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 41 deletions.
20 changes: 10 additions & 10 deletions examples/styled-components/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 examples/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"devDependencies": {
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/styled-components": "5.1.34",
"typescript": "4.9.5"
},
Expand Down
20 changes: 10 additions & 10 deletions examples/typescript/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 examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"devDependencies": {
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"typescript": "4.9.5"
},
"browserslist": [
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
"@types/jest": "29.5.14",
"@types/jsdom": "21.1.7",
"@types/node": "22.10.2",
"@types/react": "18.3.13",
"@types/react-dom": "18.3.1",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/shelljs": "0.8.15",
"@typescript-eslint/eslint-plugin": "8.18.2",
"@typescript-eslint/parser": "8.18.2",
Expand All @@ -88,7 +88,7 @@
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"faker": "5.5.3",
"jest": "29.7.0",
Expand Down

0 comments on commit 729af82

Please sign in to comment.