Skip to content

Commit

Permalink
chore(deps): update dependency @types/lodash to ^4.17.0 (web-infra-de…
Browse files Browse the repository at this point in the history
…v#252)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 25, 2024
1 parent d461f56 commit 7a8d14c
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@rsdoctor/utils": "workspace:*",
"@rsdoctor/webpack-plugin": "workspace:*",
"@rspack/core": "0.5.1",
"@types/lodash": "^4.14.200",
"@types/lodash": "^4.17.0",
"@types/node": "^16",
"@types/react": "^18",
"@types/react-dom": "^18",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@types/bytes": "3.1.1",
"@types/fs-extra": "^11.0.2",
"@types/loader-utils": "^2.0.5",
"@types/lodash": "^4.14.200",
"@types/lodash": "^4.17.0",
"@types/node": "^16",
"@types/node-fetch": "^2.6.9",
"@types/path-browserify": "1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@types/body-parser": "1.19.2",
"@types/estree": "1.0.0",
"@types/lodash": "^4.14.200",
"@types/lodash": "^4.17.0",
"@types/node": "^16",
"tslib": "2.4.1",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@rspack/core": "0.5.1",
"@rsdoctor/types": "workspace:*",
"@types/loader-utils": "^2.0.5",
"@types/lodash": "^4.14.200",
"@types/lodash": "^4.17.0",
"@types/node": "^16",
"@types/tapable": "2.2.2",
"tslib": "2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/body-parser": "1.19.2",
"@types/cors": "2.8.13",
"@types/ip": "1.1.0",
"@types/lodash": "^4.14.200",
"@types/lodash": "^4.17.0",
"@types/node": "^16",
"@types/serve-static": "1.15.0",
"tslib": "2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@types/connect": "3.4.35",
"@types/envinfo": "7.8.1",
"@types/fs-extra": "^11.0.2",
"@types/lodash": "^4.14.200",
"@types/lodash": "^4.17.0",
"@types/node": "^16",
"tslib": "2.4.1",
"typescript": "^5.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"webpack": "^5.89.0",
"@rsdoctor/types": "workspace:*",
"@types/fs-extra": "^11.0.2",
"@types/lodash": "^4.14.200",
"@types/lodash": "^4.17.0",
"@types/node": "^16",
"@types/tapable": "2.2.2",
"@types/webpack": "5.28.0",
Expand Down
40 changes: 20 additions & 20 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion scripts/test-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@rspack/core": "0.5.1",
"@types/lodash": "^4.14.200",
"@types/lodash": "^4.17.0",
"@types/node": "^16",
"lodash": "^4.17.21",
"memfs": "3.4.10",
Expand Down

0 comments on commit 7a8d14c

Please sign in to comment.