Skip to content

Commit

Permalink
Remove snyk test since it is available as Github bot
Browse files Browse the repository at this point in the history
Remove ts-node
  • Loading branch information
felixmosh committed Apr 21, 2021
1 parent d90925d commit 868a984
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
8 changes: 0 additions & 8 deletions .snyk

This file was deleted.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
"start:dev:ui": "NODE_ENV=development webpack serve",
"start:dev": "yarn start:dev:docker && yarn start:dev:server",
"test": "yarn ts-node src/dockest",
"snyk-protect": "snyk protect",
"prepare": "yarn run snyk-protect",
"release": "release-it"
},
"dependencies": {
Expand Down Expand Up @@ -109,7 +107,6 @@
"style-loader": "^2.0.0",
"supertest": "^6.0.1",
"ts-jest": "^26.5.4",
"ts-node": "^9.1.0",
"ts-node-dev": "^1.1.6",
"typescript": "^4.2.3",
"webpack": "^5.27.1",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11850,7 +11850,7 @@ ts-node-dev@^1.1.6:
ts-node "^9.0.0"
tsconfig "^7.0.0"

ts-node@^9.0.0, ts-node@^9.1.0:
ts-node@^9.0.0:
version "9.1.1"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-9.1.1.tgz#51a9a450a3e959401bda5f004a72d54b936d376d"
integrity sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==
Expand Down

0 comments on commit 868a984

Please sign in to comment.