Skip to content

Commit

Permalink
πŸš€πŸ”– release v2.0.0-14
Browse files Browse the repository at this point in the history
  • Loading branch information
dudeofawesome committed Feb 17, 2024
1 parent 02ba13c commit ff6b8d0
Show file tree
Hide file tree
Showing 24 changed files with 93 additions and 93 deletions.
2 changes: 1 addition & 1 deletion code-style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dudeofawesome/code-style",
"version": "2.0.0-13",
"version": "2.0.0-14",
"description": "My code style configs",
"keywords": [
"style",
Expand Down
12 changes: 6 additions & 6 deletions create-configs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dudeofawesome/create-configs",
"version": "2.0.0-13",
"version": "2.0.0-14",
"description": "A script to create configuration files to conform to code style standards.",
"keywords": [
"style",
Expand Down Expand Up @@ -29,18 +29,18 @@
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest"
},
"dependencies": {
"@dudeofawesome/code-style": "^2.0.0-13",
"@dudeofawesome/code-style": "^2.0.0-14",
"@inquirer/prompts": "^3.2.0",
"common-tags": "^1.8.2",
"prettier": "^3.1.0",
"yaml": "^2.3.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@dudeofawesome/eslint-config": "^2.0.0-13",
"@dudeofawesome/eslint-config-cli": "^2.0.0-13",
"@dudeofawesome/eslint-config-typescript": "^2.0.0-13",
"@dudeofawesome/typescript-configs": "^2.0.0-13",
"@dudeofawesome/eslint-config": "^2.0.0-14",
"@dudeofawesome/eslint-config-cli": "^2.0.0-14",
"@dudeofawesome/eslint-config-typescript": "^2.0.0-14",
"@dudeofawesome/typescript-configs": "^2.0.0-14",
"@types/common-tags": "^1.8.3",
"@types/jest": "^29.5.6",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion eslint-config-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dudeofawesome/eslint-config-browser",
"version": "2.0.0-13",
"version": "2.0.0-14",
"description": "My browser ESLint config",
"keywords": [
"style",
Expand Down
4 changes: 2 additions & 2 deletions eslint-config-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dudeofawesome/eslint-config-cli",
"version": "2.0.0-13",
"version": "2.0.0-14",
"description": "My CLI ESLint config",
"keywords": [
"style",
Expand All @@ -22,7 +22,7 @@
"test:debug": "NODE_OPTS='--inspect-brk' npm run test"
},
"dependencies": {
"@dudeofawesome/eslint-config-node": "^2.0.0-13"
"@dudeofawesome/eslint-config-node": "^2.0.0-14"
},
"devDependencies": {
"@types/eslint": "^8.44.2",
Expand Down
4 changes: 2 additions & 2 deletions eslint-config-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dudeofawesome/eslint-config-jest",
"version": "2.0.0-13",
"version": "2.0.0-14",
"description": "My jest ESLint config",
"keywords": [
"style",
Expand Down Expand Up @@ -29,7 +29,7 @@
"tsm": "^2.3.0"
},
"peerDependencies": {
"@dudeofawesome/eslint-npm-hoist-packages-jest": "2.0.0-13",
"@dudeofawesome/eslint-npm-hoist-packages-jest": "2.0.0-14",
"eslint": "^8.49.0"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions eslint-config-nest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dudeofawesome/eslint-config-nest",
"version": "2.0.0-13",
"version": "2.0.0-14",
"description": "My nest ESLint config",
"keywords": [
"style",
Expand All @@ -22,9 +22,9 @@
"test:debug": "NODE_OPTS='--inspect-brk' npm run test"
},
"dependencies": {
"@dudeofawesome/eslint-config-node": "2.0.0-13",
"@dudeofawesome/eslint-config-typescript": "2.0.0-13",
"@dudeofawesome/eslint-plugin-nest": "2.0.0-13"
"@dudeofawesome/eslint-config-node": "2.0.0-14",
"@dudeofawesome/eslint-config-typescript": "2.0.0-14",
"@dudeofawesome/eslint-plugin-nest": "2.0.0-14"
},
"devDependencies": {
"@types/eslint": "^8.44.2",
Expand Down
4 changes: 2 additions & 2 deletions eslint-config-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dudeofawesome/eslint-config-node",
"version": "2.0.0-13",
"version": "2.0.0-14",
"description": "My node ESLint config",
"keywords": [
"style",
Expand Down Expand Up @@ -30,7 +30,7 @@
"tsm": "^2.3.0"
},
"peerDependencies": {
"@dudeofawesome/eslint-npm-hoist-packages-node": "2.0.0-13",
"@dudeofawesome/eslint-npm-hoist-packages-node": "2.0.0-14",
"eslint": "^8.49.0"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dudeofawesome/eslint-config-react",
"version": "2.0.0-13",
"version": "2.0.0-14",
"description": "My react ESLint config",
"keywords": [
"style",
Expand All @@ -22,7 +22,7 @@
"test:debug": "NODE_OPTS='--inspect-brk' npm run test"
},
"dependencies": {
"@dudeofawesome/eslint-config-browser": "^2.0.0-13",
"@dudeofawesome/eslint-config-browser": "^2.0.0-14",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0"
Expand All @@ -33,7 +33,7 @@
"tsm": "^2.3.0"
},
"peerDependencies": {
"@dudeofawesome/eslint-npm-hoist-packages-react": "2.0.0-13",
"@dudeofawesome/eslint-npm-hoist-packages-react": "2.0.0-14",
"eslint": "^8.49.0"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dudeofawesome/eslint-config-typescript",
"version": "2.0.0-13",
"version": "2.0.0-14",
"description": "My Typescript ESLint config",
"keywords": [
"style",
Expand Down Expand Up @@ -32,7 +32,7 @@
"tsm": "^2.3.0"
},
"peerDependencies": {
"@dudeofawesome/eslint-npm-hoist-packages-typescript": "2.0.0-13",
"@dudeofawesome/eslint-npm-hoist-packages-typescript": "2.0.0-14",
"eslint": "^8.49.0",
"typescript": "^5.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dudeofawesome/eslint-config",
"version": "2.0.0-13",
"version": "2.0.0-14",
"description": "My base ESLint config",
"keywords": [
"style",
Expand Down Expand Up @@ -36,7 +36,7 @@
"tsm": "^2.3.0"
},
"peerDependencies": {
"@dudeofawesome/eslint-npm-hoist-packages": "2.0.0-13",
"@dudeofawesome/eslint-npm-hoist-packages": "2.0.0-14",
"prettier": "^3.1.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion eslint-npm-hoist-packages-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dudeofawesome/eslint-npm-hoist-packages-jest",
"version": "2.0.0-13",
"version": "2.0.0-14",
"description": "Cause NPM to hoist eslint config dependencies",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion eslint-npm-hoist-packages-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dudeofawesome/eslint-npm-hoist-packages-node",
"version": "2.0.0-13",
"version": "2.0.0-14",
"description": "Cause NPM to hoist eslint config dependencies",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion eslint-npm-hoist-packages-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dudeofawesome/eslint-npm-hoist-packages-react",
"version": "2.0.0-13",
"version": "2.0.0-14",
"description": "Cause NPM to hoist eslint config dependencies",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion eslint-npm-hoist-packages-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dudeofawesome/eslint-npm-hoist-packages-typescript",
"version": "2.0.0-13",
"version": "2.0.0-14",
"description": "Cause NPM to hoist eslint config dependencies",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion eslint-npm-hoist-packages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dudeofawesome/eslint-npm-hoist-packages",
"version": "2.0.0-13",
"version": "2.0.0-14",
"description": "Cause NPM to hoist eslint config dependencies",
"keywords": [
"eslint",
Expand Down
10 changes: 5 additions & 5 deletions eslint-plugin-nest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dudeofawesome/eslint-plugin-nest",
"version": "2.0.0-13",
"version": "2.0.0-14",
"description": "My Nest ESLint rules",
"keywords": [
"style",
Expand Down Expand Up @@ -32,10 +32,10 @@
"@typescript-eslint/utils": "^6.11.0"
},
"devDependencies": {
"@dudeofawesome/eslint-config": "^2.0.0-13",
"@dudeofawesome/eslint-config-node": "^2.0.0-13",
"@dudeofawesome/eslint-config-typescript": "^2.0.0-13",
"@dudeofawesome/typescript-configs": "^2.0.0-13",
"@dudeofawesome/eslint-config": "^2.0.0-14",
"@dudeofawesome/eslint-config-node": "^2.0.0-14",
"@dudeofawesome/eslint-config-typescript": "^2.0.0-14",
"@dudeofawesome/typescript-configs": "^2.0.0-14",
"@types/eslint": "^8.44.2",
"@types/jest": "^29.5.8",
"@types/node": "^20.6.3",
Expand Down
4 changes: 2 additions & 2 deletions javascript-configs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dudeofawesome/javascript-configs",
"version": "2.0.0-13",
"version": "2.0.0-14",
"description": "My Javascript configs",
"keywords": [
"javascript",
Expand All @@ -21,7 +21,7 @@
"test:debug": "NODE_OPTS='--inspect-brk' npm run test"
},
"dependencies": {
"@dudeofawesome/typescript-configs": "^2.0.0-13",
"@dudeofawesome/typescript-configs": "^2.0.0-14",
"typescript": "^5.2.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit ff6b8d0

Please sign in to comment.