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: FRSOURCE/light-scrollbar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f431adea3c53cb5366eb9587c5f2e42528f772a9
Choose a base ref
..
head repository: FRSOURCE/light-scrollbar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7a119b5dc316346b59a1e36f276e4bd2e14b3fb9
Choose a head ref
Showing with 143 additions and 128 deletions.
  1. +4 −4 package.json
  2. +139 −124 pnpm-lock.yaml
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -57,14 +57,14 @@
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.2.4",
"@semantic-release/github": "9.2.5",
"@semantic-release/npm": "11.0.2",
"@semantic-release/release-notes-generator": "12.1.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"concurrently": "8.2.2",
"cpy-cli": "5.0.0",
"cypress": "13.6.0",
"cypress": "13.6.1",
"cypress-real-events": "^1.7.4",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
@@ -80,9 +80,9 @@
"sass": "1.69.5",
"semantic-release": "22.0.10",
"ts-essentials": "9.4.1",
"typescript": "5.3.2",
"typescript": "5.3.3",
"vitepress": "1.0.0-rc.31",
"vue": "3.3.9",
"vue": "3.3.11",
"wait-on": "^7.0.1"
},
"dependencies": {
Loading