mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 15:15:19 +00:00
chore(deps): update all non-major dependencies (#5588)
* chore(deps): update all non-major dependencies * update lockfile * update unimport Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pooya Parsa <pyapar@gmail.com>
This commit is contained in:
parent
a41644e084
commit
9df6d2f1d2
@ -17,7 +17,7 @@
|
||||
"@nuxt/typescript-build": "^2.1.0",
|
||||
"fs-extra": "^10.1.0",
|
||||
"jiti": "^1.14.0",
|
||||
"pathe": "^0.3.0",
|
||||
"pathe": "^0.3.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"scule": "^0.2.1",
|
||||
"untyped": "^0.4.4",
|
||||
@ -25,6 +25,6 @@
|
||||
"vue-plausible": "^1.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"three": "^0.141.0"
|
||||
"three": "^0.142.0"
|
||||
}
|
||||
}
|
||||
|
@ -8330,10 +8330,10 @@ pathe@^0.2.0:
|
||||
resolved "https://registry.yarnpkg.com/pathe/-/pathe-0.2.0.tgz#30fd7bbe0a0d91f0e60bae621f5d19e9e225c339"
|
||||
integrity sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==
|
||||
|
||||
pathe@^0.3.0:
|
||||
version "0.3.0"
|
||||
resolved "https://registry.yarnpkg.com/pathe/-/pathe-0.3.0.tgz#fd95bc16208263fa6dc1c78c07b3907a528de6eb"
|
||||
integrity sha512-3vUjp552BJzCw9vqKsO5sttHkbYqqsZtH0x1PNtItgqx8BXEXzoY1SYRKcL6BTyVh4lGJGLj0tM42elUDMvcYA==
|
||||
pathe@^0.3.1:
|
||||
version "0.3.1"
|
||||
resolved "https://registry.yarnpkg.com/pathe/-/pathe-0.3.1.tgz#e0e47bc0e8a1775fd001e2fdbf67d7f649a4a4f4"
|
||||
integrity sha512-cKMVe/pikPpreoODbjoliSk0cIT66JjEOWN30akc9WTo8kUjxFPYqmXvMBVPMSAJGJlx6v/nYzqSSHkp1cfezQ==
|
||||
|
||||
pbkdf2@^3.0.3:
|
||||
version "3.1.2"
|
||||
@ -10842,10 +10842,10 @@ thread-loader@^3.0.4:
|
||||
neo-async "^2.6.2"
|
||||
schema-utils "^3.0.0"
|
||||
|
||||
three@^0.141.0:
|
||||
version "0.141.0"
|
||||
resolved "https://registry.yarnpkg.com/three/-/three-0.141.0.tgz#16677a12b9dd0c3e1568ebad0fd09de15d5a8216"
|
||||
integrity sha512-JaSDAPWuk4RTzG5BYRQm8YZbERUxTfTDVouWgHMisS2to4E5fotMS9F2zPFNOIJyEFTTQDDKPpsgZVThKU3pXA==
|
||||
three@^0.142.0:
|
||||
version "0.142.0"
|
||||
resolved "https://registry.yarnpkg.com/three/-/three-0.142.0.tgz#89e226a16221f212eb1d40f0786604b711f28aed"
|
||||
integrity sha512-ESjPO+3geFr+ZUfVMpMnF/eVU2uJPOh0e2ZpMFqjNca1wApS9lJb7E4MjwGIczgt9iuKd8PEm6Pfgp2bJ92Xtg==
|
||||
|
||||
through2@^2.0.0:
|
||||
version "2.0.5"
|
||||
|
12
package.json
12
package.json
@ -42,14 +42,14 @@
|
||||
"nuxi": "link:./packages/nuxi",
|
||||
"nuxt": "link:./packages/nuxt",
|
||||
"nuxt3": "link:./packages/nuxt",
|
||||
"vite": "^2.9.12",
|
||||
"vite": "^2.9.13",
|
||||
"unbuild": "^0.7.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxtjs/eslint-config-typescript": "^10.0.0",
|
||||
"@types/node": "^16.11.41",
|
||||
"@types/rimraf": "^3",
|
||||
"@unocss/reset": "^0.39.3",
|
||||
"@unocss/reset": "^0.41.2",
|
||||
"case-police": "^0.5.3",
|
||||
"changelogen": "^0.1.1",
|
||||
"eslint": "^8.18.0",
|
||||
@ -58,14 +58,14 @@
|
||||
"expect-type": "^0.13.0",
|
||||
"globby": "^13.1.2",
|
||||
"jiti": "^1.14.0",
|
||||
"lerna": "^5.1.4",
|
||||
"lerna": "^5.1.6",
|
||||
"markdownlint-cli": "^0.31.1",
|
||||
"pathe": "^0.3.0",
|
||||
"pathe": "^0.3.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"typescript": "^4.7.4",
|
||||
"unbuild": "^0.7.4",
|
||||
"vitest": "^0.15.2",
|
||||
"vue-tsc": "^0.38.1"
|
||||
"vitest": "^0.16.0",
|
||||
"vue-tsc": "^0.38.2"
|
||||
},
|
||||
"packageManager": "yarn@3.2.1",
|
||||
"engines": {
|
||||
|
@ -23,13 +23,13 @@
|
||||
"jiti": "^1.14.0",
|
||||
"knitwork": "^0.1.2",
|
||||
"lodash.template": "^4.5.0",
|
||||
"mlly": "^0.5.3",
|
||||
"pathe": "^0.3.0",
|
||||
"mlly": "^0.5.4",
|
||||
"pathe": "^0.3.1",
|
||||
"pkg-types": "^0.3.3",
|
||||
"scule": "^0.2.1",
|
||||
"semver": "^7.3.7",
|
||||
"unctx": "^1.1.4",
|
||||
"unimport": "^0.3.0",
|
||||
"unimport": "^0.4.0",
|
||||
"untyped": "^0.4.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -34,9 +34,9 @@
|
||||
"flat": "^5.0.2",
|
||||
"jiti": "^1.14.0",
|
||||
"listhen": "^0.2.13",
|
||||
"mlly": "^0.5.3",
|
||||
"mlly": "^0.5.4",
|
||||
"mri": "^1.2.0",
|
||||
"pathe": "^0.3.0",
|
||||
"pathe": "^0.3.1",
|
||||
"perfect-debounce": "^0.1.3",
|
||||
"pkg-types": "^0.3.3",
|
||||
"scule": "^0.2.1",
|
||||
|
@ -51,18 +51,18 @@
|
||||
"hookable": "^5.1.1",
|
||||
"knitwork": "^0.1.2",
|
||||
"magic-string": "^0.26.2",
|
||||
"mlly": "^0.5.3",
|
||||
"nitropack": "^0.4.8",
|
||||
"mlly": "^0.5.4",
|
||||
"nitropack": "^0.4.9",
|
||||
"nuxi": "^3.0.0-rc.4",
|
||||
"ohash": "^0.1.0",
|
||||
"ohmyfetch": "^0.4.18",
|
||||
"pathe": "^0.3.0",
|
||||
"pathe": "^0.3.1",
|
||||
"perfect-debounce": "^0.1.3",
|
||||
"scule": "^0.2.1",
|
||||
"ufo": "^0.8.4",
|
||||
"unctx": "^1.1.4",
|
||||
"unenv": "^0.5.2",
|
||||
"unimport": "^0.3.0",
|
||||
"unimport": "^0.4.0",
|
||||
"unplugin": "^0.7.0",
|
||||
"untyped": "^0.4.4",
|
||||
"vue": "^3.2.37",
|
||||
|
@ -144,6 +144,6 @@ function addDeclarationTemplates (ctx: Unimport) {
|
||||
|
||||
addTemplate({
|
||||
filename: 'types/auto-imports.d.ts',
|
||||
getContents: () => '// Generated by auto imports\n' + ctx.generateTypeDecarations({ resolvePath: r })
|
||||
getContents: () => '// Generated by auto imports\n' + ctx.generateTypeDeclarations({ resolvePath: r })
|
||||
})
|
||||
}
|
||||
|
@ -17,19 +17,19 @@
|
||||
"@types/lodash.template": "^4",
|
||||
"@types/semver": "^7",
|
||||
"unbuild": "latest",
|
||||
"vite": "^2.9.12"
|
||||
"vite": "^2.9.13"
|
||||
},
|
||||
"dependencies": {
|
||||
"c12": "^0.2.7",
|
||||
"create-require": "^1.1.1",
|
||||
"defu": "^6.0.0",
|
||||
"jiti": "^1.14.0",
|
||||
"pathe": "^0.3.0",
|
||||
"pathe": "^0.3.1",
|
||||
"postcss-import-resolver": "^2.0.0",
|
||||
"scule": "^0.2.1",
|
||||
"std-env": "^3.1.1",
|
||||
"ufo": "^0.8.4",
|
||||
"unimport": "^0.3.0"
|
||||
"unimport": "^0.4.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0"
|
||||
|
@ -22,9 +22,9 @@
|
||||
"ohmyfetch": "^0.4.18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"playwright": "^1.22.2",
|
||||
"playwright": "^1.23.0",
|
||||
"unbuild": "latest",
|
||||
"vitest": "^0.15.2"
|
||||
"vitest": "^0.16.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.2.37"
|
||||
|
@ -35,8 +35,8 @@
|
||||
"h3": "^0.7.10",
|
||||
"knitwork": "^0.1.2",
|
||||
"magic-string": "^0.26.2",
|
||||
"mlly": "^0.5.3",
|
||||
"pathe": "^0.3.0",
|
||||
"mlly": "^0.5.4",
|
||||
"pathe": "^0.3.1",
|
||||
"perfect-debounce": "^0.1.3",
|
||||
"postcss": "^8.4.14",
|
||||
"postcss-import": "^14.1.0",
|
||||
@ -45,8 +45,8 @@
|
||||
"rollup-plugin-visualizer": "^5.6.0",
|
||||
"ufo": "^0.8.4",
|
||||
"unplugin": "^0.7.0",
|
||||
"vite": "^2.9.12",
|
||||
"vite-node": "^0.15.2",
|
||||
"vite": "^2.9.13",
|
||||
"vite-node": "^0.16.0",
|
||||
"vite-plugin-checker": "^0.4.6"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -16,7 +16,7 @@
|
||||
"prepack": "unbuild"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.18.5",
|
||||
"@babel/core": "^7.18.6",
|
||||
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
|
||||
"@nuxt/kit": "^3.0.0-rc.4",
|
||||
"autoprefixer": "^10.4.7",
|
||||
@ -31,10 +31,10 @@
|
||||
"hash-sum": "^2.0.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"magic-string": "^0.26.2",
|
||||
"memfs": "^3.4.6",
|
||||
"memfs": "^3.4.7",
|
||||
"mini-css-extract-plugin": "^2.6.1",
|
||||
"mlly": "^0.5.3",
|
||||
"pathe": "^0.3.0",
|
||||
"mlly": "^0.5.4",
|
||||
"pathe": "^0.3.1",
|
||||
"pify": "^6.0.0",
|
||||
"postcss": "^8.4.14",
|
||||
"postcss-import": "^14.1.0",
|
||||
@ -50,7 +50,7 @@
|
||||
"webpack-bundle-analyzer": "^4.5.0",
|
||||
"webpack-dev-middleware": "^5.3.3",
|
||||
"webpack-hot-middleware": "^2.25.1",
|
||||
"webpack-virtual-modules": "^0.4.3",
|
||||
"webpack-virtual-modules": "^0.4.4",
|
||||
"webpackbar": "^5.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user