Skip to content

Commit

Permalink
chore: update all deps (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-cacio committed Jun 10, 2024
1 parent dd6238d commit cf695ec
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
jobs:
test:
docker:
- image: cimg/node:14.19
- image: cimg/node:20.14
working_directory: ~/work
steps:
- checkout
Expand All @@ -24,7 +24,7 @@ jobs:
command: npm test
release:
docker:
- image: cimg/node:14.19
- image: cimg/node:20.14
working_directory: ~/work
steps:
- checkout
Expand Down
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"prettier",
"prettier/@typescript-eslint"
"prettier"
],
"rules": {
"@typescript-eslint/explicit-function-return-type": [
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ package-lock.json
yarn.lock
.eslintcache
.nyc_output
.idea
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8
20
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@
"tslib": "^1.10.0"
},
"devDependencies": {
"@types/jest": "^25.2.1",
"@types/node": "^8.10.60",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"husky": "^4.2.5",
"jest": "^25.5.4",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"ts-jest": "^25.5.1",
"tsc-watch": "^4.2.3",
"typescript": "~3.8.3"
"@types/jest": "^29.5.12",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"prettier": "^3.3.1",
"pretty-quick": "^4.0.0",
"ts-jest": "^29.1.4",
"tsc-watch": "^6.2.0",
"typescript": "^5.4.5"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit cf695ec

Please sign in to comment.