@npm_leadtech/legal-lib-components 5.52.1 → 5.53.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "5.52.1",
3
+ "version": "5.53.0",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -16,7 +16,7 @@
16
16
  "upgrade-major": "yarn prepare-upgrade && npm version major -m \"Update major version number\" && git push && git push --tags",
17
17
  "storybook": "storybook dev -p 6006",
18
18
  "format": "prettier --write \"**/*.{js,jsx,json,md,ts,tsx,scss}\"",
19
- "jest": "jest --maxWorkers=4",
19
+ "jest": "jest --maxWorkers=2",
20
20
  "test": "jest --coverage",
21
21
  "prepare": "husky",
22
22
  "eslint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",