testblocks 0.3.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli/index.js CHANGED
@@ -230,7 +230,7 @@ program
230
230
  'test:junit': 'testblocks run tests/**/*.testblocks.json -r junit -o reports',
231
231
  },
232
232
  devDependencies: {
233
- testblocks: '^0.3.0',
233
+ testblocks: '^0.5.0',
234
234
  },
235
235
  };
236
236
  fs.writeFileSync(packagePath, JSON.stringify(packageJson, null, 2));