Skip to content

Commit f3282e5

Browse files
committed
πŸš€πŸ”– release v2.0.0-32
1 parent e499755 commit f3282e5

File tree

21 files changed

+93
-93
lines changed

21 files changed

+93
-93
lines changed

β€Žpackage-lock.json

Lines changed: 51 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-style-monorepo",
3-
"version": "2.0.0-31",
3+
"version": "2.0.0-32",
44
"private": true,
55
"description": "My code style configs",
66
"keywords": [

β€Žpackages/code-style/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-style/code-style",
3-
"version": "2.0.0-31",
3+
"version": "2.0.0-32",
44
"description": "My code style configs",
55
"keywords": [
66
"style",

β€Žpackages/create-configs/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-style/create-configs",
3-
"version": "2.0.0-31",
3+
"version": "2.0.0-32",
44
"description": "A script to create configuration files to conform to code style standards.",
55
"keywords": [
66
"style",
@@ -38,7 +38,7 @@
3838
"test:debug": "NODE_OPTS='--inspect-brk' npm run test -- --runInBand"
3939
},
4040
"dependencies": {
41-
"@code-style/code-style": "^2.0.0-31",
41+
"@code-style/code-style": "^2.0.0-32",
4242
"@inquirer/prompts": "^5.0.0",
4343
"@npmcli/package-json": "^5.1.0",
4444
"chalk": "^5.3.0",
@@ -49,14 +49,14 @@
4949
"yargs": "^17.7.2"
5050
},
5151
"devDependencies": {
52-
"@code-style/eslint-config": "^2.0.0-31",
53-
"@code-style/eslint-config-cli": "^2.0.0-31",
54-
"@code-style/eslint-config-esmodule": "^2.0.0-31",
55-
"@code-style/eslint-config-jest": "^2.0.0-31",
56-
"@code-style/eslint-config-node": "^2.0.0-31",
57-
"@code-style/eslint-config-typescript": "^2.0.0-31",
58-
"@code-style/jest-configs": "^2.0.0-31",
59-
"@code-style/typescript-configs": "^2.0.0-31",
52+
"@code-style/eslint-config": "^2.0.0-32",
53+
"@code-style/eslint-config-cli": "^2.0.0-32",
54+
"@code-style/eslint-config-esmodule": "^2.0.0-32",
55+
"@code-style/eslint-config-jest": "^2.0.0-32",
56+
"@code-style/eslint-config-node": "^2.0.0-32",
57+
"@code-style/eslint-config-typescript": "^2.0.0-32",
58+
"@code-style/jest-configs": "^2.0.0-32",
59+
"@code-style/typescript-configs": "^2.0.0-32",
6060
"@json-types/tsconfig": "^0.5.0",
6161
"@types/common-tags": "^1.8.3",
6262
"@types/node": "^20.12.11",

β€Žpackages/eslint-config-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-style/eslint-config-browser",
3-
"version": "2.0.0-31",
3+
"version": "2.0.0-32",
44
"description": "My browser ESLint config",
55
"keywords": [
66
"style",

β€Žpackages/eslint-config-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-style/eslint-config-cli",
3-
"version": "2.0.0-31",
3+
"version": "2.0.0-32",
44
"description": "My CLI ESLint config",
55
"keywords": [
66
"style",

0 commit comments

Comments
Β (0)