|
1 | 1 | { |
2 | 2 | "name": "setup-cpp", |
3 | | - "version": "0.1.0", |
| 3 | + "version": "0.5.6", |
4 | 4 | "description": "Install all the tools required for building and testing C++/C projects.", |
5 | 5 | "repository": "https://github.com/aminya/setup-cpp", |
6 | 6 | "license": "Apache-2.0", |
|
14 | 14 | "scripts": { |
15 | 15 | "build": "cross-env NODE_ENV=production parcel build --detailed-report", |
16 | 16 | "build.docker": "pnpm build && docker build -f ./building/docker/debian_node.dockerfile -t setup_cpp .", |
| 17 | + "bump": "ncu -u -x execa", |
17 | 18 | "clean": "shx rm -rf dist exe", |
18 | 19 | "dev": "cross-env NODE_ENV=development parcel watch", |
19 | 20 | "format": "prettier --write .", |
|
44 | 45 | }, |
45 | 46 | "devDependencies": { |
46 | 47 | "@types/cross-spawn": "^6.0.2", |
47 | | - "@types/jest": "^27.0.3", |
| 48 | + "@types/jest": "^27.4.0", |
48 | 49 | "@types/mri": "^1.1.1", |
49 | | - "@types/node": "^16.11.11", |
| 50 | + "@types/node": "^17.0.10", |
50 | 51 | "@types/semver": "^7.3.9", |
51 | 52 | "@types/which": "^2.0.1", |
52 | 53 | "caxa": "^2.1.0", |
53 | 54 | "cross-env": "7.0.3", |
54 | 55 | "cross-spawn": "^7.0.3", |
55 | 56 | "eslint-config-atomic": "^1.16.5", |
56 | | - "jest": "^27.4.2", |
| 57 | + "jest": "^27.4.7", |
57 | 58 | "npm-run-all2": "^5.0.2", |
58 | | - "parcel": "^2.0.1", |
| 59 | + "parcel": "^2.2.1", |
59 | 60 | "prettier-config-atomic": "^3.0.1", |
60 | | - "shx": "0.3.3", |
| 61 | + "shx": "0.3.4", |
61 | 62 | "terser-config-atomic": "^0.1.1", |
62 | | - "ts-jest": "^27.0.7", |
63 | | - "typescript": "^4.5.2" |
| 63 | + "ts-jest": "^27.1.3", |
| 64 | + "typescript": "^4.5.5" |
64 | 65 | }, |
65 | 66 | "engines": { |
66 | 67 | "node": ">=12.x" |
|
0 commit comments