Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Sep 13, 2024
1 parent 34b80fa commit 8737a6c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@
"@oclif/test": "^3.2.15",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/chai": "^4.3.17",
"@types/chai": "^4.3.19",
"@types/configstore": "^4.0.0",
"@types/inquirer": "^8.2.10",
"@types/lodash.kebabcase": "^4.1.9",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.0",
"@types/mocha": "^10.0.8",
"@types/node": "^22.5.4",
"@types/update-notifier": "^5.1.0",
"@withfig/autocomplete-types": "^1.31.0",
"chai": "^4.5.0",
Expand All @@ -113,24 +113,24 @@
"lodash.kebabcase": "^4.1.1",
"mocha": "^10.7.3",
"nyc": "^15.1.0",
"oclif": "^4.14.22",
"semantic-release": "^24.1.0",
"tsx": "^4.17.0",
"typescript": "^5.5.4"
"oclif": "^4.14.32",
"semantic-release": "^24.1.1",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
},
"dependencies": {
"@commercelayer/cli-core": "^5.2.4",
"@commercelayer/cli-ux": "^1.0.5",
"@commercelayer/provisioning-sdk": "^2.1.0",
"@commercelayer/sdk": "^6.14.0",
"@commercelayer/cli-ux": "^1.0.6",
"@commercelayer/provisioning-sdk": "^2.1.1",
"@commercelayer/sdk": "^6.17.0",
"@oclif/core": "^3.27.0",
"@oclif/plugin-autocomplete": "^3.2.0",
"@oclif/plugin-autocomplete": "^3.2.3",
"@oclif/plugin-help": "6.2.8",
"@oclif/plugin-not-found": "^3.2.16",
"@oclif/plugin-plugins": "^5.4.4",
"@oclif/plugin-not-found": "^3.2.21",
"@oclif/plugin-plugins": "^5.4.8",
"configstore": "^5.0.1",
"inquirer": "^8.2.6",
"tslib": "^2.6.3",
"tslib": "^2.7.0",
"update-notifier-cjs": "^5.1.6"
},
"publishConfig": {
Expand Down

0 comments on commit 8737a6c

Please sign in to comment.