Skip to content

Commit

Permalink
Update react monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 16, 2024
1 parent 998a0c5 commit 302f32d
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion examples/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/fs-extra": "9.0.13",
"@types/node": "18.15.10",
"@types/prop-types": "15.7.12",
"@types/react": "16.14.35",
"@types/react": "16.14.60",
"prettier": "2.8.8",
"tslib": "2.5.0",
"typescript": "4.8.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/services/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"@testing-library/react": "9.1.1",
"@types/jest": "29.5.12",
"@types/node": "18.15.10",
"@types/react": "16.14.35",
"@types/react-dom": "18.0.11",
"@types/react": "16.14.60",
"@types/react-dom": "18.2.25",
"@types/react-helmet": "6.1.11",
"@types/react-hot-loader": "4.1.1",
"@types/react-redux": "7.1.33",
Expand Down
4 changes: 2 additions & 2 deletions examples/tabs/palette-exemplar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"@types/jest": "29.5.12",
"@types/lodash": "4.14.191",
"@types/node": "18.15.10",
"@types/react": "16.14.35",
"@types/react-dom": "18.0.11",
"@types/react": "16.14.60",
"@types/react-dom": "18.2.25",
"@types/react-helmet": "6.1.11",
"@types/react-hot-loader": "4.1.1",
"@types/react-redux": "7.1.33",
Expand Down
4 changes: 2 additions & 2 deletions examples/tabs/palette-lts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"@types/jest": "29.5.12",
"@types/lodash": "4.14.191",
"@types/node": "18.15.10",
"@types/react": "16.14.35",
"@types/react-dom": "18.0.11",
"@types/react": "16.14.60",
"@types/react-dom": "18.2.25",
"@types/react-helmet": "6.1.11",
"@types/react-hot-loader": "4.1.1",
"@types/react-redux": "7.1.33",
Expand Down
4 changes: 2 additions & 2 deletions examples/tabs/starter-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"@types/jest": "29.5.12",
"@types/lodash": "4.14.191",
"@types/node": "18.15.10",
"@types/react": "16.14.35",
"@types/react-dom": "18.0.11",
"@types/react": "16.14.60",
"@types/react-dom": "18.2.25",
"@types/react-helmet": "6.1.11",
"@types/react-hot-loader": "4.1.1",
"@types/react-redux": "7.1.33",
Expand Down
4 changes: 2 additions & 2 deletions packages/@misk/cli/plop-templates/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"@types/jest": "29.5.12",
"@types/lodash": "4.14.191",
"@types/node": "18.15.10",
"@types/react": "16.14.35",
"@types/react-dom": "18.0.11",
"@types/react": "16.14.60",
"@types/react-dom": "18.2.25",
"@types/react-helmet": "6.1.11",
"@types/react-hot-loader": "4.1.1",
"@types/react-redux": "7.1.33",
Expand Down
4 changes: 2 additions & 2 deletions packages/@misk/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"@misk/prettier": "0.6.3",
"@types/lodash": "4.14.191",
"@types/node": "18.15.10",
"@types/react": "16.14.35",
"@types/react-dom": "18.0.11",
"@types/react": "16.14.60",
"@types/react-dom": "18.2.25",
"@types/react-helmet": "6.1.11",
"@types/react-hot-loader": "4.1.1",
"@types/react-redux": "7.1.33",
Expand Down
4 changes: 2 additions & 2 deletions packages/@misk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"@types/jest": "29.5.12",
"@types/lodash": "4.14.191",
"@types/node": "18.15.10",
"@types/react": "16.14.35",
"@types/react-dom": "18.0.11",
"@types/react": "16.14.60",
"@types/react-dom": "18.2.25",
"@types/react-helmet": "6.1.11",
"@types/react-hot-loader": "4.1.1",
"@types/react-redux": "7.1.33",
Expand Down
4 changes: 2 additions & 2 deletions packages/@misk/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"dependencies": {
"@types/lodash": "4.14.191",
"@types/node": "18.15.10",
"@types/react": "16.14.35",
"@types/react-dom": "18.0.11",
"@types/react": "16.14.60",
"@types/react-dom": "18.2.25",
"@types/react-helmet": "6.1.11",
"@types/react-hot-loader": "4.1.1",
"@types/react-redux": "7.1.33",
Expand Down

0 comments on commit 302f32d

Please sign in to comment.