|
39 | 39 | "packages/*"
|
40 | 40 | ],
|
41 | 41 | "devDependencies": {
|
42 |
| - "@babel/core": "7.17.9", |
43 |
| - "@babel/eslint-parser": "7.17.0", |
44 |
| - "@guanghechen/eslint-config": "^1.9.3", |
45 |
| - "@guanghechen/eslint-config-ts": "^1.9.3", |
46 |
| - "@guanghechen/jest-config": "^1.9.3", |
47 |
| - "@guanghechen/rollup-config": "^1.9.3", |
| 42 | + "@babel/core": "7.18.2", |
| 43 | + "@babel/eslint-parser": "7.18.2", |
| 44 | + "@guanghechen/eslint-config": "^1.9.5", |
| 45 | + "@guanghechen/eslint-config-ts": "^1.9.5", |
| 46 | + "@guanghechen/jest-config": "^1.9.5", |
| 47 | + "@guanghechen/rollup-config": "^1.9.5", |
48 | 48 | "@types/fs-extra": "^9.0.13",
|
49 |
| - "@types/jest": "27.4.1", |
50 |
| - "@types/node": "17.0.23", |
| 49 | + "@types/jest": "28.1.1", |
| 50 | + "@types/node": "17.0.40", |
51 | 51 | "cross-env": "7.0.3",
|
52 |
| - "eslint": "8.13.0", |
| 52 | + "eslint": "8.17.0", |
53 | 53 | "eslint-config-prettier": "8.5.0",
|
54 |
| - "eslint-plugin-jest": "26.1.4", |
| 54 | + "eslint-plugin-jest": "26.5.3", |
55 | 55 | "eslint-plugin-prettier": "4.0.0",
|
56 |
| - "fs-extra": "^10.0.1", |
| 56 | + "fs-extra": "^10.1.0", |
57 | 57 | "gitmoji-changelog": "2.3.0",
|
58 |
| - "husky": "7.0.4", |
| 58 | + "husky": "8.0.1", |
59 | 59 | "is-ci": "3.0.1",
|
60 |
| - "jest": "27.5.1", |
61 |
| - "lerna": "4.0.0", |
62 |
| - "lint-staged": "12.3.7", |
| 60 | + "jest": "28.1.1", |
| 61 | + "lerna": "5.0.0", |
| 62 | + "lint-staged": "13.0.0", |
63 | 63 | "npm-run-all": "4.1.5",
|
64 | 64 | "pinst": "3.0.0",
|
65 | 65 | "prettier": "2.6.2",
|
66 | 66 | "rimraf": "3.0.2",
|
67 |
| - "rollup": "2.70.1", |
68 |
| - "ts-jest": "27.1.4", |
69 |
| - "ts-node": "10.7.0", |
70 |
| - "tsconfig-paths": "3.14.1", |
71 |
| - "typescript": "4.6.3", |
72 |
| - "yarn-deduplicate": "4.0.0" |
| 67 | + "rollup": "2.75.5", |
| 68 | + "ts-jest": "28.0.4", |
| 69 | + "ts-node": "10.8.1", |
| 70 | + "tsconfig-paths": "4.0.0", |
| 71 | + "typescript": "4.7.3", |
| 72 | + "yarn-deduplicate": "5.0.0" |
73 | 73 | },
|
74 | 74 | "lint-staged": {
|
75 | 75 | "*.{js,jsx,ts,tsx}": [
|
|
0 commit comments