Skip to content

Commit

Permalink
ci: fix missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ju-Skinner committed Aug 20, 2024
1 parent 3d36e65 commit b4941dc
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 49 deletions.
230 changes: 182 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,11 @@
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"axios": "^1.1.3",
"babel-plugin-macros": "^3.1.0",
"chalk": "^4.1.2",
"cliui": "^8.0.1",
"commitizen": "^4.3.0",
"cosmiconfig": "^9.0.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.33.2",
Expand All @@ -95,7 +97,8 @@
"simple-git": "^3.16.0",
"svgo": "^3.0.0",
"typescript": "^5.1.6",
"validate-branch-name": "^1.3.0"
"validate-branch-name": "^1.3.0",
"yaml": "^1.10.0"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit b4941dc

Please sign in to comment.