Skip to content

Commit

Permalink
#deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslacerdacl committed Mar 31, 2023
1 parent ab0d2ec commit 87b3699
Show file tree
Hide file tree
Showing 3 changed files with 680 additions and 637 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build Basic Stack

on:
- push
- workflow_dispatch
- push

jobs:
pipeline:
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@
},
"devDependencies": {
"@faker-js/faker": "^7.5.0",
"@jest/types": "^29.0.3",
"@types/jest": "^29.0.3",
"@types/node": "^18.7.21",
"@jest/types": "^29.1.2",
"@types/jest": "^29.1.2",
"@types/node": "^18.8.2",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"eslint": "^8.24.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"gts": "^3.1.1",
"jest": "^29.0.3",
"gts": "^4.0.0",
"jest": "^29.1.2",
"jest-junit": "^14.0.1",
"moq.ts": "^9.0.2",
"ts-jest": "^29.0.2",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "4.4.3"
"typescript": "4.8.4"
},
"dependencies": {
"@types/lodash": "^4.14.168",
Expand Down
Loading

0 comments on commit 87b3699

Please sign in to comment.