Skip to content

Commit

Permalink
Explictly install lodash.debounce
Browse files Browse the repository at this point in the history
  • Loading branch information
cregourd committed Nov 13, 2024
1 parent 2312b13 commit adb2c5d
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/modern-shirts-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@premieroctet/next-admin": patch
---

Explictly install lodash.debounce
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"four-comics-deny",
"giant-terms-march",
"lemon-bears-attend",
"modern-shirts-kick",
"nasty-clouds-deny",
"sour-garlics-dress"
]
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/pages/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ npm install -S @premieroctet/next-admin @premieroctet/next-admin-generator-prism
</Tabs.Tab>
<Tabs.Tab>
```bash copy
pnpm install -S @premieroctet/next-admin @premieroctet/next-admin-generator-prisma
pnpm add @premieroctet/next-admin @premieroctet/next-admin-generator-prisma
```
</Tabs.Tab>
</Tabs>
Expand Down
6 changes: 6 additions & 0 deletions packages/next-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @premieroctet/next-admin

## 7.0.0-rc.4

### Patch Changes

- Explictly install lodash.debounce

## 7.0.0-rc.3

### Patch Changes
Expand Down
3 changes: 2 additions & 1 deletion packages/next-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@premieroctet/next-admin",
"version": "7.0.0-rc.3",
"version": "7.0.0-rc.4",
"description": "Next-Admin provides a customizable and turnkey admin dashboard for applications built with Next.js and powered by the Prisma ORM. It aims to simplify the development process by providing a turnkey admin system that can be easily integrated into your project.",
"keywords": [
"next.js",
Expand Down Expand Up @@ -109,6 +109,7 @@
"dnd-kit-sortable-tree": "^0.1.73",
"formidable": "^3.5.1",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"lodash.merge": "^4.6.2",
"lodash.range": "^3.2.0",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

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

0 comments on commit adb2c5d

Please sign in to comment.