Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpcs committed Jun 30, 2021
1 parent 7d6c53a commit a75bf30
Show file tree
Hide file tree
Showing 2 changed files with 1,267 additions and 1,118 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,31 +11,31 @@
"dist"
],
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-typescript": "^7.10.4",
"@babel/runtime": "^7.11.2",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-node-resolve": "^9.0.0",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/node": "^13.11.1",
"@types/node-fetch": "^2.5.6",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^4.1.1",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"@babel/core": "^7.14.6",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@types/chai": "^4.2.19",
"@types/mocha": "^8.2.2",
"@types/node": "^15.12.5",
"@types/node-fetch": "^2.5.10",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"chai": "^4.3.4",
"eslint": "^7.29.0",
"karma-nyan-reporter": "^0.2.5",
"mocha": "^7.1.1",
"mocha": "^9.0.1",
"npm-run-all": "^4.1.5",
"nyc": "^15.0.1",
"prettier": "^1.19.1",
"rollup": "^2.28.2",
"rollup-plugin-typescript2": "^0.27.3",
"ts-mocha": "^7.0.0",
"ts-node": "^8.3.0",
"tslint": "^5.20.0",
"typescript": "^3.7.5"
"prettier": "^2.3.2",
"rollup": "^2.52.4",
"rollup-plugin-typescript2": "^0.30.0",
"ts-mocha": "^8.0.0",
"ts-node": "^10.0.0",
"tslint": "^6.1.3",
"typescript": "^4.3.4"
},
"scripts": {
"test": "run-p lint test:compile test:mocha",
Expand Down
Loading

0 comments on commit a75bf30

Please sign in to comment.