Skip to content

Commit

Permalink
fix: add @nuxt/devalue dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Aug 31, 2022
1 parent 6a3967c commit b9d8025
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-transform-typescript": "^7.18.12",
"@nuxt/devalue": "^2.0.0",
"@nuxt/kit": "^3.0.0-rc.8",
"@nuxt/postcss8": "^1.1.3",
"@nuxt/schema": "^3.0.0-rc.8",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1449,6 +1449,11 @@
dependencies:
consola "^2.9.0"

"@nuxt/devalue@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@nuxt/devalue/-/devalue-2.0.0.tgz#c7bd7e9a516514e612d5d2e511ffc399e0eac322"
integrity sha512-YBI/6o2EBz02tdEJRBK8xkt3zvOFOWlLBf7WKYGBsSYSRtjjgrqPe2skp6VLLmKx5WbHHDNcW+6oACaurxGzeA==

"@nuxt/friendly-errors-webpack-plugin@^2.5.1":
version "2.5.2"
resolved "https://registry.yarnpkg.com/@nuxt/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-2.5.2.tgz#982a43ee2da61611f7396439e57038392d3944d5"
Expand Down

0 comments on commit b9d8025

Please sign in to comment.