Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 9, 2024
1 parent 2d9db02 commit 8680623
Show file tree
Hide file tree
Showing 8 changed files with 214 additions and 362 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
fetch-depth: 0
- run: corepack enable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
with:
fetch-depth: 0
- run: corepack enable
Expand Down
12 changes: 6 additions & 6 deletions docs-playground/package.json
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@antfu/utils": "^0.7.8",
"@headlessui/vue": "^1.7.21",
"@headlessui/vue": "^1.7.22",
"@types/splitpanes": "^2.2.6",
"@vue/runtime-core": "^3.4.27",
"@vue/runtime-dom": "^3.4.27",
Expand All @@ -29,17 +29,17 @@
"monaco-editor": "0.48.0",
"monaco-editor-core": "^0.48.0",
"pinia": "^2.1.7",
"pinia-orm": "^1.7.2",
"pinia-orm": "^1.9.0",
"splitpanes": "^3.1.5",
"theme-vitesse": "^0.7.9",
"vscode-html-languageservice": "^5.2.0",
"vue": "^3.4.27"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.3",
"@iconify/json": "^2.2.207",
"@antfu/eslint-config": "^2.17.0",
"@iconify/json": "^2.2.208",
"@types/file-saver": "^2.0.7",
"@types/node": "^20.12.10",
"@types/node": "^20.12.11",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.27",
"eslint": "^9.2.0",
Expand All @@ -52,5 +52,5 @@
"vue-tsc": "^2.0.16",
"windicss": "^3.5.6"
},
"packageManager": "yarn@4.2.1"
"packageManager": "yarn@4.2.2"
}

0 comments on commit 8680623

Please sign in to comment.