Skip to content

Commit

Permalink
[BUMP] deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed Dec 18, 2023
1 parent afe063c commit 693b1f9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 92 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll": true,
"source.fixAll.eslint": "explicit",
"source.fixAll": "explicit"
},
"editor.rulers": [100],
"git.pullTags": true,
Expand Down
90 changes: 8 additions & 82 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"npm": ">=7.x"
},
"devDependencies": {
"@types/jest": "^29.5.10",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"ts-jest": "^29.1.1",
"typescript": "^5.3.2",
"lerna": "^8.0.0"
"typescript": "^5.3.3",
"lerna": "^8.0.1"
},
"scripts": {
"build": "lerna run build",
Expand Down

0 comments on commit 693b1f9

Please sign in to comment.