Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed May 17, 2024
1 parent 3fe7c78 commit d183aee
Show file tree
Hide file tree
Showing 3 changed files with 512 additions and 519 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
persist-credentials: false
- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: latest
- name: Setup Node.js
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@
"@commercelayer/cli-dev": "^3.0.3",
"@commercelayer/eslint-config-ts": "^1.4.5",
"@fig/complete-oclif": "^2.0.1",
"@oclif/test": "^3.2.11",
"@oclif/test": "^3.2.13",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/chai": "^4.3.14",
"@types/chai": "^4.3.16",
"@types/configstore": "^4.0.0",
"@types/inquirer": "^8.2.10",
"@types/lodash.kebabcase": "^4.1.9",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.7",
"@types/node": "^20.12.10",
"@types/update-notifier": "^5.1.0",
"@withfig/autocomplete-types": "^1.30.0",
"chai": "^4.4.1",
Expand All @@ -113,20 +113,20 @@
"lodash.kebabcase": "^4.1.1",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"oclif": "^4.9.3",
"oclif": "^4.10.4",
"semantic-release": "^23.0.8",
"tsx": "^4.7.3",
"tsx": "^4.9.3",
"typescript": "^5.4.5"
},
"dependencies": {
"@commercelayer/cli-core": "^5.0.0",
"@commercelayer/provisioning-sdk": "^2.0.0",
"@commercelayer/sdk": "^6.0.0",
"@oclif/core": "^3.26.4",
"@oclif/plugin-autocomplete": "^3.0.16",
"@commercelayer/cli-core": "^5.0.1",
"@commercelayer/provisioning-sdk": "^2.0.1",
"@commercelayer/sdk": "^6.0.1",
"@oclif/core": "^3.26.6",
"@oclif/plugin-autocomplete": "^3.0.17",
"@oclif/plugin-help": "6.0.21",
"@oclif/plugin-not-found": "^3.1.7",
"@oclif/plugin-plugins": "^5.0.16",
"@oclif/plugin-not-found": "^3.1.8",
"@oclif/plugin-plugins": "^5.0.19",
"configstore": "^5.0.1",
"inquirer": "^8.2.6",
"tslib": "^2.6.2",
Expand Down
Loading

0 comments on commit d183aee

Please sign in to comment.