Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: logto-io/logto
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 358dcb8215dc965384d9a0ed358f508ff3421520
Choose a base ref
..
head repository: logto-io/logto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c3e02a4269d7b08ebc055296c9c9b4ad69238fe7
Choose a head ref
Showing with 74 additions and 33 deletions.
  1. +12 −10 package.json
  2. +62 −23 pnpm-lock.yaml
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -42,16 +42,18 @@
},
"pnpm": {
"overrides": {
"cross-spawn@<6.0.6": ">=6.0.6",
"dompurify@<3.2.4": ">=3.2.4",
"esbuild@<=0.24.2": ">=0.25.0",
"formidable@<3.2.4": ">=3.2.4",
"micromatch@<4.0.8": ">=4.0.8",
"nanoid@>=4.0.0 <5.0.9": ">=5.0.9",
"prismjs@<1.30.0": ">=1.30.0",
"vite@>=6.2.0 <=6.2.6": ">=6.2.7",
"formidable@>=3.1.1-canary.20211030 <3.5.3": ">=3.5.3",
"tar-fs@>=3.0.0 <3.0.9": ">=3.0.9"
"cross-spawn@<6.0.6": "^6.0.6",
"dompurify@<3.2.4": "^3.2.4",
"esbuild@<=0.24.2": "^0.25.0",
"formidable@<3.2.4": "^3.2.4",
"micromatch@<4.0.8": "^4.0.8",
"nanoid@>=4.0.0 <5.0.9": "^5.0.9",
"prismjs@<1.30.0": "^1.30.0",
"vite@>=6.2.0 <=6.2.6": "^6.2.7",
"formidable@>=3.1.1-canary.20211030 <3.5.3": "^3.5.3",
"tar-fs@>=3.0.0 <3.0.9": "^3.0.9",
"brace-expansion@>=1.0.0 <=1.1.11": "^1.1.12",
"brace-expansion@>=2.0.0 <=2.0.1": "^2.0.2"
},
"peerDependencyRules": {
"allowedVersions": {
85 changes: 62 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.