Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
feat: update libs (CT-000)
Browse files Browse the repository at this point in the history
  • Loading branch information
z4o4z committed Apr 25, 2023
1 parent 8de5d84 commit c38bd03
Show file tree
Hide file tree
Showing 3 changed files with 1,570 additions and 1,069 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
@@ -1,7 +1,7 @@
version: 2.1

orbs:
vfcommon: voiceflow/common@0.15.1
vfcommon: voiceflow/common@0.38.10

jobs:
build-and-test:
Expand All @@ -14,7 +14,6 @@ jobs:
step_name: Dependency Tests

workflows:

test-and-release:
jobs:
- build-and-test:
Expand Down
22 changes: 11 additions & 11 deletions package.json
Expand Up @@ -12,22 +12,22 @@
}
},
"dependencies": {
"@commitlint/config-conventional": "16.0.0"
"@commitlint/config-conventional": "17.6.1"
},
"devDependencies": {
"@commitlint/cli": "16.0.2",
"@voiceflow/commitlint-config": "1.1.1",
"@voiceflow/eslint-config": "5.1.2",
"@voiceflow/git-branch-check": "1.2.1",
"@voiceflow/prettier-config": "1.0.6",
"commitizen": "^4.2.4",
"@commitlint/cli": "17.6.1",
"@voiceflow/commitlint-config": "2.0.1",
"@voiceflow/eslint-config": "7.0.0",
"@voiceflow/git-branch-check": "1.4.0",
"@voiceflow/prettier-config": "1.2.1",
"commitizen": "4.3.0",
"cz-conventional-changelog": "^3.3.0",
"depcheck": "1.4.3",
"eslint": "8.6.0",
"eslint": "8.39.0",
"fixpack": "^4.0.0",
"husky": "^4.3.8",
"lint-staged": "12.1.7",
"prettier": "2.5.1"
"husky": "8.0.3",
"lint-staged": "13.2.1",
"prettier": "2.8.8"
},
"files": [
"index.js"
Expand Down

0 comments on commit c38bd03

Please sign in to comment.