Add note about Java 16.

This commit is contained in:
Daniel Scalzi
2021-06-30 20:15:21 -04:00
parent c873d63a54
commit 57c376e78c
3 changed files with 56 additions and 53 deletions

View File

@@ -33,17 +33,17 @@
"@types/node": "^14.17.4",
"@types/triple-beam": "^1.3.2",
"@types/yargs": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"eslint": "^7.29.0",
"rimraf": "^3.0.2",
"typescript": "^4.3.4"
"typescript": "^4.3.5"
},
"dependencies": {
"dotenv": "^10.0.0",
"fs-extra": "^10.0.0",
"got": "^11.8.2",
"helios-distribution-types": "^1.0.0-rc.1",
"helios-distribution-types": "^1.0.0-rc.2",
"luxon": "^1.27.0",
"minimatch": "^3.0.4",
"node-stream-zip": "^1.13.6",