|
1 | 1 | export const dependencies = {
|
2 | 2 | bestzip: '^2.2.1',
|
3 | 3 | execa: '^5.0.0',
|
4 |
| - 'fs-extra': '^10.1.0', |
5 |
| - glob: '^7.2.0', |
| 4 | + 'fs-extra': '^11.1.0', |
| 5 | + glob: '^8.1.0', |
6 | 6 | lodash: '^4.17.20',
|
7 |
| - yargs: '^17.6.0', |
8 | 7 | } as const;
|
9 | 8 |
|
10 | 9 | export const devDependencies = {
|
11 | 10 | '@actions/core': '^1.10.0',
|
12 |
| - '@actions/github': '^5.1.1', |
13 |
| - '@angular-devkit/schematics': '^14.2.7', |
14 |
| - '@commitlint/cli': '^17.1.2', |
15 |
| - '@commitlint/config-conventional': '^17.1.0', |
16 |
| - '@nrwl/cli': '15.0.4', |
17 |
| - '@nrwl/devkit': '15.0.4', |
18 |
| - '@nrwl/eslint-plugin-nx': '15.0.4', |
19 |
| - '@nrwl/jest': '15.0.4', |
20 |
| - '@nrwl/js': '15.0.4', |
21 |
| - '@nrwl/linter': '15.0.4', |
22 |
| - '@nrwl/node': '15.0.4', |
23 |
| - '@nrwl/nx-cloud': '15.0.0', |
24 |
| - '@nrwl/nx-plugin': '15.0.4', |
25 |
| - '@nrwl/workspace': '15.0.4', |
26 |
| - '@swc-node/register': '^1.5.4', |
27 |
| - '@swc/core': '^1.3.11', |
28 |
| - '@types/fs-extra': '^9.0.13', |
29 |
| - '@types/jest': '28.1.8', |
30 |
| - '@types/lodash': '^4.14.186', |
31 |
| - '@types/node': '^16.11.7', |
32 |
| - '@types/yargs': '^17.0.13', |
| 11 | + '@commitlint/cli': '^17.4.2', |
| 12 | + '@commitlint/config-conventional': '^17.4.2', |
| 13 | + '@nrwl/cli': '15.5.2', |
| 14 | + '@nrwl/devkit': '15.5.2', |
| 15 | + '@nrwl/eslint-plugin-nx': '15.5.2', |
| 16 | + '@nrwl/jest': '15.5.2', |
| 17 | + '@nrwl/js': '15.5.2', |
| 18 | + '@nrwl/linter': '15.5.2', |
| 19 | + '@nrwl/node': '15.5.2', |
| 20 | + '@nrwl/nx-cloud': '15.0.2', |
| 21 | + '@nrwl/nx-plugin': '15.5.2', |
| 22 | + '@nrwl/workspace': '15.5.2', |
| 23 | + '@types/fs-extra': '^11.0.1', |
| 24 | + '@types/jest': '28.1.1', |
| 25 | + '@types/lodash': '^4.14.191', |
| 26 | + '@types/node': '18.11.18', |
33 | 27 | '@typescript-eslint/eslint-plugin': '5.41.0',
|
34 | 28 | '@typescript-eslint/parser': '5.41.0',
|
35 |
| - commitizen: '^4.2.5', |
| 29 | + commitizen: '^4.3.0', |
36 | 30 | 'cz-conventional-changelog': '^3.3.0',
|
37 | 31 | dotenv: '16.0.3',
|
38 | 32 | eslint: '8.22.0',
|
39 | 33 | 'eslint-config-prettier': '8.5.0',
|
40 | 34 | 'eslint-plugin-import': '2.26.0',
|
41 | 35 | 'eslint-plugin-prettier': '^4.2.1',
|
42 |
| - 'eslint-plugin-simple-import-sort': '^8.0.0', |
| 36 | + 'eslint-plugin-simple-import-sort': '^9.0.0', |
43 | 37 | 'eslint-plugin-unused-imports': '^2.0.0',
|
44 |
| - husky: '^8.0.1', |
45 |
| - jest: '28.1.3', |
| 38 | + husky: '^8.0.3', |
| 39 | + jest: '28.1.1', |
| 40 | + 'jest-environment-jsdom': '28.1.1', |
46 | 41 | 'jest-playwright-preset': '^2.0.0',
|
47 |
| - 'lint-staged': '^13.0.3', |
48 |
| - nx: '15.0.4', |
49 |
| - playwright: '^1.27.1', |
50 |
| - prettier: '2.7.1', |
51 |
| - 'semantic-release': '^19.0.5', |
| 42 | + 'jsonc-eslint-parser': '^2.1.0', |
| 43 | + 'lint-staged': '^13.1.0', |
| 44 | + nx: '15.5.2', |
| 45 | + playwright: '^1.29.2', |
| 46 | + prettier: '2.8.3', |
| 47 | + 'semantic-release': '^20.0.2', |
52 | 48 | semver: '^7.3.8',
|
53 |
| - serverless: '^3.23.0', |
54 |
| - 'serverless-bundle': '^5.5.0', |
55 |
| - 'serverless-offline': '^11.2.1', |
56 |
| - 'ts-jest': '28.0.8', |
| 49 | + serverless: '^3.26.0', |
| 50 | + 'serverless-bundle': '^6.0.0', |
| 51 | + 'serverless-offline': '^12.0.4', |
| 52 | + 'ts-jest': '28.0.5', |
57 | 53 | 'ts-node': '10.9.1',
|
58 | 54 | tslib: '^2.4.0',
|
59 | 55 | typescript: '4.8.4',
|
|
0 commit comments