Update the devDependency on nextjs to be more permissive

This commit is contained in:
Eric Allam
2023-06-23 16:59:52 +01:00
parent 927eb1d0ba
commit b3a919293c
5 changed files with 16 additions and 4 deletions
+2 -1
View File
@@ -26,6 +26,7 @@
"modern-emus-suffer",
"quick-stingrays-own",
"stupid-files-cough",
"tough-walls-share"
"tough-walls-share",
"wild-rats-mix"
]
}
+5
View File
@@ -0,0 +1,5 @@
---
"@trigger.dev/nextjs": patch
---
Update the devDependency on nextjs to be more permissive
+6
View File
@@ -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
+2 -2
View File
@@ -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",
@@ -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"
+1 -1
View File
@@ -794,7 +794,7 @@ importers:
'@types/debug': ^4.1.7
'@types/ws': ^8.5.3
debug: ^4.3.4
next: 13.3.1
next: ^13.3.1
rimraf: ^3.0.2
tsup: ^6.5.0
tsx: ^3.12.1