Skip to content

Commit

Permalink
Merge pull request #13 from victor-0x29a/fix/dependencies-error
Browse files Browse the repository at this point in the history
Fix: dependencies error
  • Loading branch information
victor-0x29a authored Jul 12, 2024
2 parents d216b9d + 2436629 commit 3986583
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version: 22

- name: Install dependencies
run: npm install --force
run: npm install

- name: Run specs
run: npm run test
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,26 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.6.0",
"@faker-js/faker": "^8.4.1",
"@types/bcrypt": "^5.0.2",
"@types/cors": "^2.8.17",
"@types/eslint__js": "^8.42.3",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.12.7",
"@types/supertest": "^6.0.2",
"cross-env": "^7.0.3",
"eslint": "^9.1.1",
"eslint": "^9.6.0",
"globals": "^15.1.0",
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"sucrase": "^3.35.0",
"supertest": "^7.0.0",
"ts-jest": "^29.1.2",
"ts-jest": "^29.2.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.1"
"typescript": "^5.5.3"
},
"dependencies": {
"@types/apicache": "^1.6.6",
Expand Down

0 comments on commit 3986583

Please sign in to comment.