@knapsack/renderer-twig 4.70.4--canary.4532.06215aa.0 → 4.70.4--canary.4532.2455e0b.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/renderer-twig",
3
3
  "description": "Render Twig",
4
- "version": "4.70.4--canary.4532.06215aa.0",
4
+ "version": "4.70.4--canary.4532.2455e0b.0",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
7
7
  "exports": {
@@ -25,15 +25,15 @@
25
25
  "author": "Knapsack (https://www.knapsack.cloud)",
26
26
  "dependencies": {
27
27
  "@basalt/twig-renderer": "^3.2.2",
28
- "@knapsack/app": "4.70.4--canary.4532.06215aa.0",
29
- "@knapsack/file-utils": "4.70.4--canary.4532.06215aa.0",
30
- "@knapsack/types": "4.70.4--canary.4532.06215aa.0",
28
+ "@knapsack/app": "4.70.4--canary.4532.2455e0b.0",
29
+ "@knapsack/file-utils": "4.70.4--canary.4532.2455e0b.0",
30
+ "@knapsack/types": "4.70.4--canary.4532.2455e0b.0",
31
31
  "ejs": "^3.1.10"
32
32
  },
33
33
  "devDependencies": {
34
- "@knapsack/eslint-config-starter": "4.70.4--canary.4532.06215aa.0",
35
- "@knapsack/test-ava": "4.70.4--canary.4532.06215aa.0",
36
- "@knapsack/typescript-config-starter": "4.70.4--canary.4532.06215aa.0",
34
+ "@knapsack/eslint-config-starter": "4.70.4--canary.4532.2455e0b.0",
35
+ "@knapsack/test-ava": "4.70.4--canary.4532.2455e0b.0",
36
+ "@knapsack/typescript-config-starter": "4.70.4--canary.4532.2455e0b.0",
37
37
  "ava": "^6.1.3",
38
38
  "eslint": "^8.57.0",
39
39
  "typescript": "^5.5.4"
@@ -46,5 +46,5 @@
46
46
  "directory": "apps/client/renderers/renderer-twig",
47
47
  "type": "git"
48
48
  },
49
- "gitHead": "06215aa488db2c4dc784795386793fabc68333ec"
49
+ "gitHead": "2455e0bf0c1d239ac94a5f08d3c3046c0dbb8357"
50
50
  }