|
52 | 52 | "type-fest": "0.20.2"
|
53 | 53 | },
|
54 | 54 | "dependencies": {
|
55 |
| - "@babel/cli": "^7.12.1", |
56 |
| - "@babel/core": "^7.12.3", |
57 |
| - "@babel/node": "^7.12.1", |
58 |
| - "@babel/preset-env": "^7.12.1", |
59 |
| - "@babel/preset-typescript": "^7.12.1", |
60 |
| - "@types/jest": "^26.0.15", |
61 |
| - "babel-plugin-macros": "^3.0.0", |
62 |
| - "babel-plugin-module-resolver": "^4.0.0", |
| 55 | + "@babel/cli": "^7.12.10", |
| 56 | + "@babel/core": "^7.12.10", |
| 57 | + "@babel/node": "^7.12.10", |
| 58 | + "@babel/preset-env": "^7.12.11", |
| 59 | + "@babel/preset-typescript": "^7.12.7", |
| 60 | + "@types/jest": "^26.0.19", |
| 61 | + "babel-plugin-macros": "^3.0.1", |
| 62 | + "babel-plugin-module-resolver": "^4.1.0", |
63 | 63 | "chalk": "^4.1.0",
|
64 | 64 | "concurrently": "^5.3.0",
|
65 | 65 | "ejs": "^3.1.5",
|
66 | 66 | "enquirer": "^2.3.6",
|
67 |
| - "eslint": "^7.14.0", |
| 67 | + "eslint": "^7.16.0", |
68 | 68 | "eslint-config-skuba": "1.0.10",
|
69 | 69 | "execa": "^5.0.0",
|
70 | 70 | "fs-extra": "^9.0.1",
|
71 | 71 | "get-port": "^5.1.1",
|
72 | 72 | "ignore": "^5.1.8",
|
73 | 73 | "is-installed-globally": "^0.3.2",
|
74 |
| - "jest": "^26.6.0", |
| 74 | + "jest": "^26.6.3", |
75 | 75 | "latest-version": "^5.1.0",
|
76 | 76 | "lodash.mergewith": "^4.6.2",
|
77 | 77 | "module-alias": "^2.2.2",
|
|
82 | 82 | "prettier": "2.2.1",
|
83 | 83 | "read-pkg-up": "^7.0.1",
|
84 | 84 | "runtypes": "^5.0.1",
|
85 |
| - "semantic-release": "^17.2.3", |
| 85 | + "semantic-release": "^17.3.1", |
86 | 86 | "serialize-error": "^7.0.1",
|
87 | 87 | "source-map-support": "^0.5.19",
|
88 |
| - "ts-jest": "^26.4.1", |
89 |
| - "ts-node": "^9.0.0", |
| 88 | + "ts-jest": "^26.4.4", |
| 89 | + "ts-node": "^9.1.1", |
90 | 90 | "ts-node-dev": "1.1.1",
|
91 | 91 | "tsconfig-seek": "1.0.2",
|
92 | 92 | "typescript": "4.1.3",
|
93 |
| - "yargs-parser": "^20.2.3" |
| 93 | + "yargs-parser": "^20.2.4" |
94 | 94 | },
|
95 | 95 | "peerDependencies": {
|
96 | 96 | "@types/jest": ">= 25 < 27",
|
|
0 commit comments