chore(deps): update all non-major dependencies (main) (#26376)

This commit is contained in:
renovate[bot] 2024-03-20 09:07:01 +00:00 committed by GitHub
parent 0fd83d2ff0
commit 30d885248f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 209 additions and 204 deletions

View File

@ -18,7 +18,7 @@ jobs:
steps: steps:
# Cache lychee results (e.g. to avoid hitting rate limits) # Cache lychee results (e.g. to avoid hitting rate limits)
- name: Restore lychee cache - name: Restore lychee cache
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with: with:
path: .lycheecache path: .lycheecache
key: cache-lychee-${{ github.sha }} key: cache-lychee-${{ github.sha }}

View File

@ -50,7 +50,7 @@
"@nuxt/webpack-builder": "workspace:*", "@nuxt/webpack-builder": "workspace:*",
"@testing-library/vue": "8.0.3", "@testing-library/vue": "8.0.3",
"@types/fs-extra": "11.0.4", "@types/fs-extra": "11.0.4",
"@types/node": "20.11.29", "@types/node": "20.11.30",
"@types/semver": "7.5.8", "@types/semver": "7.5.8",
"@vitest/coverage-v8": "1.4.0", "@vitest/coverage-v8": "1.4.0",
"@vue/test-utils": "2.4.5", "@vue/test-utils": "2.4.5",

View File

@ -58,7 +58,7 @@
"vue-loader": "17.4.2", "vue-loader": "17.4.2",
"vue-router": "4.3.0", "vue-router": "4.3.0",
"webpack": "5.90.3", "webpack": "5.90.3",
"webpack-dev-middleware": "7.0.0" "webpack-dev-middleware": "7.1.0"
}, },
"dependencies": { "dependencies": {
"@nuxt/ui-templates": "^1.3.1", "@nuxt/ui-templates": "^1.3.1",

View File

@ -55,7 +55,7 @@
"pathe": "^1.1.2", "pathe": "^1.1.2",
"perfect-debounce": "^1.0.0", "perfect-debounce": "^1.0.0",
"pkg-types": "^1.0.3", "pkg-types": "^1.0.3",
"postcss": "^8.4.36", "postcss": "^8.4.37",
"rollup-plugin-visualizer": "^5.12.0", "rollup-plugin-visualizer": "^5.12.0",
"std-env": "^3.7.0", "std-env": "^3.7.0",
"strip-literal": "^2.0.0", "strip-literal": "^2.0.0",

View File

@ -42,13 +42,13 @@
"hash-sum": "^2.0.0", "hash-sum": "^2.0.0",
"lodash-es": "4.17.21", "lodash-es": "4.17.21",
"magic-string": "^0.30.8", "magic-string": "^0.30.8",
"memfs": "^4.7.7", "memfs": "^4.8.0",
"mini-css-extract-plugin": "^2.8.1", "mini-css-extract-plugin": "^2.8.1",
"mlly": "^1.6.1", "mlly": "^1.6.1",
"ohash": "^1.1.3", "ohash": "^1.1.3",
"pathe": "^1.1.2", "pathe": "^1.1.2",
"pify": "^6.1.0", "pify": "^6.1.0",
"postcss": "^8.4.36", "postcss": "^8.4.37",
"postcss-import": "^16.0.1", "postcss-import": "^16.0.1",
"postcss-import-resolver": "^2.0.0", "postcss-import-resolver": "^2.0.0",
"postcss-loader": "^8.1.1", "postcss-loader": "^8.1.1",
@ -64,7 +64,7 @@
"vue-loader": "^17.4.2", "vue-loader": "^17.4.2",
"webpack": "^5.90.3", "webpack": "^5.90.3",
"webpack-bundle-analyzer": "^4.10.1", "webpack-bundle-analyzer": "^4.10.1",
"webpack-dev-middleware": "^7.0.0", "webpack-dev-middleware": "^7.1.0",
"webpack-hot-middleware": "^2.26.1", "webpack-hot-middleware": "^2.26.1",
"webpack-virtual-modules": "^0.6.1", "webpack-virtual-modules": "^0.6.1",
"webpackbar": "^6.0.1" "webpackbar": "^6.0.1"

File diff suppressed because it is too large Load Diff