Skip to content

Commit

Permalink
chore: release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeht committed Feb 10, 2024
1 parent 4533f8b commit 53f0368
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,33 +46,33 @@
"author": "@wajeht",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^18.4.0",
"@commitlint/config-conventional": "^18.4.0",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.3",
"@semantic-release/npm": "^11.0.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/npm": "^11.0.2",
"@semantic-release/release-notes-generator": "^12.1.0",
"@types/node": "^20.9.0",
"@types/node": "^20.11.17",
"@types/node-cron": "^3.0.11",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.3",
"prettier": "^3.0.3",
"semantic-release": "^22.0.7",
"typescript": "^5.2.2",
"prettier": "^3.2.5",
"semantic-release": "^22.0.12",
"typescript": "^5.3.3",
"vitest": "^0.34.6"
},
"dependencies": {
"@inquirer/prompts": "^3.3.0",
"@prisma/client": "^5.5.2",
"axios": "^1.6.1",
"@inquirer/prompts": "^3.3.2",
"@prisma/client": "^5.9.1",
"axios": "^1.6.7",
"commander": "^11.1.0",
"node-cron": "^3.0.3",
"prisma": "^5.5.2"
"prisma": "^5.9.1"
}
}

0 comments on commit 53f0368

Please sign in to comment.