|
37 | 37 | "eslint": "cd $INIT_CWD && \"$PROJECT_CWD/node_modules/.bin/eslint\"" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@babel/core": "^7.23.9", |
41 | | - "@babel/plugin-transform-modules-commonjs": "^7.23.3", |
| 40 | + "@babel/core": "^7.26.0", |
| 41 | + "@babel/plugin-transform-modules-commonjs": "^7.26.3", |
42 | 42 | "@sofie-automation/code-standard-preset": "~2.4.7", |
43 | | - "@types/amqplib": "^0.10.4", |
| 43 | + "@types/amqplib": "^0.10.6", |
44 | 44 | "@types/debug": "^4.1.12", |
45 | 45 | "@types/ejson": "^2.2.2", |
46 | 46 | "@types/got": "^9.6.12", |
47 | | - "@types/jest": "^29.5.11", |
48 | | - "@types/node": "^22.9.3", |
49 | | - "@types/node-fetch": "^2.6.11", |
| 47 | + "@types/jest": "^29.5.14", |
| 48 | + "@types/node": "^22.10.7", |
| 49 | + "@types/node-fetch": "^2.6.12", |
50 | 50 | "@types/object-path": "^0.11.4", |
51 | | - "@types/underscore": "^1.11.15", |
| 51 | + "@types/underscore": "^1.13.0", |
52 | 52 | "babel-jest": "^29.7.0", |
53 | 53 | "copyfiles": "^2.4.1", |
54 | | - "eslint-plugin-react": "latest", |
| 54 | + "eslint-plugin-react": "^7.37.4", |
55 | 55 | "jest": "^29.7.0", |
56 | 56 | "jest-environment-jsdom": "^29.7.0", |
57 | | - "jest-mock-extended": "^3.0.5", |
| 57 | + "jest-mock-extended": "^3.0.7", |
58 | 58 | "json-schema-to-typescript": "^10.1.5", |
59 | 59 | "lerna": "^6.6.2", |
60 | 60 | "nodemon": "^2.0.22", |
61 | 61 | "open-cli": "^7.2.0", |
62 | 62 | "pinst": "^3.0.0", |
63 | 63 | "rimraf": "^4.4.1", |
64 | | - "semver": "^7.5.4", |
65 | | - "ts-jest": "^29.1.2", |
| 64 | + "semver": "^7.6.3", |
| 65 | + "ts-jest": "^29.2.5", |
66 | 66 | "ts-node": "^10.9.2", |
67 | 67 | "typedoc": "^0.23.28", |
68 | 68 | "typescript": "~4.9.5" |
|
0 commit comments