Skip to content

Commit

Permalink
updated npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aadityabhatia committed Aug 3, 2023
1 parent 8066800 commit 3b0ae70
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 43 deletions.
83 changes: 48 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
@@ -1,23 +1,23 @@
{
"name": "@corsaircoalition/commander-cortex",
"version": "1.0.0",
"version": "1.1.0",
"description": "a modular generals.io bot framework for development and analysis of game strategies and actions",
"main": "out/index.js",
"type": "module",
"dependencies": {
"@corsaircoalition/common": "^1.0.4",
"@corsaircoalition/common": "^1.2.0",
"@redis/client": "^1.5.8",
"commander": "^10.0.1",
"ink": "^4.2.0",
"ink": "^4.3.0",
"ink-big-text": "^2.0.0",
"react": "^18.2.0"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^3.0.1",
"@types/node": "^18.16.16",
"@types/react": "^18.2.8",
"react-devtools-core": "^4.27.8",
"typescript": "^5.1.3"
"@types/node": "^18.17.1",
"@types/react": "^18.2.18",
"react-devtools-core": "^4.28.0",
"typescript": "^5.1.6"
},
"bin": "./out/index.js",
"files": [
Expand Down Expand Up @@ -45,5 +45,5 @@
],
"author": "Aaditya Bhatia",
"license": "Apache-2.0",
"homepage": "https://github.com/CorsairCoalition/docs#readme"
"homepage": "https://corsaircoalition.github.io/"
}

0 comments on commit 3b0ae70

Please sign in to comment.