mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 07:32:01 +00:00
chore(deps): update devdependency clipboardy to v3 (#974)
This commit is contained in:
parent
4bbca495d3
commit
ff97e2558c
@ -29,7 +29,7 @@
|
|||||||
"@types/mri": "^1.1.1",
|
"@types/mri": "^1.1.1",
|
||||||
"chokidar": "^3.5.2",
|
"chokidar": "^3.5.2",
|
||||||
"clear": "^0.1.0",
|
"clear": "^0.1.0",
|
||||||
"clipboardy": "^2.3.0",
|
"clipboardy": "^3.0.0",
|
||||||
"colorette": "^2.0.16",
|
"colorette": "^2.0.16",
|
||||||
"consola": "^2.15.3",
|
"consola": "^2.15.3",
|
||||||
"deep-object-diff": "^1.1.0",
|
"deep-object-diff": "^1.1.0",
|
||||||
|
@ -5,7 +5,7 @@ import { resolve, dirname } from 'pathe'
|
|||||||
import jiti from 'jiti'
|
import jiti from 'jiti'
|
||||||
import destr from 'destr'
|
import destr from 'destr'
|
||||||
import { splitByCase } from 'scule'
|
import { splitByCase } from 'scule'
|
||||||
import * as clipboardy from 'clipboardy'
|
import clipboardy from 'clipboardy'
|
||||||
import { defineNuxtCommand } from './index'
|
import { defineNuxtCommand } from './index'
|
||||||
|
|
||||||
export default defineNuxtCommand({
|
export default defineNuxtCommand({
|
||||||
|
15
yarn.lock
15
yarn.lock
@ -4859,7 +4859,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"arch@npm:^2.1.1":
|
"arch@npm:^2.1.1, arch@npm:^2.2.0":
|
||||||
version: 2.2.0
|
version: 2.2.0
|
||||||
resolution: "arch@npm:2.2.0"
|
resolution: "arch@npm:2.2.0"
|
||||||
checksum: e21b7635029fe8e9cdd5a026f9a6c659103e63fff423834323cdf836a1bb240a72d0c39ca8c470f84643385cf581bd8eda2cad8bf493e27e54bd9783abe9101f
|
checksum: e21b7635029fe8e9cdd5a026f9a6c659103e63fff423834323cdf836a1bb240a72d0c39ca8c470f84643385cf581bd8eda2cad8bf493e27e54bd9783abe9101f
|
||||||
@ -6684,6 +6684,17 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"clipboardy@npm:^3.0.0":
|
||||||
|
version: 3.0.0
|
||||||
|
resolution: "clipboardy@npm:3.0.0"
|
||||||
|
dependencies:
|
||||||
|
arch: ^2.2.0
|
||||||
|
execa: ^5.1.1
|
||||||
|
is-wsl: ^2.2.0
|
||||||
|
checksum: 2c292acb59705494cbe07d7df7c8becff4f01651514d32ebd80f4aec2d20946d8f3824aac67ecdf2d09ef21fdf0eb24b6a7f033c137ccdceedc4661c54455c94
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"cliui@npm:^7.0.2":
|
"cliui@npm:^7.0.2":
|
||||||
version: 7.0.4
|
version: 7.0.4
|
||||||
resolution: "cliui@npm:7.0.4"
|
resolution: "cliui@npm:7.0.4"
|
||||||
@ -13671,7 +13682,7 @@ fsevents@~2.3.2:
|
|||||||
"@types/mri": ^1.1.1
|
"@types/mri": ^1.1.1
|
||||||
chokidar: ^3.5.2
|
chokidar: ^3.5.2
|
||||||
clear: ^0.1.0
|
clear: ^0.1.0
|
||||||
clipboardy: ^2.3.0
|
clipboardy: ^3.0.0
|
||||||
colorette: ^2.0.16
|
colorette: ^2.0.16
|
||||||
consola: ^2.15.3
|
consola: ^2.15.3
|
||||||
deep-object-diff: ^1.1.0
|
deep-object-diff: ^1.1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user