|
42 | 42 | "devDependencies": { |
43 | 43 | "@commitlint/cli": "19.5.0", |
44 | 44 | "@commitlint/config-conventional": "19.5.0", |
45 | | - "@types/chai": "^4.3.17", |
46 | | - "@types/chai-as-promised": "^7.1.4", |
47 | | - "@types/deep-equal-in-any-order": "^1.0.1", |
| 45 | + "@types/chai": "4.3.17", |
| 46 | + "@types/chai-as-promised": "7.1.4", |
| 47 | + "@types/deep-equal-in-any-order": "1.0.1", |
48 | 48 | "@types/lodash": "4.14.177", |
49 | | - "@types/mocha": "^10.0.7", |
50 | | - "@types/node": "^16.10.3", |
51 | | - "@types/sinon": "^17.0.3", |
| 49 | + "@types/mocha": "10.0.7", |
| 50 | + "@types/node": "16.11.10", |
| 51 | + "@types/sinon": "17.0.3", |
52 | 52 | "@types/vscode": "1.75.0", |
53 | 53 | "@typescript-eslint/eslint-plugin": "4.33.0", |
54 | 54 | "@typescript-eslint/parser": "4.33.0", |
55 | 55 | "@changesets/cli": "2.27.11", |
56 | | - "chai": "^4.3.4", |
57 | | - "chai-as-promised": "^7.1.1", |
58 | | - "coveralls": "^3.1.1", |
59 | | - "deep-equal-in-any-order": "^1.1.15", |
| 56 | + "chai": "4.5.0", |
| 57 | + "chai-as-promised": "7.1.1", |
| 58 | + "coveralls": "3.1.1", |
| 59 | + "deep-equal-in-any-order": "1.1.15", |
60 | 60 | "eslint": "7.30.0", |
61 | 61 | "eslint-config-prettier": "8.3.0", |
62 | 62 | "eslint-plugin-eslint-comments": "3.2.0", |
63 | | - "glob": "^7.2.0", |
| 63 | + "glob": "7.2.0", |
64 | 64 | "husky": "7.0.4", |
65 | 65 | "lint-staged": "11.2.0", |
66 | | - "make-dir": "^3.1.0", |
67 | | - "mocha": "^10.7.3", |
| 66 | + "make-dir": "3.1.0", |
| 67 | + "mocha": "10.7.3", |
68 | 68 | "npm-run-all": "4.1.5", |
69 | | - "nyc": "^15.1.0", |
| 69 | + "nyc": "15.1.0", |
70 | 70 | "prettier": "2.4.1", |
71 | 71 | "proxyquire": "2.1.3", |
72 | | - "rimraf": "^3.0.2", |
73 | | - "shx": "^0.3.3", |
74 | | - "sinon": "^18.0.0", |
75 | | - "typescript": "^4.4.3", |
| 72 | + "rimraf": "3.0.2", |
| 73 | + "shx": "0.3.3", |
| 74 | + "sinon": "18.0.0", |
| 75 | + "typescript": "4.5.2", |
76 | 76 | "vsce": "1.100.1", |
77 | 77 | "webpack": "5.96.1", |
78 | 78 | "webpack-cli": "5.1.4", |
|
0 commit comments