Skip to content

Commit

Permalink
Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Apr 9, 2022
1 parent fcef76c commit 1035fd4
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 170 deletions.
27 changes: 15 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,29 @@
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/jest": "^26.0.24",
"@types/node": "^17.0.8",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@types/progress": "^2.0.5",
"@types/tmp": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"copyfiles": "^2.4.1",
"cuid": "^2.1.8",
"eslint": "^8.6.0",
"fs-extra": "^10.0.0",
"eslint": "^8.13.0",
"fs-extra": "^10.0.1",
"jest": "^26.6.3",
"lerna": "^4.0.0",
"markdownlint": "^0.25.0",
"markdownlint-cli": "^0.30.0",
"markdownlint": "^0.25.1",
"markdownlint-cli": "^0.31.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"prettier": "^2.6.2",
"tmp": "^0.2.1",
"ts-jest": "^26.5.5",
"typedoc": "^0.22.11",
"typedoc-plugin-mdn-links": "^1.0.4",
"typescript": "^4.4.0"
"typedoc": "^0.22.14",
"typedoc-plugin-mdn-links": "^1.0.5",
"typescript": "^4.6.3"
},
"dependencies": {
"rimraf": "^3.0.2"
}
}

0 comments on commit 1035fd4

Please sign in to comment.