Skip to content

Commit

Permalink
fix: add missing dependencies (#35)
Browse files Browse the repository at this point in the history
* fix: add missing dependencies

* fix: update semver to latest version
  • Loading branch information
nacho-vazquez authored Mar 2, 2024
1 parent 50b3d3a commit 6e364c4
Show file tree
Hide file tree
Showing 2 changed files with 905 additions and 1 deletion.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@
"nx": "18.0.6",
"prettier": "^2.6.2",
"semver": "^7.6.0",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@eslint/eslintrc": "^2.1.2",
"@eslint/js": "^8.52.0",
"@jscutlery/semver": "^5.2.0",
"@nx/devkit": "17.1.3",
"tcp-port-used": "^1.0.2",
"tree-kill": "^1.2.2",
"ts-jest": "^29.1.0",
Expand All @@ -66,6 +72,7 @@
"vite": "~5.0.0",
"vitest": "^1.0.4",
"webpack": "^5.90.1",
"ngx-deploy-npm": "^7.1.0",
"wrangler": "^3.28.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 6e364c4

Please sign in to comment.