Skip to content

Commit

Permalink
feat: add supporto to links plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Nov 22, 2024
1 parent 230f0bc commit 55df7e7
Show file tree
Hide file tree
Showing 3 changed files with 1,022 additions and 927 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,30 +103,30 @@
"@types/configstore": "^4.0.0",
"@types/inquirer": "^8.2.10",
"@types/lodash.kebabcase": "^4.1.9",
"@types/mocha": "^10.0.9",
"@types/node": "^22.9.0",
"@types/mocha": "^10.0.10",
"@types/node": "^22.9.1",
"@types/update-notifier": "^5.1.0",
"@withfig/autocomplete-types": "^1.31.0",
"chai": "^4.5.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
"mocha": "^10.8.2",
"nyc": "^15.1.0",
"oclif": "^4.15.20",
"oclif": "^4.15.28",
"semantic-release": "^24.2.0",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
},
"dependencies": {
"@commercelayer/cli-core": "^5.4.2",
"@commercelayer/cli-ux": "^1.0.6",
"@commercelayer/provisioning-sdk": "^2.1.2",
"@commercelayer/sdk": "^6.25.0",
"@commercelayer/provisioning-sdk": "^2.2.0",
"@commercelayer/sdk": "^6.25.1",
"@oclif/core": "^3.27.0",
"@oclif/plugin-autocomplete": "^3.2.8",
"@oclif/plugin-autocomplete": "^3.2.10",
"@oclif/plugin-help": "6.2.14",
"@oclif/plugin-not-found": "^3.2.25",
"@oclif/plugin-plugins": "^5.4.15",
"@oclif/plugin-not-found": "^3.2.28",
"@oclif/plugin-plugins": "^5.4.17",
"configstore": "^5.0.1",
"inquirer": "^8.2.6",
"lodash.kebabcase": "^4.1.1",
Expand Down
Loading

0 comments on commit 55df7e7

Please sign in to comment.