Skip to content
Snippets Groups Projects
Unverified Commit 65af8d3a authored by Thuc Pham's avatar Thuc Pham Committed by GitHub
Browse files

fix: missing dependency for local development (#566)

parent 329b6ec9
Branches
Tags
No related merge requests found
......@@ -58,7 +58,8 @@
"@swc/core": "^1.4.2",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.20",
"pathe": "^1.1.2"
"pathe": "^1.1.2",
"concurrently": "^8.2.2"
},
"dependencies": {
"lodash": "^4.17.21"
......
......@@ -392,6 +392,9 @@ importers:
'@types/node':
specifier: ^20.11.20
version: 20.11.20
concurrently:
specifier: ^8.2.2
version: 8.2.2
pathe:
specifier: ^1.1.2
version: 1.1.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment