Skip to content

Commit

Permalink
fix: fix circular inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Mar 12, 2024
1 parent 9f2ad40 commit 4120ec7
Show file tree
Hide file tree
Showing 4 changed files with 175 additions and 151 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@commercelayer/eslint-config-ts": "1.3.0",
"@commercelayer/js-auth": "^4.2.1",
"@commercelayer/js-auth": "^4.2.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.24",
"@types/lodash": "^4.17.0",
"@types/node": "^20.11.26",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"inflector-js": "^1.0.1",
Expand All @@ -56,7 +56,7 @@
"minimize-js": "^1.4.0",
"semantic-release": "^23.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"repository": "github:commercelayer/provisioning-sdk",
"bugs": "https://github.com/commercelayer/provisioning-sdk/issues",
Expand Down
Loading

0 comments on commit 4120ec7

Please sign in to comment.