v3: fix jsonc-parser import in cli

Lock jsonc-parser to 3.2.1

Revert that change
This commit is contained in:
Eric Allam
2024-06-24 17:13:21 +01:00
parent da6a66efff
commit c7a55804d9
3 changed files with 10 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"trigger.dev": patch
---
Fix jsonc-parser import
+2 -2
View File
@@ -103,7 +103,7 @@
"gradient-string": "^2.0.2",
"import-meta-resolve": "^4.0.0",
"ink": "^4.4.1",
"jsonc-parser": "^3.2.1",
"jsonc-parser": "3.2.1",
"liquidjs": "^10.9.2",
"mock-fs": "^5.2.0",
"nanoid": "^4.0.2",
@@ -132,4 +132,4 @@
"engines": {
"node": ">=18.0.0"
}
}
}
+3 -2
View File
@@ -1583,7 +1583,7 @@ importers:
specifier: ^4.4.1
version: 4.4.1(@types/react@18.2.48)(react@18.2.0)
jsonc-parser:
specifier: ^3.2.1
specifier: 3.2.1
version: 3.2.1
liquidjs:
specifier: ^10.9.2
@@ -25823,6 +25823,7 @@ packages:
/jsonc-parser@3.2.0:
resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==}
dev: true
/jsonc-parser@3.2.1:
resolution: {integrity: sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==}
@@ -31976,7 +31977,7 @@ packages:
resolution: {integrity: sha512-IXCRip2IQzKwxArNNq1S+On4KPML3Yyn8Zzs/xRgcgOWIr8ntIK3IKzjFPfjy/7kt9ZMjc+FItfqHRBg8b6tNQ==}
dependencies:
ansi-sequence-parser: 1.1.1
jsonc-parser: 3.2.0
jsonc-parser: 3.2.1
vscode-oniguruma: 1.7.0
vscode-textmate: 8.0.0