Skip to content

Commit

Permalink
πŸš€πŸ”– release v2.0.0-32
Browse files Browse the repository at this point in the history
  • Loading branch information
dudeofawesome committed May 11, 2024
1 parent e499755 commit f3282e5
Show file tree
Hide file tree
Showing 21 changed files with 93 additions and 93 deletions.
102 changes: 51 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "code-style-monorepo",
"version": "2.0.0-31",
"version": "2.0.0-32",
"private": true,
"description": "My code style configs",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/code-style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-style/code-style",
"version": "2.0.0-31",
"version": "2.0.0-32",
"description": "My code style configs",
"keywords": [
"style",
Expand Down
20 changes: 10 additions & 10 deletions packages/create-configs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-style/create-configs",
"version": "2.0.0-31",
"version": "2.0.0-32",
"description": "A script to create configuration files to conform to code style standards.",
"keywords": [
"style",
Expand Down Expand Up @@ -38,7 +38,7 @@
"test:debug": "NODE_OPTS='--inspect-brk' npm run test -- --runInBand"
},
"dependencies": {
"@code-style/code-style": "^2.0.0-31",
"@code-style/code-style": "^2.0.0-32",
"@inquirer/prompts": "^5.0.0",
"@npmcli/package-json": "^5.1.0",
"chalk": "^5.3.0",
Expand All @@ -49,14 +49,14 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@code-style/eslint-config": "^2.0.0-31",
"@code-style/eslint-config-cli": "^2.0.0-31",
"@code-style/eslint-config-esmodule": "^2.0.0-31",
"@code-style/eslint-config-jest": "^2.0.0-31",
"@code-style/eslint-config-node": "^2.0.0-31",
"@code-style/eslint-config-typescript": "^2.0.0-31",
"@code-style/jest-configs": "^2.0.0-31",
"@code-style/typescript-configs": "^2.0.0-31",
"@code-style/eslint-config": "^2.0.0-32",
"@code-style/eslint-config-cli": "^2.0.0-32",
"@code-style/eslint-config-esmodule": "^2.0.0-32",
"@code-style/eslint-config-jest": "^2.0.0-32",
"@code-style/eslint-config-node": "^2.0.0-32",
"@code-style/eslint-config-typescript": "^2.0.0-32",
"@code-style/jest-configs": "^2.0.0-32",
"@code-style/typescript-configs": "^2.0.0-32",
"@json-types/tsconfig": "^0.5.0",
"@types/common-tags": "^1.8.3",
"@types/node": "^20.12.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-style/eslint-config-browser",
"version": "2.0.0-31",
"version": "2.0.0-32",
"description": "My browser ESLint config",
"keywords": [
"style",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-style/eslint-config-cli",
"version": "2.0.0-31",
"version": "2.0.0-32",
"description": "My CLI ESLint config",
"keywords": [
"style",
Expand Down
Loading

0 comments on commit f3282e5

Please sign in to comment.