Skip to content

Commit ee39696

Browse files
committed
chore: release
1 parent 037300e commit ee39696

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webfansplz/vuedoc-parser",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Generate a JSON documentation for a Vue file",
55
"type": "module",
66
"exports": {
@@ -63,6 +63,7 @@
6363
"vue-template-compiler": "^2.6.14"
6464
},
6565
"devDependencies": {
66+
"@types/node": "^18.6.3",
6667
"@types/pug": "^2.0.6",
6768
"@typescript-eslint/eslint-plugin": "^5.30.7",
6869
"@typescript-eslint/parser": "^5.30.7",
@@ -82,7 +83,6 @@
8283
"vitest": "^0.22.0"
8384
},
8485
"peerDependencies": {
85-
"@types/node": "^18.6.3",
8686
"pug": "^3.0.2"
8787
},
8888
"engines": {

yarn.lock

+5-7
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
# yarn lockfile v1
33

44

5-
"@b613/utils@^1.0.0-beta21":
6-
version "1.0.0-beta21"
7-
resolved "https://registry.yarnpkg.com/@b613/utils/-/utils-1.0.0-beta21.tgz#b75d2b47780a21489809493a7390246eafdbfea4"
8-
integrity sha512-OUvU9c8XiH+GISiecz/dEhwykDSRn5NY+ejhppjGCTarEHvvDqcqWaTYGTspzWkHdiqSxZKKV+cJeoLNGFnJPw==
9-
dependencies:
10-
tslib "^2.4.0"
11-
125
"@babel/code-frame@^7.18.6":
136
version "7.18.6"
147
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
@@ -292,6 +285,11 @@
292285
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.14.tgz#0fe081752a3333392d00586d815485a17c2cf3c9"
293286
integrity sha512-6bbDaETVi8oyIARulOE9qF1/Qdi/23z6emrUh0fNJRUmjznqrixD4MpGDdgOFk5Xb0m2H6Xu42JGdvAxaJR/wA==
294287

288+
"@types/node@^18.6.3":
289+
version "18.17.5"
290+
resolved "https://registry.npmjs.org/@types/node/-/node-18.17.5.tgz#c58b12bca8c2a437b38c15270615627e96dd0bc5"
291+
integrity sha512-xNbS75FxH6P4UXTPUJp/zNPq6/xsfdJKussCWNOnz4aULWIRwMgP1LgaB5RiBnMX1DPCYenuqGZfnIAx5mbFLA==
292+
295293
"@types/pug@^2.0.6":
296294
version "2.0.6"
297295
resolved "https://registry.yarnpkg.com/@types/pug/-/pug-2.0.6.tgz#f830323c88172e66826d0bde413498b61054b5a6"

0 commit comments

Comments
 (0)