|
15 | 15 | "scripts": { |
16 | 16 | "clean": "rm -rf node_modules/", |
17 | 17 | "reinstall": "npm run clean && npm install", |
18 | | - "pretest:baseline": "npm install --peer", |
19 | | - "test:baseline": "./bin/ts-mocha -p test/baseline/tsconfig.json test/baseline/**/*.spec.ts test/typecheck/**/*.spec.ts && node test/baseline/programmatic-use-test.js", |
20 | | - "pretest:paths": "npm install --optional", |
| 18 | + "test:baseline": "./bin/ts-mocha -p test/baseline/tsconfig.json test/baseline/**/*.spec.ts && node test/baseline/programmatic-use-test.js", |
21 | 19 | "test:paths": "./bin/ts-mocha --paths -p test/paths/tsconfig.json test/paths/**/*.spec.ts && node test/paths/programmatic-use-test.js", |
22 | 20 | "test:typecheck": "if ./bin/ts-mocha --type-check -p test/typecheck/tsconfig.json test/typecheck/**/*.spec.ts; then exit 1; fi && node test/typecheck/programmatic-use-test.js", |
23 | | - "test": "npm run test:baseline & npm run test:paths & npm run test:typecheck", |
| 21 | + "test": "npm run test:baseline && npm run test:paths && npm run test:typecheck", |
24 | 22 | "prepublishOnly": "npm run clean && npm install --production && npm install -D mocha && npm test" |
25 | 23 | }, |
26 | | - "dependencies": { |
27 | | - "ts-node": "7.0.1" |
28 | | - }, |
29 | 24 | "devDependencies": { |
30 | | - "@types/expect": "24.3.0", |
31 | | - "@types/mocha": "8.0.3", |
32 | | - "@types/node": "14.14.2", |
33 | | - "expect": "26.6.1", |
34 | | - "husky": "4.3.0", |
35 | | - "mocha": "11.0.1", |
| 25 | + "@types/expect": "^24.3.2", |
| 26 | + "@types/mocha": "^10.0.10", |
| 27 | + "@types/node": "^22.13.4", |
| 28 | + "expect": "^29.7.0", |
| 29 | + "mocha": "^11.1.0", |
| 30 | + "ts-node": "^10.9.2", |
36 | 31 | "tslint": "6.1.3", |
37 | | - "typescript": "3.3.3" |
| 32 | + "typescript": "4.9.5" |
38 | 33 | }, |
39 | 34 | "peerDependencies": { |
40 | | - "mocha": "^3.X.X || ^4.X.X || ^5.X.X || ^6.X.X || ^7.X.X || ^8.X.X || ^9.X.X || ^10.X.X || ^11.X.X" |
| 35 | + "mocha": "^3.X.X || ^4.X.X || ^5.X.X || ^6.X.X || ^7.X.X || ^8.X.X || ^9.X.X || ^10.X.X || ^11.X.X", |
| 36 | + "ts-node": "^7.X.X || ^8.X.X || ^9.X.X || ^10.X.X" |
41 | 37 | }, |
42 | 38 | "optionalDependencies": { |
43 | | - "tsconfig-paths": "^3.5.0" |
| 39 | + "tsconfig-paths": "^4.1.2" |
44 | 40 | }, |
45 | 41 | "files": [ |
46 | 42 | "bin/", |
|
0 commit comments