Skip to content

Commit

Permalink
fix: organise imports
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Mar 30, 2023
1 parent ca78c06 commit ea72411
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 74 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@
"@nrwl/nx-cloud": "latest",
"@nrwl/vite": "15.8.9",
"@nrwl/workspace": "15.8.9",
"@rollup/plugin-node-resolve": "^15.0.1",
"@types/fs-extra": "^11.0.1",
"@types/git-clone": "^0.2.0",
"@types/node": "16",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@vitest/coverage-c8": "~0.25.8",
Expand All @@ -33,6 +32,7 @@
"jsdom": "~20.0.3",
"nx": "15.8.9",
"prettier": "^2.6.2",
"ts-node": "10.9.1",
"typescript": "~4.9.5",
"vite": "^4.0.1",
"vite-plugin-dts": "~1.7.1",
Expand Down
Loading

0 comments on commit ea72411

Please sign in to comment.