Skip to content

Commit

Permalink
chore: Upgrade dependencies (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
koistya authored Jun 29, 2022
1 parent bba925d commit 437a11e
Show file tree
Hide file tree
Showing 6 changed files with 2,031 additions and 2,062 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"typescript.enablePromptUseWorkspaceTsdk": true,
"jest.jestCommandLine": "yarn node --experimental-vm-modules $(yarn bin jest)",
"jestrunner.jestCommand": "yarn node --experimental-vm-modules $(yarn bin jest)",
"jestrunner.debugOptions": {
"env": {
"NODE_OPTIONS": "--experimental-vm-modules"
}
},
"files.exclude": {
"**/.cache": true,
"**/.DS_Store": true,
Expand Down
781 changes: 781 additions & 0 deletions .yarn/releases/yarn-4.0.0-rc.10.cjs

Large diffs are not rendered by default.

780 changes: 0 additions & 780 deletions .yarn/releases/yarn-4.0.0-rc.6.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.0-rc.6.cjs
yarnPath: .yarn/releases/yarn-4.0.0-rc.10.cjs
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web-auth-library",
"version": "0.4.1",
"packageManager": "[email protected].6",
"packageManager": "[email protected].10",
"description": "Authentication library for the browser environment using Web Crypto API",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -72,23 +72,23 @@
"rfc4648": "^1.5.2"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@cloudflare/workers-types": "^3.11.0",
"@types/jest": "^28.1.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"babel-jest": "^28.1.0",
"@babel/cli": "^7.18.6",
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@cloudflare/workers-types": "^3.13.0",
"@types/jest": "^28.1.3",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"babel-jest": "^28.1.1",
"babel-plugin-replace-import-extension": "^1.1.3",
"dotenv": "^16.0.1",
"envalid": "^7.3.1",
"eslint": "^8.16.0",
"jest": "^28.1.0",
"jest-environment-miniflare": "^2.5.0",
"prettier": "^2.6.2",
"typescript": "^4.7.2"
"eslint": "^8.18.0",
"jest": "^28.1.1",
"jest-environment-miniflare": "^2.5.1",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
},
"babel": {
"presets": [
Expand Down
Loading

0 comments on commit 437a11e

Please sign in to comment.