Skip to content

Commit

Permalink
chore: add new dependencies (lodash, globby, v8)
Browse files Browse the repository at this point in the history
  • Loading branch information
IonianPlayboy committed Jan 27, 2024
1 parent d237c7c commit 0946ccf
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Expand Up @@ -25,7 +25,8 @@
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch"
"test:watch": "vitest watch",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@nuxt/kit": "^3.8.2"
Expand All @@ -36,12 +37,16 @@
"@nuxt/module-builder": "^0.5.4",
"@nuxt/schema": "^3.8.2",
"@nuxt/test-utils": "^3.8.1",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.10.3",
"@vitest/coverage-v8": "^1.2.2",
"changelogen": "^0.5.5",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"nuxt": "^3.8.2",
"globby": "^14.0.0",
"lodash-es": "^4.17.21",
"nuxt": "^3.9.3",
"prettier": "^3.1.0",
"vitest": "^0.33.0"
"vitest": "^1.1.0"
}
}

0 comments on commit 0946ccf

Please sign in to comment.