Skip to content

Commit

Permalink
Updates all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed Jun 12, 2021
1 parent b2cde37 commit 3e75dd6
Show file tree
Hide file tree
Showing 2 changed files with 1,208 additions and 168 deletions.
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,21 @@
"prepublishOnly": "yarn lint && yarn test && yarn build"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@types/fs-extra": "^9.0.7",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.31",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.2",
"ctl-scripts": "^0.0.6",
"jest": "^26.6.3",
"jest": "^27.0.4",
"rimraf": "^3.0.2",
"rollup": "^2.39.0",
"rollup-plugin-typescript2": "^0.27.2",
"ts-jest": "^26.5.1",
"typescript": "^4.1.5"
"rollup": "^2.51.2",
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "^27.0.3",
"tslib": "^2.3.0",
"typescript": "^4.3.2"
},
"dependencies": {
"fs-extra": "^9.1.0"
"fs-extra": "^10.0.0"
}
}
Loading

0 comments on commit 3e75dd6

Please sign in to comment.