Skip to content

Commit

Permalink
Merge pull request #21 from aviemet/lodash
Browse files Browse the repository at this point in the history
chore(lodash): includes standard lodash library instead of individual…
  • Loading branch information
aviemet authored May 2, 2024
2 parents 29d4f26 + 300b37e commit c06efbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
"dependencies": {
"@inertiajs/react": "^1.0.16",
"axios": "^1.6.8",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"lodash": "^4.17.21",
"react-dom": "^18.3.1"
},
"devDependencies": {
Expand Down Expand Up @@ -99,7 +98,6 @@
},
"peerDependencies": {
"@inertiajs/react": "^1.0.0",
"lodash.isequal": "^4.5.0",
"react": "^16.9.0 || ^17.0.0 || ^18.0.0"
},
"husky": {
Expand Down
18 changes: 1 addition & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7964,13 +7964,6 @@ __metadata:
languageName: node
linkType: hard

"lodash.get@npm:^4.4.2":
version: 4.4.2
resolution: "lodash.get@npm:4.4.2"
checksum: e403047ddb03181c9d0e92df9556570e2b67e0f0a930fcbbbd779370972368f5568e914f913e93f3b08f6d492abc71e14d4e9b7a18916c31fa04bd2306efe545
languageName: node
linkType: hard

"lodash.isequal@npm:^4.5.0":
version: 4.5.0
resolution: "lodash.isequal@npm:4.5.0"
Expand Down Expand Up @@ -8027,13 +8020,6 @@ __metadata:
languageName: node
linkType: hard

"lodash.set@npm:^4.3.2":
version: 4.3.2
resolution: "lodash.set@npm:4.3.2"
checksum: a9122f49eef9f2d0fc9061a33d87f8e5b8c6b23d46e8b9e9ce1529d3588d79741bd1145a3abdfa3b13082703e65af27ff18d8a07bfc22b9be32f3fc36f763f70
languageName: node
linkType: hard

"lodash.snakecase@npm:^4.1.1":
version: 4.1.1
resolution: "lodash.snakecase@npm:4.1.1"
Expand Down Expand Up @@ -11919,8 +11905,7 @@ __metadata:
jest-environment-jsdom: ^29.7.0
jest-mock-axios: ^4.7.3
lint-staged: ^15.2.2
lodash.get: ^4.4.2
lodash.set: ^4.3.2
lodash: ^4.17.21
msw: ^2.2.14
react: ^18.3.1
react-dom: ^18.3.1
Expand All @@ -11937,7 +11922,6 @@ __metadata:
typescript: ^5.4.5
peerDependencies:
"@inertiajs/react": ^1.0.0
lodash.isequal: ^4.5.0
react: ^16.9.0 || ^17.0.0 || ^18.0.0
languageName: unknown
linkType: soft
Expand Down

0 comments on commit c06efbd

Please sign in to comment.