Skip to content

Commit

Permalink
chore: update lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrastopoulos committed Nov 28, 2024
1 parent f0165a0 commit bd24a39
Show file tree
Hide file tree
Showing 2 changed files with 1,495 additions and 535 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@
"constructs": "^10.4.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.1.3"
"eslint-plugin-prettier": "^5.1.3",
"qs": "^6.13.1"
},
"devDependencies": {
"@types/eslint": "^9.6.1",
"@types/node": "^22.9.1",
"@types/qs": "^6.9.17",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"tsx": "^4.11.0",
Expand All @@ -34,5 +36,5 @@
"./eslint.config.mjs"
]
},
"prettier": "./.prettierrc.json"
"prettier": "./.prettierrc.mjs"
}
Loading

0 comments on commit bd24a39

Please sign in to comment.