Browse Source

chore: upgrades dependencies and repository url

e22m4u 1 year ago
parent
commit
ebb1cade84
2 changed files with 8 additions and 8 deletions
  1. 1 1
      README.md
  2. 7 7
      package.json

+ 1 - 1
README.md

@@ -53,7 +53,7 @@ npm install @e22m4u/js-repository
 - *Модель* - описывает структуру документа и связи к другим моделям
 - *Репозиторий* - выполняет операции чтения и записи документов модели
 
-<img alt="Схема" src="https://gitflic.ru/project/e22m4u/js-repository/blob/raw?file=assets%2Fmermaid-diagram.png&commit=39e53768b4ea62cafe60522e14d1fa9ddd42ebd5">
+<img alt="Схема" src="assets/mermaid-diagram.png">
 
 ## Пример
 

+ 7 - 7
package.json

@@ -17,7 +17,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://gitflic.ru/project/e22m4u/js-repository.git"
+    "url": "https://gitverse.ru/sc/e22m4u/js-repository.git"
   },
   "keywords": [
     "Repository",
@@ -29,20 +29,20 @@
   ],
   "author": "e22m4u <e22m4u@yandex.ru>",
   "license": "MIT",
-  "homepage": "https://gitflic.ru/project/e22m4u/js-repository",
+  "homepage": "https://gitverse.ru/e22m4u/js-repository",
   "dependencies": {
     "@e22m4u/js-format": "0.0.9",
     "@e22m4u/js-service": "0.0.8"
   },
   "devDependencies": {
-    "@commitlint/cli": "~19.0.3",
-    "@commitlint/config-conventional": "~19.0.3",
+    "@commitlint/cli": "~19.2.0",
+    "@commitlint/config-conventional": "~19.1.0",
     "@types/chai": "~4.3.12",
     "@types/chai-as-promised": "~7.1.8",
     "@types/chai-spies": "~1.0.6",
     "@types/mocha": "~10.0.6",
-    "@typescript-eslint/eslint-plugin": "~7.1.1",
-    "@typescript-eslint/parser": "~7.1.1",
+    "@typescript-eslint/eslint-plugin": "~7.2.0",
+    "@typescript-eslint/parser": "~7.2.0",
     "c8": "~9.1.0",
     "chai": "~4.4.1",
     "chai-as-promised": "~7.1.1",
@@ -57,6 +57,6 @@
     "mocha": "~10.3.0",
     "prettier": "~3.2.5",
     "ts-node": "~10.9.2",
-    "typescript": "~5.3.3"
+    "typescript": "~5.4.2"
   }
 }