Skip to content

Commit

Permalink
πŸš€πŸ”– release v2.0.0-25
Browse files Browse the repository at this point in the history
  • Loading branch information
dudeofawesome committed Mar 20, 2024
1 parent 90500f1 commit cfa3c00
Show file tree
Hide file tree
Showing 27 changed files with 99 additions and 99 deletions.
100 changes: 50 additions & 50 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-24",
"version": "2.0.0-25",
"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-24",
"version": "2.0.0-25",
"description": "My code style configs",
"keywords": [
"style",
Expand Down
12 changes: 6 additions & 6 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-24",
"version": "2.0.0-25",
"description": "A script to create configuration files to conform to code style standards.",
"keywords": [
"style",
Expand Down Expand Up @@ -33,18 +33,18 @@
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest"
},
"dependencies": {
"@code-style/code-style": "^2.0.0-24",
"@code-style/code-style": "^2.0.0-25",
"@inquirer/prompts": "^3.2.0",
"common-tags": "^1.8.2",
"prettier": "^3.1.0",
"yaml": "^2.3.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@code-style/eslint-config": "^2.0.0-24",
"@code-style/eslint-config-cli": "^2.0.0-24",
"@code-style/eslint-config-typescript": "^2.0.0-24",
"@code-style/typescript-configs": "^2.0.0-24",
"@code-style/eslint-config": "^2.0.0-25",
"@code-style/eslint-config-cli": "^2.0.0-25",
"@code-style/eslint-config-typescript": "^2.0.0-25",
"@code-style/typescript-configs": "^2.0.0-25",
"@types/common-tags": "^1.8.3",
"@types/jest": "^29.5.6",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit cfa3c00

Please sign in to comment.