|
2 | 2 | "name": "syncing",
|
3 | 3 | "displayName": "%displayName%",
|
4 | 4 | "description": "%description%",
|
5 |
| - "version": "3.3.4", |
| 5 | + "version": "3.3.5", |
6 | 6 | "publisher": "nonoroazoro",
|
7 | 7 | "author": {
|
8 | 8 |
|
|
120 | 120 | "test:cov": "npm run cleanCov && npm test -- --coverage"
|
121 | 121 | },
|
122 | 122 | "dependencies": {
|
123 |
| - "@octokit/rest": "^19.0.4", |
| 123 | + "@octokit/rest": "^19.0.11", |
124 | 124 | "chokidar": "^3.5.3",
|
125 |
| - "compare-versions": "^5.0.1", |
126 |
| - "date-fns": "^2.29.3", |
| 125 | + "date-fns": "^2.30.0", |
127 | 126 | "extract-zip": "^2.0.1",
|
128 |
| - "fs-extra": "10.1.0", |
129 |
| - "https-proxy-agent": "^5.0.1", |
| 127 | + "fs-extra": "11.1.1", |
| 128 | + "https-proxy-agent": "^7.0.2", |
130 | 129 | "jsonc-parser": "^3.2.0",
|
131 |
| - "jsondiffpatch": "^0.4.1", |
| 130 | + "jsondiffpatch": "^0.5.0", |
132 | 131 | "junk": "^3.1.0",
|
133 | 132 | "lodash.debounce": "^4.0.8",
|
134 | 133 | "lodash.pick": "^4.4.0",
|
135 | 134 | "micromatch": "^4.0.5",
|
| 135 | + "semver": "^7.5.4", |
136 | 136 | "tmp-promise": "^3.0.3",
|
137 |
| - "tslib": "^2.4.0" |
| 137 | + "tslib": "^2.6.2" |
138 | 138 | },
|
139 | 139 | "devDependencies": {
|
140 |
| - "@types/fs-extra": "^9.0.13", |
141 |
| - "@types/jest": "^29.0.3", |
| 140 | + "@types/fs-extra": "^11.0.2", |
| 141 | + "@types/jest": "^29.5.5", |
142 | 142 | "@types/lodash.debounce": "^4.0.7",
|
143 | 143 | "@types/lodash.pick": "^4.4.7",
|
144 |
| - "@types/micromatch": "^4.0.2", |
| 144 | + "@types/micromatch": "^4.0.3", |
145 | 145 | "@types/node": "^10.11.0",
|
146 | 146 | "@types/vscode": "^1.37.0",
|
147 |
| - "@typescript-eslint/eslint-plugin": "^5.38.0", |
148 |
| - "@typescript-eslint/parser": "^5.38.0", |
| 147 | + "@typescript-eslint/eslint-plugin": "^6.7.5", |
| 148 | + "@typescript-eslint/parser": "^6.7.5", |
149 | 149 | "cross-env": "^7.0.3",
|
150 |
| - "eslint": "^8.23.1", |
151 |
| - "eslint-config-zoro": "^5.34.0", |
| 150 | + "eslint": "^8.51.0", |
| 151 | + "eslint-config-zoro": "^6.0.1", |
152 | 152 | "eslint-plugin-node": "^11.1.0",
|
153 |
| - "eslint-webpack-plugin": "^3.2.0", |
154 |
| - "fork-ts-checker-webpack-plugin": "^7.2.13", |
155 |
| - "husky": "^8.0.1", |
156 |
| - "jest": "^29.0.3", |
157 |
| - "lint-staged": "^13.0.3", |
| 153 | + "eslint-webpack-plugin": "^4.0.1", |
| 154 | + "fork-ts-checker-webpack-plugin": "^9.0.0", |
| 155 | + "husky": "^8.0.3", |
| 156 | + "jest": "^29.7.0", |
| 157 | + "lint-staged": "^14.0.1", |
158 | 158 | "native-ext-loader": "^2.3.0",
|
159 |
| - "rimraf": "^3.0.2", |
160 |
| - "ts-jest": "^29.0.1", |
161 |
| - "ts-loader": "^9.4.1", |
162 |
| - "typescript": "^4.8.3", |
163 |
| - "webpack": "^5.74.0", |
164 |
| - "webpack-cli": "^4.10.0", |
| 159 | + "rimraf": "^5.0.5", |
| 160 | + "ts-jest": "^29.1.1", |
| 161 | + "ts-loader": "^9.5.0", |
| 162 | + "typescript": "^5.2.2", |
| 163 | + "webpack": "^5.88.2", |
| 164 | + "webpack-cli": "^5.1.4", |
165 | 165 | "webpackbar": "^5.0.2"
|
166 | 166 | }
|
167 | 167 | }
|
0 commit comments