Skip to content

Commit

Permalink
fix: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Sep 27, 2024
1 parent 13c8c45 commit 234fe7d
Show file tree
Hide file tree
Showing 2 changed files with 874 additions and 850 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,21 +99,20 @@
"@oclif/test": "^3.2.15",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/chai": "^4.3.19",
"@types/chai": "^4.3.20",
"@types/configstore": "^4.0.0",
"@types/inquirer": "^8.2.10",
"@types/lodash.kebabcase": "^4.1.9",
"@types/mocha": "^10.0.8",
"@types/node": "^22.5.4",
"@types/node": "^22.7.3",
"@types/update-notifier": "^5.1.0",
"@withfig/autocomplete-types": "^1.31.0",
"chai": "^4.5.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"lodash.kebabcase": "^4.1.1",
"eslint": "^8.57.1",
"mocha": "^10.7.3",
"nyc": "^15.1.0",
"oclif": "^4.14.32",
"oclif": "^4.14.35",
"semantic-release": "^24.1.1",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
Expand All @@ -122,14 +121,15 @@
"@commercelayer/cli-core": "^5.2.4",
"@commercelayer/cli-ux": "^1.0.6",
"@commercelayer/provisioning-sdk": "^2.1.1",
"@commercelayer/sdk": "^6.17.0",
"@commercelayer/sdk": "^6.20.0",
"@oclif/core": "^3.27.0",
"@oclif/plugin-autocomplete": "^3.2.3",
"@oclif/plugin-autocomplete": "^3.2.4",
"@oclif/plugin-help": "6.2.8",
"@oclif/plugin-not-found": "^3.2.21",
"@oclif/plugin-plugins": "^5.4.8",
"@oclif/plugin-plugins": "^5.4.9",
"configstore": "^5.0.1",
"inquirer": "^8.2.6",
"lodash.kebabcase": "^4.1.1",
"tslib": "^2.7.0",
"update-notifier-cjs": "^5.1.6"
},
Expand Down
Loading

0 comments on commit 234fe7d

Please sign in to comment.