|
17 | 17 | } |
18 | 18 | ], |
19 | 19 | "devDependencies": { |
20 | | - "@commitlint/cli": "^13.1.0", |
21 | | - "@commitlint/config-conventional": "^13.1.0", |
22 | | - "@commitlint/config-lerna-scopes": "^13.1.0", |
23 | | - "@jest/globals": "^27.2.0", |
24 | | - "@octokit/request": "^5.6.1", |
| 20 | + "@commitlint/cli": "^13.2.1", |
| 21 | + "@commitlint/config-conventional": "^13.2.0", |
| 22 | + "@commitlint/config-lerna-scopes": "^13.2.0", |
| 23 | + "@jest/globals": "^27.3.1", |
| 24 | + "@octokit/request": "^5.6.2", |
25 | 25 | "@types/cross-spawn": "^6.0.2", |
26 | | - "@types/fs-extra": "^9.0.12", |
| 26 | + "@types/fs-extra": "^9.0.13", |
27 | 27 | "@types/got": "9.6.12", |
28 | | - "@types/jest": "^27.0.1", |
| 28 | + "@types/jest": "^27.0.3", |
29 | 29 | "@types/jest-when": "^2.7.3", |
30 | | - "@types/node": "^16.9.1", |
31 | | - "@types/prompts": "2.0.14", |
| 30 | + "@types/node": "^16.11.9", |
| 31 | + "@types/prompts": "2.4.0", |
32 | 32 | "@types/tar": "4.0.5", |
33 | | - "@typescript-eslint/eslint-plugin": "^4.31.0", |
34 | | - "@typescript-eslint/parser": "^4.31.0", |
35 | | - "@vercel/ncc": "^0.31.1", |
| 33 | + "@typescript-eslint/eslint-plugin": "^4.33.0", |
| 34 | + "@typescript-eslint/parser": "^4.33.0", |
| 35 | + "@vercel/ncc": "^0.32.0", |
36 | 36 | "chalk": "^4.1.2", |
37 | | - "commander": "^8.2.0", |
| 37 | + "commander": "^8.3.0", |
38 | 38 | "commitizen": "^4.2.4", |
| 39 | + "copyfiles": "^2.4.1", |
39 | 40 | "cross-spawn": "^7.0.3", |
40 | 41 | "dir-compare": "^3.3.0", |
41 | 42 | "eslint": "^7.32.0", |
42 | 43 | "eslint-config-prettier": "^8.3.0", |
43 | 44 | "fs-extra": "^10.0.0", |
44 | | - "got": "^11.8.2", |
| 45 | + "got": "^11.8.3", |
45 | 46 | "handlebars": "^4.7.7", |
46 | | - "husky": "^7.0.2", |
| 47 | + "husky": "^7.0.4", |
47 | 48 | "import-sort-parser-typescript": "^6.0.0", |
48 | 49 | "import-sort-style-module": "^6.0.0", |
49 | | - "jest": "27.2.0", |
50 | | - "jest-when": "^3.3.1", |
| 50 | + "jest": "27.3.1", |
| 51 | + "jest-when": "^3.4.2", |
51 | 52 | "lerna": "^4.0.0", |
52 | | - "lint-staged": "^11.1.2", |
| 53 | + "lint-staged": "^11.2.6", |
53 | 54 | "pinst": "^2.1.6", |
54 | | - "prettier": "^2.4.0", |
| 55 | + "prettier": "^2.4.1", |
55 | 56 | "promisepipe": "^3.0.0", |
56 | | - "prompts": "^2.4.1", |
| 57 | + "prompts": "^2.4.2", |
57 | 58 | "shx": "^0.3.3", |
58 | 59 | "tar": "^6.1.11", |
59 | 60 | "tempy": "1.0.1", |
60 | | - "ts-jest": "27.0.5", |
61 | | - "typescript": "^4.4.3", |
| 61 | + "ts-jest": "27.0.7", |
| 62 | + "typescript": "~4.5.0", |
62 | 63 | "update-check": "^1.5.4", |
63 | 64 | "url-exist": "2.0.2", |
64 | 65 | "validate-npm-package-name": "^3.0.0" |
|
94 | 95 | "url": "https://github.com/paulrberg/create-eth-app" |
95 | 96 | }, |
96 | 97 | "scripts": { |
97 | | - "build": "ncc build ./src/index.ts --out dist/", |
| 98 | + "build": "ncc build ./src/index.ts --out dist/ && yarn copy-files", |
98 | 99 | "clean": "shx rm -rf ./coverage ./dist", |
| 100 | + "copy-files": "copyfiles --up 1 \"src/gitignore\" dist/", |
99 | 101 | "lint": "yarn run lint:ts && yarn run prettier:check", |
100 | 102 | "lint:ts": "eslint --config ./.eslintrc.yaml --ignore-path ./.eslintignore --ext .js,.jsx,.ts,.tsx .", |
101 | 103 | "postinstall": "husky install", |
|
107 | 109 | "test:integration": "jest test/integration", |
108 | 110 | "test:unit": "jest test/unit", |
109 | 111 | "watch": "ncc build ./src/index.ts --out dist/ --watch" |
110 | | - } |
| 112 | + }, |
| 113 | + "packageManager": "yarn@3.1.0" |
111 | 114 | } |
0 commit comments