|
13 | 13 | "clean": "rimraf dist", |
14 | 14 | "prebuild": "npm-run-all clean", |
15 | 15 | "build": "tsc -p tsconfig.build.json", |
16 | | - "pretest": "npm-run-all licchk lint", |
| 16 | + "pretest": "npm-run-all lint", |
17 | 17 | "lint": "eslint .", |
18 | | - "licchk": "license-check-and-add", |
19 | 18 | "test": "jest", |
20 | 19 | "test:watch": "jest --watchAll" |
21 | 20 | }, |
|
37 | 36 | }, |
38 | 37 | "devDependencies": { |
39 | 38 | "@accordproject/concerto-cto": "3.19.2", |
40 | | - "@types/jest": "28.1.1", |
| 39 | + "@types/jest": "^29.5.13", |
41 | 40 | "@types/semver": "7.3.10", |
42 | 41 | "@typescript-eslint/eslint-plugin": "5.27.1", |
43 | 42 | "@typescript-eslint/parser": "5.27.1", |
44 | 43 | "eslint": "8.2.0", |
45 | | - "jest": "28.1.1", |
46 | | - "license-check-and-add": "2.3.6", |
| 44 | + "jest": "^29.7.0", |
47 | 45 | "npm-run-all": "4.1.5", |
48 | 46 | "rimraf": "6.0.1", |
49 | | - "ts-jest": "28.0.4", |
50 | | - "typescript": "5.6.3" |
51 | | - }, |
52 | | - "license-check-and-add-config": { |
53 | | - "folder": "./src", |
54 | | - "license": "HEADER", |
55 | | - "exact_paths_method": "EXCLUDE", |
56 | | - "exact_paths": [ |
57 | | - "api.txt", |
58 | | - "composer-logs", |
59 | | - "coverage", |
60 | | - "index.d.ts", |
61 | | - "./system", |
62 | | - "./introspect/parser.js", |
63 | | - "LICENSE", |
64 | | - "node_modules", |
65 | | - ".nyc-output", |
66 | | - "out", |
67 | | - ".tern-project", |
68 | | - "./generated/concerto.ts", |
69 | | - "./generated/concerto.metamodel.ts" |
70 | | - ], |
71 | | - "file_type_method": "EXCLUDE", |
72 | | - "file_types": [ |
73 | | - ".yml", |
74 | | - ".yaml", |
75 | | - ".zip", |
76 | | - ".tgz" |
77 | | - ], |
78 | | - "insert_license": false, |
79 | | - "license_formats": { |
80 | | - "js|ts|njk|pegjs|cto|acl|qry": { |
81 | | - "prepend": "/*", |
82 | | - "append": " */", |
83 | | - "eachLine": { |
84 | | - "prepend": " * " |
85 | | - } |
86 | | - }, |
87 | | - "npmrc|editorconfig|txt": { |
88 | | - "eachLine": { |
89 | | - "prepend": "# " |
90 | | - } |
91 | | - }, |
92 | | - "md": { |
93 | | - "file": "./HEADER.md" |
94 | | - } |
95 | | - } |
96 | | - }, |
97 | | - "jest": { |
98 | | - "preset": "ts-jest", |
99 | | - "testEnvironment": "node", |
100 | | - "testPathIgnorePatterns": [ |
101 | | - "<rootDir>/dist/", |
102 | | - "/node_modules/" |
103 | | - ], |
104 | | - "collectCoverage": true, |
105 | | - "collectCoverageFrom": [ |
106 | | - "src/**/*.ts" |
107 | | - ] |
| 47 | + "ts-jest": "^29.2.5", |
| 48 | + "typescript": "^5.6.3" |
108 | 49 | } |
109 | 50 | } |
0 commit comments