Skip to content

Commit

Permalink
Chore: updated all dependencies to fix audit on devDependencies
Browse files Browse the repository at this point in the history
This includes updating rollup build config to use the latest version of the TypeScript plugin.
  • Loading branch information
zeh committed Dec 29, 2019
1 parent 82bf49f commit b3f0525
Show file tree
Hide file tree
Showing 3 changed files with 1,303 additions and 1,280 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
},
"homepage": "https://github.com/zeh/prando#readme",
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.8.0",
"coveralls": "^3.0.4",
"jest": "^24.8.0",
"rimraf": "^2.6.3",
"rollup": "^1.16.6",
"rollup-plugin-typescript": "^1.0.1",
"tslint": "^5.18.0",
"typescript": "^3.5.2"
"babel-jest": "^24.9.0",
"coveralls": "^3.0.9",
"jest": "^24.9.0",
"rimraf": "^3.0.0",
"rollup": "^1.27.14",
"@rollup/plugin-typescript": "^2.0.1",
"tslint": "^5.20.1",
"typescript": "^3.7.4"
}
}
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import typescript from "rollup-plugin-typescript";
import typescript from "@rollup/plugin-typescript";
import pkg from "./package.json";

export default {
Expand Down
Loading

0 comments on commit b3f0525

Please sign in to comment.