Browse Source

Update Jest to use the latest version

pull/619/head
Guillaume Vincent 3 years ago
parent
commit
9a0bd239ab
2 changed files with 1043 additions and 2131 deletions
  1. +2
    -2
      packages/lesspass-crypto/package.json
  2. +1041
    -2129
      packages/lesspass-crypto/yarn.lock

+ 2
- 2
packages/lesspass-crypto/package.json View File

@@ -1,6 +1,6 @@
{
"name": "lesspass-crypto",
"version": "9.1.9",
"version": "9.1.10",
"description": "LessPass cryptographic functions",
"license": "GPL-3.0",
"author": "Guillaume Vincent <guillaume@oslab.fr>",
@@ -12,6 +12,6 @@
"test": "jest"
},
"devDependencies": {
"jest": "^26.6.3"
"jest": "latest"
}
}

+ 1041
- 2129
packages/lesspass-crypto/yarn.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save