Skip to content

Commit

Permalink
Update dependency @types/lodash to v4.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 16, 2024
1 parent a1b1d3e commit 5ddd721
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/tabs/palette-exemplar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@testing-library/dom": "9.2.0",
"@testing-library/react": "9.1.1",
"@types/jest": "29.5.12",
"@types/lodash": "4.14.191",
"@types/lodash": "4.17.0",
"@types/node": "18.15.10",
"@types/react": "16.14.60",
"@types/react-dom": "18.2.25",
Expand Down
2 changes: 1 addition & 1 deletion examples/tabs/palette-lts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@testing-library/dom": "9.2.0",
"@testing-library/react": "9.1.1",
"@types/jest": "29.5.12",
"@types/lodash": "4.14.191",
"@types/lodash": "4.17.0",
"@types/node": "18.15.10",
"@types/react": "16.14.60",
"@types/react-dom": "18.2.25",
Expand Down
2 changes: 1 addition & 1 deletion examples/tabs/starter-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@testing-library/dom": "9.2.0",
"@testing-library/react": "9.1.1",
"@types/jest": "29.5.12",
"@types/lodash": "4.14.191",
"@types/lodash": "4.17.0",
"@types/node": "18.15.10",
"@types/react": "16.14.60",
"@types/react-dom": "18.2.25",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/fs-extra": "9.0.13",
"@types/jest": "29.5.12",
"@types/klaw": "3.0.6",
"@types/lodash": "4.14.191",
"@types/lodash": "4.17.0",
"@types/node": "18.15.10",
"@types/shelljs": "0.8.15",
"@types/yargs": "17.0.32",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/cli/plop-templates/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@testing-library/dom": "9.2.0",
"@testing-library/react": "9.1.1",
"@types/jest": "29.5.12",
"@types/lodash": "4.14.191",
"@types/lodash": "4.17.0",
"@types/node": "18.15.10",
"@types/react": "16.14.60",
"@types/react-dom": "18.2.25",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"devDependencies": {
"@misk/dev": "0.6.3",
"@misk/prettier": "0.6.3",
"@types/lodash": "4.14.191",
"@types/lodash": "4.17.0",
"@types/node": "18.15.10",
"@types/react": "16.14.60",
"@types/react-dom": "18.2.25",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@testing-library/dom": "9.2.0",
"@testing-library/react": "9.1.1",
"@types/jest": "29.5.12",
"@types/lodash": "4.14.191",
"@types/lodash": "4.17.0",
"@types/node": "18.15.10",
"@types/react": "16.14.60",
"@types/react-dom": "18.2.25",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prepare": "npm run-script ci-build"
},
"dependencies": {
"@types/lodash": "4.14.191",
"@types/lodash": "4.17.0",
"@types/node": "18.15.10",
"@types/react": "16.14.60",
"@types/react-dom": "18.2.25",
Expand Down
2 changes: 1 addition & 1 deletion packages/@misk/simpleredux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@testing-library/dom": "9.2.0",
"@testing-library/react": "9.1.1",
"@types/jest": "29.5.12",
"@types/lodash": "4.14.191",
"@types/lodash": "4.17.0",
"@types/node": "18.15.10",
"@types/react-router": "5.1.20",
"@types/webpack": "5.28.0",
Expand Down

0 comments on commit 5ddd721

Please sign in to comment.