Skip to content

Commit

Permalink
fix: bump non-breaking dependencies to latest (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini authored Aug 25, 2024
1 parent 0158daa commit 36e716e
Show file tree
Hide file tree
Showing 3 changed files with 560 additions and 560 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"devDependencies": {
"@node-cli/bundlesize": "4.2.1",
"@versini/dev-dependencies-client": "6.0.0",
"@versini/dev-dependencies-types": "1.3.3"
"@versini/dev-dependencies-client": "6.0.1",
"@versini/dev-dependencies-types": "1.3.4"
},
"packageManager": "pnpm@9.7.1+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247"
"packageManager": "pnpm@9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276"
}
8 changes: 3 additions & 5 deletions packages/auth-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build:check": "tsc",
"build:js": "vite build",
Expand Down Expand Up @@ -46,8 +44,8 @@
"dependencies": {
"@simplewebauthn/browser": "10.0.0",
"@versini/auth-common": "workspace:../auth-common",
"@versini/ui-hooks": "4.0.1",
"jose": "5.6.3",
"@versini/ui-hooks": "4.1.0",
"jose": "5.7.0",
"uuid": "10.0.0"
}
}
Loading

0 comments on commit 36e716e

Please sign in to comment.