Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2022
1 parent ca8e3c6 commit e7252cc
Show file tree
Hide file tree
Showing 3 changed files with 2,396 additions and 4,900 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/repo
docker:
- image: cimg/node:16.17.0
- image: cimg/node:19.1.0
steps:
- checkout
- run: ./scripts/ci.sh
Expand Down
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,34 +42,34 @@
],
"homepage": "https://github.com/obartra/ssim#readme",
"devDependencies": {
"@semantic-release/commit-analyzer": "8.0.1",
"@semantic-release/github": "7.1.1",
"@semantic-release/npm": "7.0.6",
"@types/jest": "26.0.14",
"@types/node": "13.11.1",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/github": "8.0.6",
"@semantic-release/npm": "9.0.1",
"@types/jest": "29.2.3",
"@types/node": "18.11.9",
"benchmark": "2.1.4",
"canvas": "2.6.1",
"commitizen": "4.2.1",
"core-js": "3.6.5",
"canvas": "2.10.2",
"commitizen": "4.2.5",
"core-js": "3.26.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "7.11.0",
"eslint-config-airbnb": "18.2.0",
"eslint-config-prettier": "6.13.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-react": "7.21.4",
"image-type": "4.1.0",
"jest": "26.6.0",
"nodemon": "2.0.5",
"prettier": "2.1.2",
"eslint": "8.28.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.11",
"image-type": "5.1.0",
"jest": "29.3.1",
"nodemon": "2.0.20",
"prettier": "2.7.1",
"request": "2.88.2",
"semantic-release": "19.0.3",
"semantic-release-cli": "5.4.0",
"ts-jest": "26.4.1",
"ts-loader": "8.0.5",
"typescript": "4.0.3",
"webpack": "5.1.3",
"webpack-cli": "4.0.0"
"semantic-release": "19.0.5",
"semantic-release-cli": "5.4.4",
"ts-jest": "29.0.3",
"ts-loader": "9.4.1",
"typescript": "4.9.3",
"webpack": "5.75.0",
"webpack-cli": "5.0.0"
},
"config": {
"commitizen": {
Expand Down
Loading

0 comments on commit e7252cc

Please sign in to comment.