Skip to content

Commit

Permalink
build: move prettier to global, remove local references
Browse files Browse the repository at this point in the history
and now unused nodemon
  • Loading branch information
Tethik committed Sep 26, 2023
1 parent 02e9c6e commit bf1d965
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 129 deletions.
2 changes: 0 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,9 @@
"jest-canvas-mock": "^2.4.0",
"jest-each": "^27.0.6",
"jest-environment-jsdom": "^29.4.1",
"prettier": "^2.7.1",
"react-scripts": "^5.0.1",
"react-test-renderer": "^17.0.1",
"redux-test-utils": "^1.0.0",
"snyk": "^1.872.0",
"uuid": "^9.0.0"
},
"scripts": {
Expand Down
3 changes: 0 additions & 3 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"eslint": "^8.15.0",
"nodemon": "^2.0.20",
"prettier": "^2.3.2",
"snyk": "^1.760.0",
"supertest": "^6.3.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
Expand Down
124 changes: 1 addition & 123 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"lerna": "^6.4.1",
"rimraf": "^4.1.2",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
"typescript": "^4.9.5",
"prettier": "^2.3.2"
},
"dependencies": {
"log4js": "^6.9.1"
Expand Down

0 comments on commit bf1d965

Please sign in to comment.