Update the devDependency on nextjs to be more permissive
This commit is contained in:
+2
-1
@@ -26,6 +26,7 @@
|
||||
"modern-emus-suffer",
|
||||
"quick-stingrays-own",
|
||||
"stupid-files-cough",
|
||||
"tough-walls-share"
|
||||
"tough-walls-share",
|
||||
"wild-rats-mix"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@trigger.dev/nextjs": patch
|
||||
---
|
||||
|
||||
Update the devDependency on nextjs to be more permissive
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Generated
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user