Skip to content

Commit

Permalink
fix: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Dec 18, 2023
1 parent bc36104 commit fb3ccea
Show file tree
Hide file tree
Showing 4 changed files with 357 additions and 358 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
},
"types": "lib/index.d.ts",
"devDependencies": {
"@commercelayer/cli-dev": "^2.0.5",
"@commercelayer/eslint-config-ts": "^1.2.0",
"@commercelayer/cli-dev": "^2.1.1",
"@commercelayer/eslint-config-ts": "^1.3.0",
"@oclif/plugin-help": "^5.2.20",
"@oclif/test": "^2.5.6",
"@semantic-release/changelog": "^6.0.3",
Expand All @@ -64,21 +64,21 @@
"@types/inquirer": "^8.2.10",
"@types/lodash": "^4.14.202",
"@types/mocha": "^10.0.6",
"@types/node": "^20.9.4",
"@types/node": "^20.10.5",
"chai": "^4.3.10",
"eslint": "^8.54.0",
"eslint": "^8.56.0",
"inflector-js": "^1.0.1",
"lodash": "^4.17.21",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"oclif": "^4.0.4",
"semantic-release": "^22.0.8",
"ts-node": "^10.9.1",
"oclif": "^4.1.0",
"semantic-release": "^22.0.12",
"ts-node": "^10.9.2",
"typescript": "5.3.2"
},
"dependencies": {
"@commercelayer/cli-core": "^4.3.3",
"@commercelayer/sdk": "^5.22.1",
"@commercelayer/cli-core": "^4.9.2",
"@commercelayer/sdk": "^5.24.0",
"@oclif/core": "^2.15.0",
"inquirer": "^8.2.6",
"tslib": "^2.6.2"
Expand Down
Loading

0 comments on commit fb3ccea

Please sign in to comment.