Skip to content

Commit

Permalink
feat: updates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Enngage committed Oct 29, 2024
1 parent 9db5f15 commit e42f04d
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 96 deletions.
170 changes: 85 additions & 85 deletions package-lock.json

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

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kontent-ai/migration-toolkit",
"version": "2.1.1",
"description": "This program can be used to import content related data into Kontent.ai from various formats. Additionally, it can also be used to export Kontent.ai data using Delivery API.",
"description": "This program can be used to import content related data into Kontent.ai from various formats. Additionally, it can also be used to export Kontent.ai data",
"preferGlobal": true,
"private": false,
"bin": {
Expand Down Expand Up @@ -66,25 +66,25 @@
"p-limit": "6.1.0",
"deep-equal": "2.2.3",
"zod": "3.23.8",
"ts-pattern": "5.4.0",
"ts-pattern": "5.5.0",
"buffer": "6.0.3"
},
"devDependencies": {
"@eslint/js": "9.12.0",
"@eslint/js": "9.13.0",
"@types/deep-equal": "1.0.4",
"@types/browser-or-node": "1.3.2",
"@types/bytes": "3.1.4",
"@types/eslint__js": "8.42.3",
"@types/node": "22.7.5",
"@types/node": "22.8.2",
"@types/prompts": "2.4.9",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1",
"eslint": "9.12.0",
"@typescript-eslint/eslint-plugin": "8.12.1",
"@typescript-eslint/parser": "8.12.1",
"eslint": "9.13.0",
"standard-version": "9.5.0",
"tslib": "2.7.0",
"tsx": "4.19.1",
"typescript": "5.6.2",
"typescript-eslint": "8.8.1"
"tslib": "2.8.0",
"tsx": "4.19.2",
"typescript": "5.6.3",
"typescript-eslint": "8.12.1"
}
}

0 comments on commit e42f04d

Please sign in to comment.