@npm_leadtech/legal-lib-components 2.37.4 → 2.38.1

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.
@@ -0,0 +1 @@
1
+ export declare function replaceAll(str: string, find: string, replace: string): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.37.4",
3
+ "version": "2.38.1",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^6.1.4",
6
6
  "@tippyjs/react": "4.2.6",
@@ -128,7 +128,7 @@
128
128
  "upgrade-patch": "yarn prepare-upgrade && npm version patch -m \"Update patch version number\" && git push && git push --tags",
129
129
  "upgrade-minor": "yarn prepare-upgrade && npm version minor -m \"Update minor version number\" && git push && git push --tags",
130
130
  "upgrade-major": "yarn prepare-upgrade && npm version major -m \"Update major version number\" && git push && git push --tags",
131
- "format": "prettier --write \"**/*.(js|jsx|json|md)\"",
131
+ "format": "prettier --write \"**/*.{js,jsx,json,md,ts,tsx}\"",
132
132
  "jest": "jest --maxWorkers=2",
133
133
  "test": "jest --coverage",
134
134
  "prepare": "husky install",