Skip to content

Commit

Permalink
Merge branch 'main' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
djcsdy committed Sep 10, 2024
2 parents fd87c93 + d769ac3 commit f1addb3
Show file tree
Hide file tree
Showing 2 changed files with 2,530 additions and 100 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.3.0 || ^9.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsdoc": "^37.0.3 || ^38.0.0 || ^39.0.0 || ^40.0.0 || ^41.0.0 || ^42.0.0 || ^43.0.0 || ^44.0.0 || ^45.0.0 || ^46.0.0 || ^47.0.0 || ^48.0.0",
"eslint-plugin-jsdoc": "^37.0.3 || ^38.0.0 || ^39.0.0 || ^40.0.0 || ^41.0.0 || ^42.0.0 || ^43.0.0 || ^44.0.0 || ^45.0.0 || ^46.0.0 || ^47.0.0 || ^48.0.0 || ^50.0.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-sonarjs": "^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^0.14.0 || ^0.15.0 || ^0.16.0 || ^0.17.0 || ^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^1.0.0",
"eslint-plugin-sonarjs": "^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^0.14.0 || ^0.15.0 || ^0.16.0 || ^0.17.0 || ^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^1.0.0 || ^2.0.0",
"typescript": "^3.8.3 || ^4.0.0 || ^5.0.0"
},
"devDependencies": {
Expand All @@ -43,7 +43,7 @@
"@commitlint/cz-commitlint": "19.4.0",
"@softwareventures/precise-commits": "4.0.15",
"@softwareventures/prettier-config": "4.0.0",
"@softwareventures/semantic-release-config": "4.1.0",
"@softwareventures/semantic-release-config": "5.0.0",
"@softwareventures/tsconfig": "8.1.0",
"@types/eslint": "8.56.12",
"@types/node": "18.19.50",
Expand All @@ -55,14 +55,15 @@
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-jsdoc": "48.11.0",
"eslint-plugin-jsdoc": "50.2.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-sonarjs": "1.0.4",
"eslint-plugin-sonarjs": "2.0.2",
"husky": "9.1.5",
"inquirer": "9.3.6",
"pinst": "3.0.0",
"prettier": "3.3.3",
"semantic-release": "22.0.12",
"semantic-release-pinst": "1.0.4",
"ts-node": "10.9.2",
"typescript": "5.6.2"
},
Expand Down
Loading

0 comments on commit f1addb3

Please sign in to comment.