|
10 | 10 | "dist"
|
11 | 11 | ],
|
12 | 12 | "scripts": {
|
13 |
| - "build": "rimraf dist && tsup src/index.ts --dts --minify", |
| 13 | + "build": "rimraf dist && tsup src/index.ts --dts --minify --treeshake", |
14 | 14 | "lint": "eslint .",
|
15 | 15 | "test": "jest",
|
16 | 16 | "test:watch": "jest --watchAll",
|
|
23 | 23 | "lodash": "^4.17.21"
|
24 | 24 | },
|
25 | 25 | "devDependencies": {
|
26 |
| - "@babel/preset-env": "^7.22.9", |
27 |
| - "@babel/preset-typescript": "^7.22.5", |
28 |
| - "@types/lodash": "^4.14.195", |
29 |
| - "@types/uuid": "^9.0.2", |
30 |
| - "@typescript-eslint/eslint-plugin": "^6.0.0", |
31 |
| - "@typescript-eslint/parser": "^6.0.0", |
| 26 | + "@babel/preset-env": "^7.23.3", |
| 27 | + "@babel/preset-typescript": "^7.23.3", |
| 28 | + "@types/lodash": "^4.14.201", |
| 29 | + "@types/uuid": "^9.0.7", |
| 30 | + "@typescript-eslint/eslint-plugin": "^6.10.0", |
| 31 | + "@typescript-eslint/parser": "^6.10.0", |
32 | 32 | "cross-env": "^7.0.3",
|
33 |
| - "eslint": "^8.44.0", |
34 |
| - "eslint-config-prettier": "^8.8.0", |
| 33 | + "eslint": "^8.53.0", |
| 34 | + "eslint-config-prettier": "^9.0.0", |
35 | 35 | "eslint-config-standard": "^17.1.0",
|
36 |
| - "eslint-plugin-import": "^2.27.5", |
| 36 | + "eslint-plugin-import": "^2.29.0", |
37 | 37 | "eslint-plugin-node": "^11.1.0",
|
38 |
| - "eslint-plugin-prettier": "^5.0.0", |
| 38 | + "eslint-plugin-prettier": "^5.0.1", |
39 | 39 | "eslint-plugin-promise": "^6.1.1",
|
40 | 40 | "eslint-plugin-standard": "^5.0.0",
|
41 | 41 | "husky": "^8.0.3",
|
42 |
| - "jest": "^29.6.1", |
| 42 | + "jest": "^29.7.0", |
43 | 43 | "nock": "^13.3.8",
|
44 |
| - "prettier": "^3.0.0", |
45 |
| - "rimraf": "^5.0.1", |
46 |
| - "tslib": "^2.6.0", |
47 |
| - "tsup": "^7.1.0", |
48 |
| - "typescript": "^5.1.6", |
49 |
| - "uuid": "^9.0.0" |
| 44 | + "prettier": "^3.0.3", |
| 45 | + "rimraf": "^5.0.5", |
| 46 | + "tslib": "^2.6.2", |
| 47 | + "tsup": "^7.2.0", |
| 48 | + "typescript": "^5.2.2", |
| 49 | + "uuid": "^9.0.1" |
50 | 50 | },
|
51 | 51 | "engines": {
|
52 | 52 | "node": ">=10"
|
|
0 commit comments