Skip to content

Commit

Permalink
fix: bump non-breaking dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini committed Sep 5, 2024
1 parent 0548ea2 commit 011d813
Show file tree
Hide file tree
Showing 6 changed files with 612 additions and 464 deletions.
4 changes: 2 additions & 2 deletions examples/code-flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@versini/auth-common": "workspace:../../packages/auth-common",
"@versini/auth-provider": "workspace:../../packages/auth-provider",
"@versini/ui-components": "5.21.2",
"@versini/ui-styles": "1.9.5",
"@versini/ui-components": "5.21.3",
"@versini/ui-styles": "1.9.6",
"@versini/ui-system": "1.4.4",
"react": "18.3.1",
"react-dom": "18.3.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/fastify-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"@node-cli/logger": "1.2.5",
"@node-cli/secret": "1.2.2",
"@versini/auth-common": "workspace:../../packages/auth-common",
"@versini/dev-dependencies-server": "5.1.4",
"@versini/dev-dependencies-server": "5.1.5",
"dotenv": "16.4.5",
"fastify": "4.28.1",
"fastify-plugin": "4.5.1",
"joi": "17.13.3",
"jose": "5.7.0",
"jose": "5.8.0",
"kleur": "4.1.5",
"lodash": "4.17.21",
"lowdb": "7.0.1",
Expand Down
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.1",
"@versini/dev-dependencies-types": "1.3.4"
"@versini/dev-dependencies-client": "6.0.2",
"@versini/dev-dependencies-types": "1.3.5"
},
"packageManager": "pnpm@9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276"
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}
6 changes: 2 additions & 4 deletions packages/auth-common/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 All @@ -33,7 +31,7 @@
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"jose": "5.7.0",
"jose": "5.8.0",
"uuid": "10.0.0"
}
}
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.1.0",
"jose": "5.7.0",
"@versini/ui-hooks": "4.1.1",
"jose": "5.8.0",
"uuid": "10.0.0"
}
}
Loading

0 comments on commit 011d813

Please sign in to comment.