@lightdash/common 0.1447.1 → 0.1448.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 +7 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/common",
3
- "version": "0.1447.1",
3
+ "version": "0.1448.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [
@@ -10,7 +10,6 @@
10
10
  "devDependencies": {
11
11
  "@types/pegjs": "^0.10.3",
12
12
  "@types/sanitize-html": "^2.11.0",
13
- "@types/uuid": "^10.0.0",
14
13
  "typescript-json-schema": "^0.54.0"
15
14
  },
16
15
  "dependencies": {
@@ -21,14 +20,14 @@
21
20
  "cronstrue": "^2.23.0",
22
21
  "dayjs": "^1.11.9",
23
22
  "dependency-graph": "^0.11.0",
23
+ "type-fest": "^3.10.0",
24
24
  "liquidjs": "^10.0.0",
25
25
  "lodash": "^4.17.21",
26
26
  "moment": "^2.29.4",
27
27
  "moment-timezone": "^0.5.45",
28
28
  "pegjs": "^0.10.0",
29
29
  "sanitize-html": "^2.12.1",
30
- "type-fest": "^3.10.0",
31
- "uuid": "^11.0.3",
30
+ "uuid": "^8.3.2",
32
31
  "zod": "^3.23.3"
33
32
  },
34
33
  "scripts": {
@@ -36,10 +35,10 @@
36
35
  "build": "tsc --build tsconfig.json",
37
36
  "linter": "eslint -c .eslintrc.js --ignore-path ./../../.gitignore",
38
37
  "formatter": "prettier --config .prettierrc.js --ignore-unknown --ignore-path ./../../.gitignore",
39
- "lint": "pnpm run linter ./src",
40
- "fix-lint": "pnpm run linter ./src --fix",
41
- "format": "pnpm run formatter ./src --check",
42
- "fix-format": "pnpm run formatter ./src --write",
38
+ "lint": "yarn run linter ./src",
39
+ "fix-lint": "yarn run linter ./src --fix",
40
+ "format": "yarn run formatter ./src --check",
41
+ "fix-format": "yarn run formatter ./src --write",
43
42
  "test": "TZ=UTC jest"
44
43
  }
45
44
  }