Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
Security audit
Browse files Browse the repository at this point in the history
  • Loading branch information
stereobooster committed Mar 14, 2019
1 parent d0e0549 commit 56eb836
Show file tree
Hide file tree
Showing 3 changed files with 1,573 additions and 522 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

mock-backend
dist
.rpt2_cache
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,36 +50,36 @@
"ci": "[ ! -z $DANGER_GITHUB_API_TOKEN ] && yarn danger ci || echo \"Skipping Danger for External Contributor\""
},
"devDependencies": {
"@operational/scripts": "^1.2.0",
"@operational/scripts": "^1.3.0",
"@types/commander": "^2.12.2",
"@types/inquirer": "0.0.43",
"@types/jest": "^23.3.1",
"@types/lodash": "^4.14.116",
"@types/nock": "^9.3.0",
"@types/node": "^10.5.7",
"@types/qs": "^6.5.1",
"@types/react": "^16.4.1",
"@types/inquirer": "0.0.44",
"@types/jest": "^24.0.11",
"@types/lodash": "^4.14.123",
"@types/nock": "^9.3.1",
"@types/node": "^11.11.3",
"@types/qs": "^6.5.2",
"@types/react": "^16.8.8",
"@types/request": "^2.48.1",
"@types/yamljs": "^0.2.30",
"auto-changelog": "^1.8.0",
"danger": "^4.0.1",
"doctoc": "^1.3.1",
"husky": "^0.14.3",
"isomorphic-fetch": "^2.2.1",
"jest": "^23.4.2",
"jest-dom": "^1.12.0",
"jest": "^24.5.0",
"jest-dom": "^3.1.3",
"lint-staged": "^7.2.0",
"nock": "^10.0.0",
"parcel": "^1.10.3",
"prettier": "^1.13.5",
"parcel": "^1.12.2",
"prettier": "^1.16.4",
"react-dom": "^16.4.2",
"react-testing-library": "^5.0.0",
"request": "^2.88.0",
"rollup": "^0.67.3",
"rollup-plugin-typescript2": "^0.16.1",
"rollup-plugin-typescript2": "^0.20.1",
"ts-jest": "^23.1.4",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.13.0",
"tslint": "^5.14.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-blank-line": "^0.0.9",
"typescript": "^3.0.3"
},
Expand Down
Loading

0 comments on commit 56eb836

Please sign in to comment.