Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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: dishait/quick
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.5
Choose a base ref
...
head repository: dishait/quick
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.6
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 12, 2023

  1. chore: update deps

    markthree committed Mar 12, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1a7c22b View commit details
  2. chore: release v2.1.6

    markthree committed Mar 12, 2023
    Copy the full SHA
    22089a0 View commit details
Showing with 48 additions and 342 deletions.
  1. +10 −5 package.json
  2. +38 −337 pnpm-lock.yaml
15 changes: 10 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quick",
"version": "2.1.5",
"version": "2.1.6",
"description": "一个编程快速入门的视频栏目,帮助你快速开始编程",
"author": {
"name": "markthree",
@@ -22,18 +22,18 @@
"release": "bumpp --commit --push --tag"
},
"devDependencies": {
"@arco-design/web-vue": "^2.43.2",
"@nuxt-themes/docus": "^1.9.6",
"@arco-design/web-vue": "^2.44.1",
"@nuxt-themes/docus": "^1.9.9",
"@nuxt/devtools": "^0.2.5",
"@nuxt/image-edge": "1.0.0-27968280.9739e4d",
"@nuxtjs/fontaine": "^0.2.4",
"@unocss/nuxt": "^0.50.4",
"beastcss": "^2.1.3",
"bumpp": "^9.0.0",
"execa": "^7.0.0",
"execa": "^7.1.0",
"file-computed": "^0.9.1",
"nuxt": "^3.2.3",
"nuxt-size": "^0.1.0",
"nuxt-size": "^0.1.1",
"nuxt3-intelligence": "^0.1.1",
"serve": "^14.2.0",
"sitemap": "^7.1.1",
@@ -50,5 +50,10 @@
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@nuxt/kit": "^3.2.3",
"fast-glob": "^3.2.12",
"pinceau": "^0.18.8"
}
}
375 changes: 38 additions & 337 deletions pnpm-lock.yaml

Large diffs are not rendered by default.