Skip to content

Commit

Permalink
Upgrade cli dependencies (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliren authored May 14, 2024
1 parent 7903ffb commit 64fc3fe
Show file tree
Hide file tree
Showing 2 changed files with 2,434 additions and 2,466 deletions.
66 changes: 33 additions & 33 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,46 +37,46 @@
"author": "Stoat Dev",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@stoplight/yaml": "^4.2.3",
"ajv": "^8.12.0",
"@actions/core": "^1.10.1",
"@stoplight/yaml": "^4.3.0",
"ajv": "^8.13.0",
"chalk": "^4.1.2",
"commander": "^9.5.0",
"compare-versions": "^6.0.0-rc.1",
"commander": "^12.0.0",
"compare-versions": "^6.1.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"deepmerge-ts": "^4.2.2",
"express": "^4.18.2",
"handlebars": "^4.7.7",
"inquirer": "^9.1.4",
"latest-version": "^7.0.0",
"marked": "^4.2.12",
"open": "^8.4.0",
"deepmerge-ts": "^5.1.0",
"express": "^4.19.2",
"handlebars": "^4.7.8",
"inquirer": "^9.2.21",
"latest-version": "^9.0.0",
"marked": "^12.0.2",
"open": "^10.1.0",
"path": "^0.12.7",
"portfinder": "^1.0.32"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/inquirer": "^9.0.3",
"@types/js-yaml": "^4.0.5",
"@types/marked": "^4.0.8",
"@types/node": "^18.11.13",
"@vercel/ncc": "^0.36.1",
"esbuild": "^0.17.6",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-github": "^4.6.0",
"eslint-plugin-jest": "^27.2.1",
"husky": "^8.0.3",
"jest": "^29.4.2",
"lint-staged": "^13.0.3",
"nodemon": "^2.0.20",
"prettier": "2.8.3",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/inquirer": "^9.0.7",
"@types/js-yaml": "^4.0.9",
"@types/marked": "^6.0.0",
"@types/node": "^20.12.12",
"@vercel/ncc": "^0.38.1",
"esbuild": "^0.21.2",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-jest": "^28.5.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.2",
"nodemon": "^3.1.0",
"prettier": "3.2.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"lint-staged": {
"*.{ts,js,json}": [
Expand Down
Loading

0 comments on commit 64fc3fe

Please sign in to comment.