Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Aug 23, 2024
1 parent 63711f2 commit d5a5b39
Show file tree
Hide file tree
Showing 4 changed files with 1,331 additions and 1,386 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ FLAGS
-C, --cart activate the Cart application
-I, --inline disable redirect to Cart application
-S, --skuListId=<value> (required) the sku list id
-a, --accessToken=<value> (required)
--open open microstore URL in default browser
-a, --accessToken=<value> (required) custom access token to use instead of the one used for login
--open open microstore URL in default browser

DESCRIPTION
create Microstore URLs
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,25 @@
"devDependencies": {
"@commercelayer/cli-dev": "^3.0.5",
"@commercelayer/eslint-config-ts": "^1.4.5",
"@oclif/plugin-help": "^6.2.3",
"@oclif/plugin-help": "^6.2.8",
"@oclif/test": "^3.2.15",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.14.5",
"chai": "^4.4.1",
"@types/chai": "^4.3.17",
"@types/mocha": "^10.0.7",
"@types/node": "^20.16.1",
"chai": "^4.5.0",
"eslint": "^8.57.0",
"mocha": "^10.4.0",
"mocha": "^10.7.3",
"nyc": "^15.1.0",
"oclif": "^4.13.8",
"oclif": "^4.14.22",
"semantic-release": "^23.1.1",
"tsx": "^4.15.6",
"tsx": "^4.17.0",
"typescript": "5.3.3"
},
"dependencies": {
"@commercelayer/cli-core": "^5.0.5",
"@commercelayer/sdk": "^6.8.0",
"@commercelayer/cli-core": "^5.2.4",
"@commercelayer/sdk": "^6.14.0",
"@oclif/core": "^3.27.0",
"open": "^8.4.2",
"tslib": "^2.6.3"
Expand Down
Loading

0 comments on commit d5a5b39

Please sign in to comment.