mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore(deps): update all non-major dependencies (main) (#23378)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
parent
0949187cf7
commit
0844735187
2
.github/workflows/semantic-pull-requests.yml
vendored
2
.github/workflows/semantic-pull-requests.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
name: Semantic pull request
|
||||
steps:
|
||||
- name: Validate PR title
|
||||
uses: amannn/action-semantic-pull-request@c3cd5d1ea3580753008872425915e343e351ab54 # v5.2.0
|
||||
uses: amannn/action-semantic-pull-request@47b15d52c5c30e94a17ec87eb8dd51ff5221fed9 # v5.3.0
|
||||
with:
|
||||
scopes: |
|
||||
kit
|
||||
|
@ -9,6 +9,6 @@
|
||||
"preview": "nuxt preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxt-themes/docus": "1.14.6"
|
||||
"@nuxt-themes/docus": "1.14.7"
|
||||
}
|
||||
}
|
||||
|
10
package.json
10
package.json
@ -43,8 +43,8 @@
|
||||
"@nuxt/webpack-builder": "workspace:*",
|
||||
"@nuxtjs/eslint-config-typescript": "12.1.0",
|
||||
"@types/fs-extra": "11.0.2",
|
||||
"@types/node": "18.17.18",
|
||||
"@types/semver": "7.5.2",
|
||||
"@types/node": "18.18.0",
|
||||
"@types/semver": "7.5.3",
|
||||
"case-police": "0.6.1",
|
||||
"changelogen": "0.5.5",
|
||||
"consola": "3.2.3",
|
||||
@ -57,7 +57,7 @@
|
||||
"fs-extra": "11.1.1",
|
||||
"globby": "13.2.2",
|
||||
"h3": "1.8.1",
|
||||
"happy-dom": "12.1.6",
|
||||
"happy-dom": "12.2.0",
|
||||
"jiti": "1.20.0",
|
||||
"markdownlint-cli": "^0.33.0",
|
||||
"nitropack": "2.6.3",
|
||||
@ -67,7 +67,7 @@
|
||||
"ofetch": "1.3.3",
|
||||
"pathe": "1.1.1",
|
||||
"playwright-core": "1.38.1",
|
||||
"rimraf": "5.0.1",
|
||||
"rimraf": "5.0.2",
|
||||
"semver": "7.5.4",
|
||||
"std-env": "3.4.3",
|
||||
"typescript": "5.2.2",
|
||||
@ -78,7 +78,7 @@
|
||||
"vue": "3.3.4",
|
||||
"vue-eslint-parser": "9.3.1",
|
||||
"vue-router": "4.2.5",
|
||||
"vue-tsc": "1.8.13"
|
||||
"vue-tsc": "1.8.14"
|
||||
},
|
||||
"packageManager": "pnpm@8.7.6",
|
||||
"engines": {
|
||||
|
@ -42,7 +42,7 @@
|
||||
"devDependencies": {
|
||||
"@types/hash-sum": "1.0.0",
|
||||
"@types/lodash-es": "4.17.9",
|
||||
"@types/semver": "7.5.2",
|
||||
"@types/semver": "7.5.3",
|
||||
"lodash-es": "4.17.21",
|
||||
"nitropack": "2.6.3",
|
||||
"unbuild": "latest",
|
||||
|
@ -109,7 +109,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@parcel/watcher": "2.3.0",
|
||||
"@types/estree": "1.0.1",
|
||||
"@types/estree": "1.0.2",
|
||||
"@types/fs-extra": "11.0.2",
|
||||
"@vitejs/plugin-vue": "4.3.4",
|
||||
"unbuild": "latest",
|
||||
|
@ -30,8 +30,8 @@
|
||||
"devDependencies": {
|
||||
"@nuxt/telemetry": "2.5.0",
|
||||
"@types/file-loader": "5.0.2",
|
||||
"@types/pug": "2.0.6",
|
||||
"@types/sass-loader": "8.0.5",
|
||||
"@types/pug": "2.0.7",
|
||||
"@types/sass-loader": "8.0.6",
|
||||
"@unhead/schema": "1.7.4",
|
||||
"@vitejs/plugin-vue": "4.3.4",
|
||||
"@vitejs/plugin-vue-jsx": "3.0.2",
|
||||
|
@ -20,7 +20,7 @@
|
||||
"devDependencies": {
|
||||
"@nuxt/schema": "workspace:*",
|
||||
"@types/clear": "0.1.2",
|
||||
"@types/estree": "1.0.1",
|
||||
"@types/estree": "1.0.2",
|
||||
"@types/fs-extra": "11.0.2",
|
||||
"unbuild": "latest",
|
||||
"vue": "3.3.4"
|
||||
|
@ -36,7 +36,7 @@
|
||||
"hash-sum": "^2.0.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"magic-string": "^0.30.3",
|
||||
"memfs": "^4.4.0",
|
||||
"memfs": "^4.5.0",
|
||||
"mini-css-extract-plugin": "^2.7.6",
|
||||
"mlly": "^1.4.2",
|
||||
"ohash": "^1.1.3",
|
||||
@ -66,10 +66,10 @@
|
||||
"@types/fs-extra": "11.0.2",
|
||||
"@types/hash-sum": "1.0.0",
|
||||
"@types/lodash-es": "4.17.9",
|
||||
"@types/pify": "5.0.1",
|
||||
"@types/webpack-bundle-analyzer": "4.6.0",
|
||||
"@types/webpack-hot-middleware": "2.25.6",
|
||||
"@types/webpack-virtual-modules": "0.1.1",
|
||||
"@types/pify": "5.0.2",
|
||||
"@types/webpack-bundle-analyzer": "4.6.1",
|
||||
"@types/webpack-hot-middleware": "2.25.7",
|
||||
"@types/webpack-virtual-modules": "0.1.2",
|
||||
"unbuild": "latest",
|
||||
"vue": "3.3.4"
|
||||
},
|
||||
|
807
pnpm-lock.yaml
807
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user