Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 29, 2024
1 parent c51f8d9 commit 81f64b1
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 201 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1
jobs:
build:
docker:
- image: cimg/node:21.4.0
- image: cimg/node:21.6.1
steps:
- checkout
- restore_cache:
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.2",
"husky": "^8.0.3",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.7",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"pretty-quick": "^3.1.3",
"semantic-release": "^22.0.12",
"ts-jest": "^29.1.1",
"prettier": "^3.2.4",
"pretty-quick": "^4.0.0",
"semantic-release": "^23.0.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"homepage": "https://console-table.netlify.app",
Expand Down
Loading

0 comments on commit 81f64b1

Please sign in to comment.