Skip to content

Commit

Permalink
build(package): pnpm update and remove not used uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
lucagiove committed Sep 6, 2024
1 parent 07cf236 commit dd8bcbc
Show file tree
Hide file tree
Showing 3 changed files with 1,876 additions and 1,871 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"docs:preview": "vitepress preview docs"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"husky": "^8.0.0",
"@changesets/cli": "^2.27.5",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"vitepress": "^1.1.3"
"vitepress": "^1.2.3"
},
"lint-staged": {
"*.ts": "eslint --fix",
Expand Down
4 changes: 1 addition & 3 deletions packages/ddd-toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"lodash": "^4.17.21",
"uuid": "^9.0.0"
"lodash": "^4.17.21"
},
"peerDependencies": {
"mongodb": "^4.0.0 || ^5.0.0 || ^6.0.0"
Expand All @@ -26,7 +25,6 @@
"@types/jest": "^29.5.2",
"@types/lodash": "^4.14.195",
"@types/node": "^20.3.1",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"cspell": "^8.3.2",
Expand Down
Loading

0 comments on commit dd8bcbc

Please sign in to comment.