update deps

This commit is contained in:
2024-03-19 13:52:14 +01:00
parent 629e3af60d
commit 72a31ab3e2
3 changed files with 315 additions and 180 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "occulto",
"version": "2.0.3",
"version": "2.0.4",
"description": "crypt utility",
"keywords": [
"isomorphic",
@@ -44,17 +44,17 @@
},
"devDependencies": {
"@endyjasmi/karma-playwright-launcher": "^0.0.4",
"@types/node": "^20.11.17",
"@types/node": "^20.11.30",
"chai": "^4.4.1",
"karma": "^6.4.2",
"karma": "^6.4.3",
"karma-mocha": "^2.0.1",
"mocha": "^10.3.0",
"npm-run-all": "^4.1.5",
"playwright": "^1.41.2",
"typedoc": "^0.25.7",
"typescript": "^5.3.3"
"playwright": "^1.42.1",
"typedoc": "^0.25.12",
"typescript": "^5.4.2"
},
"packageManager": "pnpm@8.15.1",
"packageManager": "pnpm@8.15.5",
"engines": {
"node": ">=16",
"npm": "please-use-pnpm",