Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocesarato committed Jun 19, 2023
1 parent b8145ac commit b038d96
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 144 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,30 +35,30 @@
"coverage": "jest --coverage && start coverage/index.html"
},
"dependencies": {
"dotenv": "^16.0.3",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/jest": "^29.5.2",
"@types/mock-fs": "^4.13.1",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.37.0",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-jest-extended": "^2.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-extended": "^3.2.4",
"lint-staged": "^13.2.0",
"jest-extended": "^4.0.0",
"lint-staged": "^13.2.2",
"mock-fs": "^5.2.0",
"prettier": "^2.8.7",
"prettier": "^2.8.8",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.5",
"typescript": "^5.0.3"
"ts-jest": "^29.1.0",
"typescript": "^5.1.3"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit b038d96

Please sign in to comment.