mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-24 14:45:15 +00:00
chore: refresh yarn lockfile (#27612)
This commit is contained in:
parent
eeb6207c94
commit
f3da112c18
1
.iyarc
1
.iyarc
@ -1,7 +1,6 @@
|
|||||||
# See https://github.com/nuxt/nuxt.js/issues/9284 for more information
|
# See https://github.com/nuxt/nuxt.js/issues/9284 for more information
|
||||||
# These advisories won't affect nuxt
|
# These advisories won't affect nuxt
|
||||||
|
|
||||||
GHSA-c2qf-rxjj-qqgw
|
|
||||||
GHSA-7fh5-64p2-3v2j
|
GHSA-7fh5-64p2-3v2j
|
||||||
GHSA-2p57-rm9w-gvfp
|
GHSA-2p57-rm9w-gvfp
|
||||||
GHSA-grv7-fg5c-xmjg
|
GHSA-grv7-fg5c-xmjg
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>User Agent</h1>
|
<h1>User Agent</h1>
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>{{ post.title }}</h1>
|
<h1>{{ post.title }}</h1>
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Blog</h1>
|
<h1>Blog</h1>
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
import Test from '~/components/test.vue'
|
import Test from '~/components/test.vue'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
import { storiesOf } from '@storybook/vue'
|
import { storiesOf } from '@storybook/vue'
|
||||||
import Centered from '@storybook/addon-centered'
|
import Centered from '@storybook/addon-centered'
|
||||||
import MyButton from '~/components/Button.vue'
|
import MyButton from '~/components/Button.vue'
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
import { storiesOf } from '@storybook/vue'
|
import { storiesOf } from '@storybook/vue'
|
||||||
import { linkTo } from '@storybook/addon-links'
|
import { linkTo } from '@storybook/addon-links'
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
import path from 'path'
|
import path from 'path'
|
||||||
import consola from 'consola'
|
import consola from 'consola'
|
||||||
import minimist from 'minimist'
|
import minimist from 'minimist'
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
import chalk from 'chalk'
|
import chalk from 'chalk'
|
||||||
|
|
||||||
import listCommands from '../../src/list'
|
import listCommands from '../../src/list'
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
import _app from './_app'
|
import _app from './_app'
|
||||||
import _common from './_common'
|
import _common from './_common'
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
import { resolve } from 'path'
|
import { resolve } from 'path'
|
||||||
import { loadNuxtConfig } from '../src/load'
|
import { loadNuxtConfig } from '../src/load'
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
import { isPlainObject } from 'lodash'
|
import { isPlainObject } from 'lodash'
|
||||||
import consola from 'consola'
|
import consola from 'consola'
|
||||||
import Hookable from 'hookable'
|
import Hookable from 'hookable'
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
import { uniq } from 'lodash'
|
import { uniq } from 'lodash'
|
||||||
import { loadFixture, getPort, Nuxt, rp, sequence, parallel } from '../utils'
|
import { loadFixture, getPort, Nuxt, rp, sequence, parallel } from '../utils'
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
import path from 'path'
|
import path from 'path'
|
||||||
import PerfLoader from '../../packages/webpack/src/utils/perf-loader'
|
import PerfLoader from '../../packages/webpack/src/utils/perf-loader'
|
||||||
|
|
||||||
|
1
test/fixtures/spa/middleware/middleware.js
vendored
1
test/fixtures/spa/middleware/middleware.js
vendored
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
export default function ({ route, redirect }) {
|
export default function ({ route, redirect }) {
|
||||||
const redirectPathRegexp = /^\/redirect(\d+)$/
|
const redirectPathRegexp = /^\/redirect(\d+)$/
|
||||||
const match = route.path.match(redirectPathRegexp)
|
const match = route.path.match(redirectPathRegexp)
|
||||||
|
1
test/fixtures/ssr/lib/db.js
vendored
1
test/fixtures/ssr/lib/db.js
vendored
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
let idCtr = 0
|
let idCtr = 0
|
||||||
|
|
||||||
export const nextId = () => ++idCtr
|
export const nextId = () => ++idCtr
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
import path from 'path'
|
import path from 'path'
|
||||||
import { defaultsDeep } from 'lodash'
|
import { defaultsDeep } from 'lodash'
|
||||||
import { version as coreVersion } from '../../packages/core/package.json'
|
import { version as coreVersion } from '../../packages/core/package.json'
|
||||||
|
Loading…
Reference in New Issue
Block a user