mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
chore(deps): update all non-major dependencies (#9600)
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
ab2456c295
commit
54897adc43
@ -48,7 +48,7 @@
|
||||
"@nuxt/webpack-builder": "workspace:*",
|
||||
"@nuxtjs/eslint-config-typescript": "^11.0.0",
|
||||
"@types/crawler": "^1.2.2",
|
||||
"@types/node": "^18.11.11",
|
||||
"@types/node": "^18.11.13",
|
||||
"@types/rimraf": "^3",
|
||||
"@types/semver": "^7",
|
||||
"@unocss/reset": "^0.47.5",
|
||||
@ -73,8 +73,8 @@
|
||||
"ufo": "^1.0.1",
|
||||
"unbuild": "^1.0.2",
|
||||
"vite": "^3.2.5",
|
||||
"vitest": "^0.25.5",
|
||||
"vue-tsc": "^1.0.11"
|
||||
"vitest": "^0.25.7",
|
||||
"vue-tsc": "^1.0.12"
|
||||
},
|
||||
"packageManager": "pnpm@7.18.1",
|
||||
"engines": {
|
||||
|
@ -26,7 +26,7 @@
|
||||
"devDependencies": {
|
||||
"playwright": "^1.28.1",
|
||||
"unbuild": "latest",
|
||||
"vitest": "^0.25.5"
|
||||
"vitest": "^0.25.7"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"vue": "^3.2.45"
|
||||
|
@ -27,7 +27,7 @@
|
||||
"chokidar": "^3.5.3",
|
||||
"cssnano": "^5.1.14",
|
||||
"defu": "^6.1.1",
|
||||
"esbuild": "^0.16.2",
|
||||
"esbuild": "^0.16.4",
|
||||
"escape-string-regexp": "^5.0.0",
|
||||
"estree-walker": "^3.0.1",
|
||||
"externality": "^1.0.0",
|
||||
@ -41,7 +41,7 @@
|
||||
"pathe": "^1.0.0",
|
||||
"perfect-debounce": "^0.1.3",
|
||||
"pkg-types": "^1.0.1",
|
||||
"postcss": "^8.4.19",
|
||||
"postcss": "^8.4.20",
|
||||
"postcss-import": "^15.1.0",
|
||||
"postcss-url": "^10.1.3",
|
||||
"rollup": "^2.79.1",
|
||||
@ -49,8 +49,8 @@
|
||||
"ufo": "^1.0.1",
|
||||
"unplugin": "^1.0.0",
|
||||
"vite": "~3.2.5",
|
||||
"vite-node": "^0.25.5",
|
||||
"vite-plugin-checker": "^0.5.1",
|
||||
"vite-node": "^0.25.7",
|
||||
"vite-plugin-checker": "^0.5.2",
|
||||
"vue-bundle-renderer": "^1.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -38,7 +38,7 @@
|
||||
"ohash": "^1.0.0",
|
||||
"pathe": "^1.0.0",
|
||||
"pify": "^6.1.0",
|
||||
"postcss": "^8.4.19",
|
||||
"postcss": "^8.4.20",
|
||||
"postcss-import": "^15.1.0",
|
||||
"postcss-loader": "^7.0.2",
|
||||
"postcss-url": "^10.1.3",
|
||||
@ -53,7 +53,7 @@
|
||||
"webpack-bundle-analyzer": "^4.7.0",
|
||||
"webpack-dev-middleware": "^6.0.1",
|
||||
"webpack-hot-middleware": "^2.25.3",
|
||||
"webpack-virtual-modules": "^0.4.6",
|
||||
"webpack-virtual-modules": "^0.5.0",
|
||||
"webpackbar": "^5.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
622
pnpm-lock.yaml
622
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -840,8 +840,6 @@ describe('component islands', () => {
|
||||
}
|
||||
`)
|
||||
} else if (process.env.NUXT_TEST_DEV) {
|
||||
// TODO: Investigate extra style
|
||||
// Introduced by https://github.com/nuxt/framework/pull/9549
|
||||
expect(result.head).toMatchInlineSnapshot(`
|
||||
{
|
||||
"link": [
|
||||
@ -850,11 +848,6 @@ describe('component islands', () => {
|
||||
"key": "island-link",
|
||||
"rel": "stylesheet",
|
||||
},
|
||||
{
|
||||
"href": "/_nuxt/<rootDir>/components/islands/PureComponent.vue?vue&type=style&index=0&scoped=c0c0cf89&lang.css",
|
||||
"key": "island-link",
|
||||
"rel": "stylesheet",
|
||||
},
|
||||
],
|
||||
"style": [],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user