Skip to content

Commit

Permalink
downgrade lodash package
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberbuff committed Aug 28, 2024
1 parent c3aff50 commit 59e19ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
9 changes: 5 additions & 4 deletions website/package-lock.json

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

7 changes: 5 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"autoprefixer": "^10.4.20",
"axios": "^1.7.5",
"classnames": "^2.5.1",
"lodash": "^4.17.21",
"lodash": "^4.17.5",
"moment": "^2.30.1",
"next": "^14.2.7",
"nextra": "^2.13.4",
Expand All @@ -51,12 +51,15 @@
"@biomejs/biome": "1.8.3",
"@types/node": "22.1.0",
"@types/react": "^18.3.4",
"@types/lodash": "^4.17.5",
"@types/react-dom": "^18.3.0",
"typescript": "~4.5.5"
},
"pnpm": {
"updateConfig": {
"ignoreDependencies": ["typescript"]
"ignoreDependencies": [
"typescript"
]
}
}
}

0 comments on commit 59e19ba

Please sign in to comment.