|
1 | 1 | {
|
2 | 2 | "name": "@code-style/create-configs",
|
3 |
| - "version": "2.0.0-33", |
| 3 | + "version": "2.0.0-34", |
4 | 4 | "description": "A script to create configuration files to conform to code style standards.",
|
5 | 5 | "keywords": [
|
6 | 6 | "style",
|
|
38 | 38 | "test:debug": "NODE_OPTS='--inspect-brk' npm run test -- --runInBand"
|
39 | 39 | },
|
40 | 40 | "dependencies": {
|
41 |
| - "@code-style/code-style": "^2.0.0-33", |
| 41 | + "@code-style/code-style": "^2.0.0-34", |
42 | 42 | "@inquirer/prompts": "^5.0.0",
|
43 | 43 | "@npmcli/package-json": "^5.1.0",
|
44 | 44 | "chalk": "^5.3.0",
|
|
49 | 49 | "yargs": "^17.7.2"
|
50 | 50 | },
|
51 | 51 | "devDependencies": {
|
52 |
| - "@code-style/eslint-config": "^2.0.0-33", |
53 |
| - "@code-style/eslint-config-cli": "^2.0.0-33", |
54 |
| - "@code-style/eslint-config-esmodule": "^2.0.0-33", |
| 52 | + "@code-style/eslint-config": "^2.0.0-34", |
| 53 | + "@code-style/eslint-config-cli": "^2.0.0-34", |
| 54 | + "@code-style/eslint-config-esmodule": "^2.0.0-34", |
55 | 55 | "@code-style/eslint-config-jest": "^2.0.0-32",
|
56 |
| - "@code-style/eslint-config-node": "^2.0.0-33", |
57 |
| - "@code-style/eslint-config-typescript": "^2.0.0-33", |
58 |
| - "@code-style/jest-configs": "^2.0.0-33", |
59 |
| - "@code-style/typescript-configs": "^2.0.0-33", |
| 56 | + "@code-style/eslint-config-node": "^2.0.0-34", |
| 57 | + "@code-style/eslint-config-typescript": "^2.0.0-34", |
| 58 | + "@code-style/jest-configs": "^2.0.0-34", |
| 59 | + "@code-style/typescript-configs": "^2.0.0-34", |
60 | 60 | "@json-types/tsconfig": "^0.5.0",
|
61 | 61 | "@types/common-tags": "^1.8.3",
|
62 | 62 | "@types/node": "^20.12.11",
|
|
0 commit comments