Skip to content

Commit

Permalink
fix: dependency issues WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
lem-onade committed Aug 3, 2023
1 parent a5c9051 commit 8c61fdf
Show file tree
Hide file tree
Showing 12 changed files with 20,257 additions and 33,955 deletions.
19,341 changes: 11,829 additions & 7,512 deletions package-lock.json

Large diffs are not rendered by default.

22 changes: 10 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,23 @@
"test:ci": "lerna run test:ci"
},
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@useid/commitlint-config": "^0.6.2",
"@useid/eslint-config": "^0.6.2",
"@useid/jest-config": "^0.6.2",
"@useid/lerna-config": "^0.6.2",
"@types/jest": "^27.0.2",
"@commitlint/cli": "^17.0.2",
"@useid/commitlint-config": "^0.8.1",
"@useid/eslint-config": "^0.8.1",
"@useid/jest-config": "^0.8.1",
"@useid/lerna-config": "^0.8.1",
"@types/jest": "^29.5.2",
"@types/node": "^14.14.41",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"eslint": "^7.22.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"eslint": "^8.10.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^32.3.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"husky": "^5.2.0",
"jest": "^27.3.1",
"lerna": "^4.0.0",
"lerna": "^5.1.2",
"lint-staged": "^12.0.2",
"shx": "^0.3.3",
"ts-jest": "^27.0.3",
"ts-jest": "^29.1.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
},
Expand Down
Loading

0 comments on commit 8c61fdf

Please sign in to comment.