Skip to content

Commit

Permalink
fix: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Apr 15, 2024
1 parent 0b24714 commit 62427e6
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 142 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
},
"types": "lib/index.d.ts",
"devDependencies": {
"@commercelayer/cli-dev": "beta",
"@commercelayer/cli-dev": "prerelease",
"@commercelayer/eslint-config-ts": "^1.4.5",
"@oclif/plugin-help": "^6.0.20",
"@oclif/test": "^3.2.9",
"@oclif/plugin-help": "^6.0.21",
"@oclif/test": "^3.2.10",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/chai": "^4.3.14",
Expand All @@ -66,15 +66,15 @@
"eslint": "^8.57.0",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"oclif": "^4.8.0",
"oclif": "^4.8.5",
"semantic-release": "^23.0.8",
"tsx": "^4.7.2",
"typescript": "5.3.3"
},
"dependencies": {
"@commercelayer/cli-core": "prerelease",
"@commercelayer/sdk": "prerelease",
"@oclif/core": "^3.26.2",
"@oclif/core": "^3.26.3",
"open": "^8.4.2",
"tslib": "^2.6.2"
},
Expand Down
Loading

0 comments on commit 62427e6

Please sign in to comment.