Skip to content

Commit

Permalink
Update the devDependency on nextjs to be more permissive
Browse files Browse the repository at this point in the history
  • Loading branch information
ericallam committed Jun 23, 2023
1 parent 927eb1d commit b3a9192
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"modern-emus-suffer",
"quick-stingrays-own",
"stupid-files-cough",
"tough-walls-share"
"tough-walls-share",
"wild-rats-mix"
]
}
5 changes: 5 additions & 0 deletions .changeset/wild-rats-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@trigger.dev/nextjs": patch
---

Update the devDependency on nextjs to be more permissive
6 changes: 6 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @trigger.dev/nextjs

## 1.0.0-next.5

### Patch Changes

- Update the devDependency on nextjs to be more permissive

## 1.0.0-next.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/nextjs",
"version": "1.0.0-next.4",
"version": "1.0.0-next.5",
"description": "Trigger.dev Next.js integration",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"@trigger.dev/tsconfig": "workspace:*",
"@types/debug": "^4.1.7",
"@types/ws": "^8.5.3",
"next": "13.3.1",
"next": "^13.3.1",
"rimraf": "^3.0.2",
"tsup": "^6.5.0",
"tsx": "^3.12.1"
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit b3a9192

Please sign in to comment.