mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +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
|
||||
# These advisories won't affect nuxt
|
||||
|
||||
GHSA-c2qf-rxjj-qqgw
|
||||
GHSA-7fh5-64p2-3v2j
|
||||
GHSA-2p57-rm9w-gvfp
|
||||
GHSA-grv7-fg5c-xmjg
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
<template>
|
||||
<div class="container">
|
||||
<h1>User Agent</h1>
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
<template>
|
||||
<div class="container">
|
||||
<h1>{{ post.title }}</h1>
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
<template>
|
||||
<div class="container">
|
||||
<h1>Blog</h1>
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
import Test from '~/components/test.vue'
|
||||
|
||||
export default {
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
import { storiesOf } from '@storybook/vue'
|
||||
import Centered from '@storybook/addon-centered'
|
||||
import MyButton from '~/components/Button.vue'
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
import { storiesOf } from '@storybook/vue'
|
||||
import { linkTo } from '@storybook/addon-links'
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
import path from 'path'
|
||||
import consola from 'consola'
|
||||
import minimist from 'minimist'
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
import chalk from 'chalk'
|
||||
|
||||
import listCommands from '../../src/list'
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
import _app from './_app'
|
||||
import _common from './_common'
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
import { resolve } from 'path'
|
||||
import { loadNuxtConfig } from '../src/load'
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
import { isPlainObject } from 'lodash'
|
||||
import consola from 'consola'
|
||||
import Hookable from 'hookable'
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
import { uniq } from 'lodash'
|
||||
import { loadFixture, getPort, Nuxt, rp, sequence, parallel } from '../utils'
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
import path from 'path'
|
||||
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 }) {
|
||||
const redirectPathRegexp = /^\/redirect(\d+)$/
|
||||
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
|
||||
|
||||
export const nextId = () => ++idCtr
|
||||
|
@ -1,4 +1,3 @@
|
||||
|
||||
import path from 'path'
|
||||
import { defaultsDeep } from 'lodash'
|
||||
import { version as coreVersion } from '../../packages/core/package.json'
|
||||
|
Loading…
Reference in New Issue
Block a user